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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
attachAction
(Action action) protected Screen
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
-
actionBinder
-
-
Constructor Details
-
ScreenActionsImpl
-
-
Method Details
-
addAction
- Specified by:
addAction
in interfaceHasActions
-
removeAction
- Specified by:
removeAction
in interfaceHasActions
-
getActions
- Specified by:
getActions
in interfaceHasActions
-
getAction
- Specified by:
getAction
in interfaceHasActions
-
getScreen
-
attachAction
-