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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidattachAction(Action action) protected voiddetachAction(Action action) Methods inherited from class io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport
addAction, addAction, addActionInternal, addShortcutListenerIfNeeded, getAction, getActions, getActionShortcutBinding, getShortcutLifecycleOwner, removeAction, removeActionInternal, removeShortcutListener
-
Constructor Details
-
KanbanActionsSupport
-
-
Method Details
-
attachAction
- Overrides:
attachActionin classAbstractActionsHolderSupport<C extends Kanban<?>>
-
detachAction
- Overrides:
detachActionin classAbstractActionsHolderSupport<C extends Kanban<?>>
-