Type Parameters:
T -
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
Direct Known Subclasses:
Choices, Selection

public abstract class AbstractOptions<T> extends FormComponent<T>
Generates html option elements based on iterator specified by getOptionsIterator() and IChoiceRender specified by the palette
Author:
Igor Vaynberg ( ivaynberg )
See Also: