Class RequiredTextField<T>

Type Parameters:
T - the model object's type
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

public class RequiredTextField<T> extends TextField<T>
A text field which automatically adds a Required. This is mainly for convenience, since you can always add(new Required()) manually.
Author:
Jonathan Locke
See Also: