Class ListChoice<T>

Type Parameters:
T - The model object type
All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IGenericComponent<T,FormComponent<T>>, IMetadataContext<Serializable,Component>, IFormModelUpdateListener, IFormVisitorParticipant, ILabelProvider<String>, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

public class ListChoice<T> extends DropDownChoice<T>
Essentially a drop down choice that doesn't drop down. Instead, it scrolls and displays a given number of rows.
Author:
Jonathan Locke, Johan Compagner, Eelco Hillenius
See Also: