Package io.jmix.flowui.screen.impl
Class ScreenActionsImpl
java.lang.Object
io.jmix.flowui.screen.impl.ScreenActionsImpl
- All Implemented Interfaces:
HasActions,ScreenActions
@Component("flowui_ScreenActions")
@Scope("prototype")
public class ScreenActionsImpl
extends Object
implements ScreenActions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidattachAction(Action action) protected ScreenvoidremoveAction(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
-
actionBinder
-
-
Constructor Details
-
ScreenActionsImpl
-
-
Method Details
-
addAction
- Specified by:
addActionin interfaceHasActions
-
removeAction
- Specified by:
removeActionin interfaceHasActions
-
getActions
- Specified by:
getActionsin interfaceHasActions
-
getAction
- Specified by:
getActionin interfaceHasActions
-
getScreen
-
attachAction
-