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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected FragmentActionsDelegatecreateDelegate(Fragment<?> fragment) voidremoveAction(Action action) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.flowui.kit.component.HasActions
addAction, removeAction, removeAllActions
-
Field Details
-
delegate
-
-
Constructor Details
-
FragmentActionsImpl
-
-
Method Details
-
createDelegate
-
addAction
- Specified by:
addActionin interfaceHasActions
-
removeAction
- Specified by:
removeActionin interfaceHasActions
-
getActions
- Specified by:
getActionsin interfaceHasActions
-
getAction
- Specified by:
getActionin interfaceHasActions
-