Modifier and Type | Interface and Description |
---|---|
interface |
Copyable<T extends Copyable<T>>
Interface that if implemented adds support for deep copy behavior to an object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Action<A extends Action<A>>
Represents the metadata for an action.
|
interface |
Column<C extends Column<C>>
Represents the metadata for a column component.
|
interface |
Component<C extends Component<C>>
Represents the metadata of a component.
|
interface |
Conditional<C extends Conditional<C>>
Represents a condition used to gate certain behavior or components.
|
interface |
Endpoint<E extends Endpoint<E>>
Represents the metadata for an endpoint.
|
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 |
FormComponent<C extends FormComponent<C>>
Represents the metadata for a component that resides with a form.
|
interface |
Group<G extends Group<G>>
Represents the metadata for grouping form components.
|
interface |
ValidationMethod<M extends ValidationMethod<M>>
Represents the metadata for a validation method as part of a
ValidationSchema . |
interface |
ValidationSchema<S extends AbstractValidationSchema<S>> |
interface |
View<V extends View<V>>
Represents the metadata for a view component.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponent<C extends AbstractComponent<C>>
The abstract implementation of
Component . |
class |
AbstractFormComponent<C extends AbstractFormComponent<C>>
The abstract form component implementation.
|
class |
ColumnList |
class |
ConditionalList |
class |
Link
Represents a link to a location within the client.
|
class |
Mapping<M extends Mapping<M>>
An abstract mapping specification.
|
class |
MappingList |
class |
TransformBody
Represents the transformation of the request or response data for an API request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActionGrid<G extends ActionGrid<G>>
An extension of
Grid to represent a grid with grid-level and row-level actions. |
interface |
BuilderFieldSource<D extends BuilderFieldSource<D>>
An interface implemented by components that intend to support the inclusion of augmented custom
fields.
|
interface |
Dependent<D extends Dependent<D>>
Represents metadata for a
FormComponent that has dependencies on its parent form's state. |
interface |
ExportGrid<G extends ExportGrid<G>>
An extension of
ActionGrid to represent a grid with a grid-level export action. |
interface |
FetchEntity<C extends FetchEntity<C>>
Represents the metadata for a component that supports fetching a single entity.
|
interface |
FetchGrid<G extends FetchGrid<G>>
Represents the metadata for a
Grid that supports fetching it's own data. |
interface |
Filterable<D extends Filterable<D>>
An interface implemented by components that intend to support filterable behavior.
|
interface |
FilterableGrid<G extends FilterableGrid<G>>
Represents the metadata for a
FetchGrid that supports filtering it's records using
various filter actions. |
interface |
Form<F extends Form<F>>
Represents the metadata for a component whose children are various
FormComponent . |
interface |
Grid<G extends Grid<G>>
An interface representing a grid with a collection of
Column . |
interface |
ImportGrid<G extends ImportGrid<G>>
An extension of
ActionGrid to represent a grid with a grid-level import action. |
interface |
Orderable<R extends Orderable<R>>
Represents the metadata for a collection component that supports re-ordering it's members.
|
interface |
PageableFetch<C extends PageableFetch<C>> |
interface |
Pollable<G extends Pollable<G>>
An interface implemented by components that intend to support pollable behavior.
|
interface |
ResourceGrid<G extends ResourceGrid<G>>
Represents the metadata of a
ActionGrid and FetchGrid that is used for managing
an external resource. |
interface |
Selectable<S extends Selectable<S>>
An interface implemented by components that intend to support selectable behavior.
|
interface |
SortableGrid<G extends SortableGrid<G>> |
interface |
Trackable<T extends Trackable<T>> |
Modifier and Type | Class and Description |
---|---|
static class |
Dependent.DependentFieldsList
A copyable list of dependent field names.
|
class |
PollableOptions |
static class |
PollableOptions.ConstantPollStrategy
This represents the
PollableOptions.PollStrategyType.CONSTANT polling strategy. |
static class |
PollableOptions.ExponentialPollStrategy
This represents the
PollableOptions.PollStrategyType.EXPONENTIAL polling strategy
with back-off and jitter. |
static class |
PollableOptions.LinearPollStrategy
This represents the
PollableOptions.PollStrategyType.LINEAR polling strategy. |
static class |
PollableOptions.PollStrategy<S extends PollableOptions.PollStrategy<S>>
Abstract class representing the base polling strategy and its type.
|
static class |
SortableGrid.Sort |
Modifier and Type | Interface and Description |
---|---|
interface |
CloneModalFormAction<A extends CloneModalFormAction<A>>
Extension of
ModalFormAction that is used for the cloning of new entities. |
interface |
CreateModalFormAction<A extends CreateModalFormAction<A>>
Extension of
ModalFormAction that is used for the creation of new entities. |
interface |
ExportGridAction<A extends ExportGridAction<A>>
This action is used to open the modal dialog with additional configuration to export the entities
from the grid.
|
interface |
FormAction<A extends FormAction<A>>
Represents the metadata for a action whose children are various
FormComponent . |
interface |
GenerateTemplateAction<A extends GenerateTemplateAction<A>> |
interface |
GridRowConditionalAction<A extends GridRowConditionalAction<A>>
The
ActionGrid.ActionPlacements#ROW action that can be rendered based on specified
conditions. |
interface |
ImportGridAction<A extends ImportGridAction<A>>
This action is used to open the modal dialog with additional configuration to import the entities
from the grid.
|
interface |
LinkAction<A extends LinkAction<A>> |
interface |
ModalFormAction<A extends ModalFormAction<A>>
Represents the metadata for a modal form action.
|
interface |
OrderableModalFormAction<A extends OrderableModalFormAction<A>>
Represents the metadata for the action used to re-order rows within an
Orderable grid. |
interface |
ResidentMapCreateAction<A extends ResidentMapCreateAction<A>>
Represents the metadata for the
ResidentMapField.ActionTypes#CREATE action within an
ResidentMapField . |
interface |
RowModalFormAction<A extends RowModalFormAction<A>>
A generic
ModalFormAction for row-level actions within a grid. |
interface |
TriggerAction<A extends TriggerAction<A>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAction<A extends AbstractAction<A>>
An abstract implementation of
Action . |
class |
DefaultAction |
class |
DefaultCloneModalFormAction |
class |
DefaultCreateModalFormAction |
class |
DefaultExportGridAction
The default implementation for
ExportGridAction . |
class |
DefaultFormAction |
class |
DefaultGenerateTemplateAction |
class |
DefaultGridRowConditionalAction
The default implementation for
GridRowConditionalAction . |
class |
DefaultImportGridAction
The default implementation for
ImportGridAction . |
class |
DefaultLinkAction |
class |
DefaultModalFormAction |
class |
DefaultOrderableModalFormAction |
class |
DefaultResidentMapCreateAction |
class |
DefaultRowModalFormAction |
class |
DefaultTriggerAction |
Modifier and Type | Interface and Description |
---|---|
interface |
FilterAction<A extends FilterAction<A>>
Represents the metadata for a filter action.
|
interface |
LookupFilterAction<A extends LookupFilterAction<A>> |
interface |
QueryBuilderFilterAction<A extends QueryBuilderFilterAction<A>>
Represents the metadata for a query builder filter action.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFilterAction |
class |
DefaultLookupFilterAction |
class |
DefaultQueryBuilderFilterAction |
Modifier and Type | Interface and Description |
---|---|
interface |
ConditionalColumn<C extends ConditionalColumn<C>>
Deprecated.
please use
DynamicColumn |
interface |
DateColumn<C extends DateColumn<C>> |
interface |
DynamicColumn<C extends DynamicColumn<C>>
Builder that is used for building
ColumnTypes.DYNAMIC type column components. |
interface |
EmbeddedListColumn<C extends EmbeddedListColumn<C>>
Builder that is used for building
ColumnTypes.EMBEDDED_LIST type column components. |
interface |
EnumColumn<C extends EnumColumn<C>> |
interface |
LinkColumn<C extends LinkColumn<C>> |
interface |
MoneyColumn<C extends MoneyColumn<C>>
Represents the metadata for a column that displays a monetary amount.
|
interface |
ProgressColumn<C extends ProgressColumn<C>>
The column type that is used to render the progress in percentage.
|
interface |
ThumbnailColumn<C extends ThumbnailColumn<C>>
Represents the metadata for a
ColumnTypes.THUMBNAIL . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractColumn<C extends AbstractColumn<C>>
The abstract column component specification.
|
class |
DefaultColumn |
class |
DefaultConditionalColumn
The default implementation for
ConditionalColumn . |
class |
DefaultDateColumn |
class |
DefaultDynamicColumn
The default implementation for
DynamicColumn . |
class |
DefaultEmbeddedListColumn
The default implementation for
EmbeddedListColumn . |
class |
DefaultEnumArrayColumn |
class |
DefaultEnumColumn |
class |
DefaultLinkColumn |
class |
DefaultMoneyColumn |
class |
DefaultProgressColumn
The default implementation for
ProgressColumn . |
class |
DefaultThumbnailColumn |
Modifier and Type | Interface and Description |
---|---|
interface |
Tree<T extends Tree<T>>
Represents the metadata for a tree component.
|
interface |
TreeGridView<V extends TreeGridView<V>> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTreeGridView |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionConditional<C extends CollectionConditional<C>>
An extension of
Conditional that is used for matching a set of conditionals against each
member of a collection field. |
interface |
LogicalConditional<C extends LogicalConditional<C>>
An extension of
Conditional that is used for performing logical operations on a set of
conditionals. |
interface |
PropertyConditional<C extends PropertyConditional<C>>
An extension of
Conditional that is used for checking if a property matches a certain
criteria or value. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCollectionConditional
The default implementation of
CollectionConditional . |
class |
DefaultLogicalConditional |
class |
DefaultPropertyConditional
The default implementation of
PropertyConditional . |
Modifier and Type | Interface and Description |
---|---|
interface |
PageableEndpoint<E extends PageableEndpoint<E>>
Represents the metadata for a pageable endpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpoint<E extends AbstractEndpoint<E>> |
class |
DefaultEndpoint |
class |
DefaultPageableEndpoint
Default implementation of
PageableEndpoint . |
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 |
LookupFieldModal<V extends LookupFieldModal<V>>
Represents the metadata for the modal used by
LookupField . |
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 |
DefaultLookupFieldModal |
class |
DefaultMoneyField |
class |
DefaultPhoneField |
class |
DefaultQueryBuilderField |
class |
DefaultResidentGridField |
class |
DefaultResidentMapField |
class |
DefaultRuleBuilderField |
class |
DefaultSelectField |
class |
SelectOption
Represents an option within a
SelectField . |
class |
SelectOptionList |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidationMethod<M extends ValidationMethod<M>> |
class |
AbstractValidationSchema<S extends AbstractValidationSchema<S>> |
class |
DefaultValidationMethod |
class |
DefaultValidationSchema |
Modifier and Type | Interface and Description |
---|---|
interface |
ExportHistoryGrid<G extends ExportHistoryGrid<G>>
The grid to display the export history.
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
CollectionMapping
An implementation of
Mapping for the members of a collection. |
class |
PickOmitMapping
An implementation of
Mapping for picking and omitting source properties from the
destination. |
class |
PropertyMapping
An implementation of
Mapping for mapping a source value to its destination. |
class |
TemplateMapping
An implementation of
Mapping for transforming a text property with a template. |
class |
TextTransformMapping
An implementation of
Mapping for transforming a text property common case
transformations. |
Modifier and Type | Interface and Description |
---|---|
interface |
ActionView<V extends ActionView<V>>
An interface for a view that manages
ActionView.ActionPlacements.PRIMARY and
ActionView.ActionPlacements.SECONDARY placement Action . |
interface |
AugmentableView<V extends AugmentableView<V>> |
interface |
ExportHistoryEntityGridView<V extends ExportHistoryEntityGridView<V>>
The grid view that is used to add the export history to the
EntityBrowseView . |
interface |
FormView<V extends FormView<V>> |
interface |
GridView<V extends GridView<V>> |
interface |
PreviewableView<V extends PreviewableView<V>>
Represents the metadata for a trackable view that supports previewing sandbox data.
|
interface |
SelectTargetEntityFormView<V extends SelectTargetEntityFormView<V>>
Represents the metadata used for a more guided approach for setting up the form components.
|
interface |
SelectTargetEntityGridView<V extends SelectTargetEntityGridView<V>>
This grid is used to fetch and display the entities to export.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSelectTargetEntityFormView<V extends AbstractSelectTargetEntityFormView<V>>
The base class for the form view that is used for a more guided approach for setting up the form
components.
|
class |
AbstractView<V extends AbstractView<V>> |
class |
DefaultExportHistoryEntityGridView
The default implementation for
ExportHistoryEntityGridView . |
class |
DefaultFormView |
class |
DefaultSelectTargetEntityGridView |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityBrowseView<V extends EntityBrowseView<V>> |
interface |
EntityGridView<V extends EntityGridView<V>> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEntityBrowseView |
class |
DefaultEntityGridView |
Modifier and Type | Interface and Description |
---|---|
interface |
CreateEntityView<V extends CreateEntityView<V>> |
interface |
EntityFormView<V extends EntityFormView<V>> |
interface |
EntityView<V extends EntityView<V>> |
interface |
UpdateEntityView<V extends UpdateEntityView<V>> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCreateEntityLongFormView |
class |
DefaultCreateEntityView |
class |
DefaultEntityFormView |
class |
DefaultUpdateEntityLongFormView |
class |
DefaultUpdateEntityView |
Modifier and Type | Interface and Description |
---|---|
interface |
TreeView<V extends TreeView<V>>
Represents the metadata for a top-level tree view.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTreeView |
Copyright © 2021. All rights reserved.