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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidattachAction(Action action) protected View<?>getView()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.view.ViewActions
addAction, removeAction, removeAllActions 
- 
Field Details
- 
actionBinder
 
 - 
 - 
Constructor Details
- 
ViewActionsImpl
 
 - 
 - 
Method Details
- 
addAction
- Specified by:
 addActionin interfaceViewActions
 - 
removeAction
- Specified by:
 removeActionin interfaceViewActions
 - 
getActions
- Specified by:
 getActionsin interfaceViewActions
 - 
getAction
- Specified by:
 getActionin interfaceViewActions
 - 
getView
 - 
attachAction
 
 -