Class ListMultipleChoice<T>

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

public class ListMultipleChoice<T> extends AbstractChoice<Collection<T>,T>
A multiple choice list component.
Author:
Jonathan Locke, Johan Compagner, Martijn Dashorst
See Also: