Package io.jmix.flowui.fragment.impl
Class FragmentActionsDelegate
java.lang.Object
io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport<Fragment<?>>
io.jmix.flowui.fragment.impl.FragmentActionsDelegate
-
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
-
FragmentActionsDelegate
-
-
Method Details
-
attachAction
- Overrides:
attachAction
in classAbstractActionsHolderSupport<Fragment<?>>
-
detachAction
- Overrides:
detachAction
in classAbstractActionsHolderSupport<Fragment<?>>
-