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