Package com.pnfsoftware.jeb.client.api
Class FormEntry<T>
java.lang.Object
com.pnfsoftware.jeb.client.api.FormEntry<T>
- Direct Known Subclasses:
FormEntry.Text
Abstract class for form entry types used to create
form dialogs
.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionDefault value for the entry.int
Flags.Description header.static final int
Flag indicating that the entry description header and the value field should be inlined, instead of stacked (the default).Optional validator for the user-provided entry. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INLINE
public static final int INLINEFlag indicating that the entry description header and the value field should be inlined, instead of stacked (the default).- See Also:
-
header
Description header. May be null. -
defaultValue
Default value for the entry. May be null. -
flags
public int flagsFlags. May be 0. -
validator
Optional validator for the user-provided entry. The form widget will use the validator to determine whether an input is correct, and may take action accordingly (e.g. display a warning, block proceeding, etc.).
-
-
Constructor Details
-
FormEntry
public FormEntry() -
FormEntry
-