net.sf.chainedoptions
Interface BeanConverter

All Known Implementing Classes:
AbstractBeanConverter, StringBeanConverter

public interface BeanConverter

Interface that provides the operations required for converting beans of some kind into LabelValueBeans.

Author:
Mattias Arthursson, Ulrik Sandberg
See Also:
AbstractBeanConverter

Method Summary
 java.util.List convert(java.util.List beans)
          Convert a list of beans of some sort into a list of LabelValueBean objects.
 

Method Detail

convert

java.util.List convert(java.util.List beans)
Convert a list of beans of some sort into a list of LabelValueBean objects.

Parameters:
beans - A list of beans. A bean may be any object, but typically only one class is handled by a single BeanConverter implementation.
Returns:
A list of LabelValueBeanobjects.


Copyright ? 2005. All Rights Reserved.