Class AjaxEditableChoiceLabel<T>

Type Parameters:
T -
All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IGenericComponent<T,AjaxEditableLabel<T>>, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

public class AjaxEditableChoiceLabel<T> extends AjaxEditableLabel<T>
An inplace editor much like AjaxEditableLabel, but instead of a TextField a DropDownChoice is displayed.
Author:
Eelco Hillenius
See Also: