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
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, getDefaultListenOnComponent, getShortcutLifecycleOwner, removeAction, removeActionInternal, removeShortcutListener
-
Constructor Details
-
FragmentActionsDelegate
-
-
Method Details
-
attachAction
- Overrides:
attachActionin classAbstractActionsHolderSupport<Fragment<?>>
-
detachAction
- Overrides:
detachActionin classAbstractActionsHolderSupport<Fragment<?>>
-