Type Parameters:
T -
All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IGenericComponent<T,SelectOption<T>>, IMetadataContext<Serializable,Component>, IHeaderContributor, IRequestableComponent, org.apache.wicket.util.IHierarchical<Component>, org.apache.wicket.util.io.IClusterable

public class SelectOption<T> extends WebMarkupContainer implements IGenericComponent<T,SelectOption<T>>
Component representing a single <option> html element
Author:
Igor Vaynberg
See Also: