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 Details

    • analyzeAction

      protected com.vaadin.event.Action analyzeAction
    • initialized

      protected boolean initialized
  • Constructor Details

    • DialogWindowActionHandler

      public DialogWindowActionHandler()
  • Method Details

    • getActions

      public com.vaadin.event.Action[] getActions(Object target, Object sender)
      Specified by:
      getActions in interface com.vaadin.event.Action.Handler
    • handleAction

      public void handleAction(com.vaadin.event.Action action, Object sender, Object target)
      Specified by:
      handleAction in interface com.vaadin.event.Action.Handler