Package io.jmix.ui.component.impl
Class DialogWindowImpl.DialogWindowActionHandler
java.lang.Object
io.jmix.ui.component.impl.DialogWindowImpl.DialogWindowActionHandler
- All Implemented Interfaces:
com.vaadin.event.Action.Handler,Serializable
- Enclosing class:
- DialogWindowImpl
protected class DialogWindowImpl.DialogWindowActionHandler
extends Object
implements com.vaadin.event.Action.Handler
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.vaadin.event.Actionprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.event.Action[]getActions(Object target, Object sender) voidhandleAction(com.vaadin.event.Action action, Object sender, Object target)
-
Field Details
-
analyzeAction
protected com.vaadin.event.Action analyzeAction -
initialized
protected boolean initialized
-
-
Constructor Details
-
DialogWindowActionHandler
public DialogWindowActionHandler()
-
-
Method Details
-
getActions
- Specified by:
getActionsin interfacecom.vaadin.event.Action.Handler
-
handleAction
- Specified by:
handleActionin interfacecom.vaadin.event.Action.Handler
-