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
FieldsModifier and TypeFieldDescriptionprotected Map<Action,GridMenuItemActionWrapper<T>> protected final Cprotected JmixGridContextMenu<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected voidaddActionInternal(Action action, int index) protected voidaddContextMenuItem(Action action, int index) protected voidvoidremoveAction(Action action) protected voidremoveActionInternal(Action action) protected voidremoveContextMenuItem(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
-