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
Modifier and TypeFieldDescriptionprotected com.vaadin.event.Action
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.event.Action[]
getActions
(Object target, Object sender) void
handleAction
(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:
getActions
in interfacecom.vaadin.event.Action.Handler
-
handleAction
- Specified by:
handleAction
in interfacecom.vaadin.event.Action.Handler
-