Class GridActionsSupport<C extends com.vaadin.flow.component.grid.Grid<T>,T>
java.lang.Object
io.jmix.flowui.kit.component.grid.GridActionsSupport<C,T>
- Direct Known Subclasses:
DataGridActionsSupport
-
Field Summary
Modifier and TypeFieldDescriptionprotected Map<Action,
GridMenuItemActionWrapper<T>> protected final C
protected JmixGridContextMenu<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
protected void
addActionInternal
(Action action, int index) protected void
addContextMenuItem
(Action action, int index) protected void
void
removeAction
(Action action) protected void
removeActionInternal
(Action action) protected void
removeContextMenuItem
(Action action) protected void
-
Field Details
-
component
-
actions
-
actionBinding
-
contextMenu
-
-
Constructor Details
-
GridActionsSupport
-
-
Method Details
-
initContextMenu
protected void initContextMenu() -
addAction
-
addAction
-
addActionInternal
-
addContextMenuItem
-
updateContextMenu
protected void updateContextMenu() -
removeAction
-
removeActionInternal
-
removeContextMenuItem
-
getAction
-
getActions
-