Modifier and Type | Method and Description |
---|---|
Mode |
FormElement.getMode() |
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected Mode |
AbstractField.mode |
Modifier and Type | Method and Description |
---|---|
Mode |
AbstractField.getMode() |
Modifier and Type | Method and Description |
---|---|
Field |
TextFieldHelper.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Field |
SelectFieldHelper.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Field |
RegExpFieldHelper.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Field |
PhoneFieldHelper.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Field |
PasswordFieldHelper.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Field |
PartitaIvaFieldHelper.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Field |
NumericFieldHelper.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Field |
FileBlobFieldHelper.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Field |
FieldsManager.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Field |
FieldHelper.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Field |
EmailFieldHelper.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Field |
DateFieldHelper.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Field |
DatabaseBlobFieldHelper.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Field |
CodiceFiscaleFieldHelper.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Field |
CAPFieldHelper.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Field |
BooleanFieldHelper.tryToInstantiateField(ClassAccessor classAccessor,
PropertyAccessor propertyAccessor,
Mode mode,
String prefix) |
Modifier and Type | Field and Description |
---|---|
protected Mode |
Form.mode |
protected Mode |
FieldSet.mode |
protected Mode |
AbstractFormBuilder.mode |
Modifier and Type | Method and Description |
---|---|
Mode |
Form.getMode() |
Mode |
FieldSet.getMode() |
Modifier and Type | Method and Description |
---|---|
TableFormBuilder |
TableFormBuilder.configMode(Mode mode) |
FormBuilder |
FormBuilder.configMode(Mode mode) |
Constructor and Description |
---|
FieldSet(String name,
int nColumns,
Mode mode) |
Form(Mode mode) |
Modifier and Type | Method and Description |
---|---|
protected void |
TablesAction.setupColumnsForm(Mode mode) |
protected DatabaseSelectionProviderForm |
TablesAction.setupDbSelectionProviderForm(Mode mode) |
protected TableForm |
TablesAction.setupTableForm(Mode mode) |
Modifier and Type | Method and Description |
---|---|
protected FormBuilder |
AbstractCrudAction.configureFormBuilder(FormBuilder formBuilder,
Mode mode)
Configures the builder for the detail form (view, create, edit).
|
protected TableFormBuilder |
AbstractCrudAction.configureTableFormBuilder(TableFormBuilder tableFormBuilder,
Mode mode,
int nRows)
Configures the builder for the search results form.
|
protected void |
AbstractCrudAction.setupForm(Mode mode)
Creates and configures the
Form used to display, edit and save a single object. |
protected void |
AbstractCrudAction.setupTableForm(Mode mode) |
Modifier and Type | Method and Description |
---|---|
protected Mode |
TableFormAction.getMode()
Returns what mode should the form be in.
|
protected Mode |
FormAction.getMode()
Returns what mode should the form be in.
|
Modifier and Type | Method and Description |
---|---|
protected FormBuilder |
FormAction.configureFormBuilder(FormBuilder formBuilder,
Mode mode) |
protected TableFormBuilder |
TableFormAction.configureTableFormBuilder(TableFormBuilder formBuilder,
Mode mode,
int nRows) |
protected Resolution |
FormAction.doWithForm(Mode mode,
FormAction.ActionOnForm closure) |
protected Resolution |
TableFormAction.doWithForm(Mode mode,
TableFormAction.ActionOnForm closure) |
protected void |
FormAction.setupForm(Mode mode) |
protected void |
TableFormAction.setupTableForm(Mode mode) |