public interface ActionGrid<G extends ActionGrid<G>> extends Grid<G>
Grid
to represent a grid with grid-level and row-level actions.Modifier and Type | Interface and Description |
---|---|
static class |
ActionGrid.ActionKeys |
static class |
ActionGrid.ActionPlacements |
Grid.Attributes, Grid.Keys
Modifier and Type | Method and Description |
---|---|
default G |
addGridAction(Action<?> action) |
default G |
addGridAction(String type,
Action<?> action) |
default G |
addRowAction(Action<?> action) |
default G |
addRowAction(String type,
Action<?> action) |
default Optional<Action<?>> |
findGridAction(String type) |
default Optional<Action<?>> |
findRowAction(String type) |
default Action<?> |
getGridAction(String type) |
default Action<?> |
getRowAction(String type) |
default G |
gridAction(String type,
UnaryOperator<Action<?>> fn) |
default G |
removeGridAction(String type) |
default G |
removeRowAction(String type) |
default G |
rowAction(String type,
UnaryOperator<Action<?>> fn) |
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 gridAction(String type, UnaryOperator<Action<?>> fn)
default G rowAction(String type, UnaryOperator<Action<?>> fn)
Copyright © 2021. All rights reserved.