Class Select2MultiChoice<T>

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

public class Select2MultiChoice<T> extends AbstractSelect2Choice<T,Collection<T>>
Multi-select Select2 component. Should be attached to a <select></select> element.
Author:
igor
See Also: