Package io.jmix.flowui.fragment.impl
Class FragmentActionsImpl
java.lang.Object
io.jmix.flowui.fragment.impl.FragmentActionsImpl
- All Implemented Interfaces:
FragmentActions
,HasActions
@Component("flowui_FragmentActions")
@Scope("prototype")
public class FragmentActionsImpl
extends Object
implements FragmentActions
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected FragmentActionsDelegate
createDelegate
(Fragment<?> fragment) void
removeAction
(Action action) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.flowui.kit.component.HasActions
addAction, removeAction, removeAllActions
-
Field Details
-
delegate
-
-
Constructor Details
-
FragmentActionsImpl
-
-
Method Details
-
createDelegate
-
addAction
- Specified by:
addAction
in interfaceHasActions
-
removeAction
- Specified by:
removeAction
in interfaceHasActions
-
getActions
- Specified by:
getActions
in interfaceHasActions
-
getAction
- Specified by:
getAction
in interfaceHasActions
-