public interface ImportGrid<G extends ImportGrid<G>> extends ActionGrid<G>
ActionGrid
to represent a grid with a grid-level import action.
The example of usages:
grid.importGridAction("IMPORT_TYPE", "SCOPE_FOR_THIS_ENTITY")
ActionGrid.ActionKeys, ActionGrid.ActionPlacements
Grid.Attributes, Grid.Keys
Modifier and Type | Method and Description |
---|---|
default G |
addImportGridAction(ImportGridAction<?> action)
Adds the grid-level import action to import the entities from this grid.
|
default G |
importGridAction(String importType,
String scope)
Adds the grid-level import action to import the entities from this grid.
|
default G |
importGridAction(String importType,
String scope,
UnaryOperator<ImportGridAction<?>> fn)
Adds the grid-level import action to import the entities from this grid.
|
default G |
removeImportGridAction()
Removes the grid-level import action.
|
addGridAction, addGridAction, addRowAction, addRowAction, findGridAction, findRowAction, getGridAction, getRowAction, gridAction, removeGridAction, removeRowAction, rowAction
addColumn, addColumn, addColumn, addColumns, findColumn, getColumn, idKey, removeColumn
addAction, addAction, addComponent, addEndpoint, addEndpoint, apply, attribute, augmentationKey, classifier, clearConditionals, clearEndpoints, conditional, conditionals, description, description, findAction, findAction, findActions, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoints, get, get, getAction, getAction, getActions, getActionsList, getAttribute, getAttribute, getAttributes, getAugmentationKey, getClassifier, getComponent, getComponent, getComponents, getComponentsList, getConditionals, getDescription, getEndpoint, getEndpoint, getEndpoints, getEndpointsList, getId, getLabel, getOrder, getScope, getType, hasAction, hasAttribute, hasComponent, hasEndpoint, id, isAugmentable, isTranslatable, label, label, notTranslatable, order, removeAction, removeAttribute, removeComponent, removeEndpoint, scope, self, setActions, setAttributes, setAugmentationKey, setClassifier, setComponents, setConditionals, setDescription, setEndpoints, setId, setLabel, setOrder, setScope, setTranslatable, setType, translatable, translatable, type
compareTo
default G importGridAction(String importType, String scope)
importType
- the type of the importscope
- the OAuth2 scopedefault G importGridAction(String importType, String scope, UnaryOperator<ImportGridAction<?>> fn)
importType
- the type of the importscope
- the OAuth2 scopefn
- the added action for further customizationdefault G addImportGridAction(ImportGridAction<?> action)
action
- the ImportGridAction
actiondefault G removeImportGridAction()
Copyright © 2021. All rights reserved.