@NonNullApi
Interface | Description |
---|---|
CloneModalFormAction<A extends CloneModalFormAction<A>> |
Extension of
ModalFormAction that is used for the cloning of new entities. |
CreateModalFormAction<A extends CreateModalFormAction<A>> |
Extension of
ModalFormAction that is used for the creation of new entities. |
ExportGridAction<A extends ExportGridAction<A>> |
This action is used to open the modal dialog with additional configuration to export the entities
from the grid.
|
FormAction<A extends FormAction<A>> |
Represents the metadata for a action whose children are various
FormComponent . |
GenerateTemplateAction<A extends GenerateTemplateAction<A>> | |
GridRowConditionalAction<A extends GridRowConditionalAction<A>> |
The
ActionGrid.ActionPlacements#ROW action that can be rendered based on specified
conditions. |
ImportGridAction<A extends ImportGridAction<A>> |
This action is used to open the modal dialog with additional configuration to import the entities
from the grid.
|
LinkAction<A extends LinkAction<A>> | |
ModalFormAction<A extends ModalFormAction<A>> |
Represents the metadata for a modal form action.
|
OrderableModalFormAction<A extends OrderableModalFormAction<A>> |
Represents the metadata for the action used to re-order rows within an
Orderable grid. |
ResidentMapCreateAction<A extends ResidentMapCreateAction<A>> |
Represents the metadata for the
ResidentMapField.ActionTypes#CREATE action within an
ResidentMapField . |
RowModalFormAction<A extends RowModalFormAction<A>> |
A generic
ModalFormAction for row-level actions within a grid. |
TriggerAction<A extends TriggerAction<A>> |
Enum | Description |
---|---|
GenerateTemplateAction.GenerationType |
Copyright © 2021. All rights reserved.