Package io.jmix.flowui.view.impl
Class ViewActionsImpl
java.lang.Object
io.jmix.flowui.view.impl.ViewActionsImpl
- All Implemented Interfaces:
ViewActions
@Component("flowui_ViewActions")
@Scope("prototype")
public class ViewActionsImpl
extends Object
implements ViewActions
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
attachAction
(Action action) protected View<?>
getView()
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.view.ViewActions
addAction, removeAction, removeAllActions
-
Field Details
-
actionBinder
-
-
Constructor Details
-
ViewActionsImpl
-
-
Method Details
-
addAction
- Specified by:
addAction
in interfaceViewActions
-
removeAction
- Specified by:
removeAction
in interfaceViewActions
-
getActions
- Specified by:
getActions
in interfaceViewActions
-
getAction
- Specified by:
getAction
in interfaceViewActions
-
getView
-
attachAction
-