Package io.jmix.kanbanflowui.component
Class KanbanActionsSupport<C extends Kanban<?>>
java.lang.Object
io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport<C>
io.jmix.kanbanflowui.kit.component.JmixKanbanActionsSupport<C>
io.jmix.kanbanflowui.component.KanbanActionsSupport<C>
- Type Parameters:
C
- type of the Kanban component
Support class for adding actions to the
Kanban
component.-
Field Summary
Fields inherited from class io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport
actions, actionShortcutBinding, component
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
attachAction
(Action action) protected void
detachAction
(Action action) Methods inherited from class io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport
addAction, addAction, addActionInternal, addShortcutListenerIfNeeded, getAction, getActions, getActionShortcutBinding, getDefaultListenOnComponent, getShortcutLifecycleOwner, removeAction, removeActionInternal, removeShortcutListener
-
Constructor Details
-
KanbanActionsSupport
-
-
Method Details
-
attachAction
- Overrides:
attachAction
in classAbstractActionsHolderSupport<C extends Kanban<?>>
-
detachAction
- Overrides:
detachAction
in classAbstractActionsHolderSupport<C extends Kanban<?>>
-