Modifier and Type | Interface and Description |
---|---|
interface |
FormComponent<C extends FormComponent<C>>
Represents the metadata for a component that resides with a form.
|
Modifier and Type | Interface and Description |
---|---|
interface |
External<E extends External<E>>
Represents the metadata for an external form component.
|
interface |
Field<F extends Field<F>>
Represents the metadata for a field component.
|
interface |
Group<G extends Group<G>>
Represents the metadata for grouping form components.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFormComponent<C extends AbstractFormComponent<C>>
The abstract form component implementation.
|
Constructor and Description |
---|
AbstractFormComponent(FormComponent<?> component) |
Modifier and Type | Interface and Description |
---|---|
interface |
Dependent<D extends Dependent<D>>
Represents metadata for a
FormComponent that has dependencies on its parent form's state. |
Modifier and Type | Method and Description |
---|---|
default F |
Form.addFormComponents(Collection<FormComponent<?>> formComponents) |
Modifier and Type | Method and Description |
---|---|
default A |
FormAction.addFormComponents(Collection<? extends FormComponent<?>> formComponents) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExportHistoryGridExternal<E extends ExportHistoryGridExternal<E>>
The grid view that is used to add the export history to the
UpdateEntityView . |
interface |
GridExternal<E extends GridExternal<E>>
Represents the metadata for a grid that provides a view of external data related to the form it
resides within.
|
interface |
LinkExternal<E extends LinkExternal<E>>
The external component that is used to build the HTML links.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExternal<E extends AbstractExternal<E>>
The abstract external component specification.
|
class |
DefaultExportHistoryGridExternal
The default implementation for
ExportHistoryGridExternal . |
class |
DefaultExternal |
class |
DefaultGridExternal |
class |
DefaultLinkExternal
The default implementation for
LinkExternal . |
class |
DefaultTreeExternal |
Modifier and Type | Interface and Description |
---|---|
interface |
TreeExternal<E extends TreeExternal<E>> |
Modifier and Type | Interface and Description |
---|---|
interface |
CustomAttributesGridField<F extends CustomAttributesGridField<F>> |
interface |
DateField<F extends DateField<F>>
Represents the metadata for a date picker field.
|
interface |
DerivedSelectField<F extends DerivedSelectField<F>>
Represents the metadata for a
FieldTypes.DERIVED_ENUM field component that is built as a
derived version of a SelectField . |
interface |
DerivedUrlField<F extends DerivedUrlField<F>>
Represents the metadata for a
FieldTypes.DERIVED_URL field component. |
interface |
DynamicField<F extends DynamicField<F>>
Represents the metadata for a
FieldTypes.DYNAMIC field. |
interface |
FieldArrayBlockField<F extends FieldArrayBlockField<F>>
Represents the metadata for a
FieldTypes.FIELD_ARRAY_BLOCK field. |
interface |
FieldArrayField<F extends FieldArrayField<F>>
Represents the metadata for an array of fields.
|
interface |
FieldArrayGridField<F extends FieldArrayGridField<F>>
Represents the metadata for a
FieldTypes.FIELD_ARRAY_GRID field. |
interface |
FileInputField<F extends FileInputField<F>>
The field that is used to select the file.
|
interface |
LookupField<F extends LookupField<F>>
Represents the metadata for a
FieldTypes.LOOKUP field. |
interface |
MoneyField<F extends MoneyField<F>>
Represents the metadata for a
FieldTypes.MONEY field component. |
interface |
PhoneField<F extends PhoneField<F>>
Represents the metadata for a
FieldTypes.PHONE field. |
interface |
QueryBuilderField<F extends QueryBuilderField<F>> |
interface |
ResidentGridField<F extends ResidentGridField<F>>
Represents the metadata for a resident grid field component.
|
interface |
ResidentMapField<F extends ResidentMapField<F>> |
interface |
RuleBuilderField<F extends RuleBuilderField<F>> |
interface |
SelectField<F extends SelectField<F>>
Represents the metadata for a select field within a form.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractField<F extends AbstractField<F>>
The abstract field component specification.
|
class |
DefaultCustomAttributesGridField |
class |
DefaultDateField
The default implementation for
DateField . |
class |
DefaultDerivedSelectField |
class |
DefaultDerivedUrlField |
class |
DefaultDynamicField |
class |
DefaultField |
class |
DefaultFieldArrayBlockField |
class |
DefaultFieldArrayGridField |
class |
DefaultFileInputField
The default implementation for
FileInputField . |
class |
DefaultLookupField |
class |
DefaultMoneyField |
class |
DefaultPhoneField |
class |
DefaultQueryBuilderField |
class |
DefaultResidentGridField |
class |
DefaultResidentMapField |
class |
DefaultRuleBuilderField |
class |
DefaultSelectField |
Modifier and Type | Interface and Description |
---|---|
interface |
CollapsibleGroup<G extends CollapsibleGroup<G>> |
interface |
ControlGroup<G extends ControlGroup<G>> |
interface |
InlineGroup<G extends InlineGroup<G>>
TThis group is used to render the components in one line.
|
interface |
LinkGroup<G extends LinkGroup<G>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGroup<G extends AbstractGroup<G>> |
class |
DefaultBasicGroup |
class |
DefaultCollapsibleGroup |
class |
DefaultControlGroup |
class |
DefaultGroup |
class |
DefaultInlineGroup
The default implementation for the
InlineGroup . |
class |
DefaultLinkGroup |
Copyright © 2021. All rights reserved.