Class JmixKanbanActionsSupport<C extends JmixKanban<?>>
java.lang.Object
io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport<C>
io.jmix.kanbanflowui.kit.component.JmixKanbanActionsSupport<C>
- Type Parameters:
C
- type of the Kanban component
- Direct Known Subclasses:
KanbanActionsSupport
public class JmixKanbanActionsSupport<C extends JmixKanban<?>>
extends AbstractActionsHolderSupport<C>
Base support class for adding actions to the
JmixKanban
component.-
Field Summary
Fields inherited from class io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport
actions, actionShortcutBinding, component
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport
addAction, addAction, addActionInternal, addShortcutListenerIfNeeded, attachAction, detachAction, getAction, getActions, getActionShortcutBinding, getDefaultListenOnComponent, getShortcutLifecycleOwner, removeAction, removeActionInternal, removeShortcutListener
-
Constructor Details
-
JmixKanbanActionsSupport
-