Class DialogOpenedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.flowui.event.dialog.DialogOpenedEvent
All Implemented Interfaces:
Serializable

public class DialogOpenedEvent extends org.springframework.context.ApplicationEvent
Application event that is sent after the dialog is shown.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected List<com.vaadin.flow.component.button.Button>
     
    protected com.vaadin.flow.component.Component
     

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    DialogOpenedEvent(com.vaadin.flow.component.dialog.Dialog dialog, com.vaadin.flow.component.Component content, List<com.vaadin.flow.component.button.Button> singleton)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.vaadin.flow.component.button.Button>
     
    com.vaadin.flow.component.Component
     
    com.vaadin.flow.component.dialog.Dialog
     

    Methods inherited from class org.springframework.context.ApplicationEvent

    getTimestamp

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • content

      protected com.vaadin.flow.component.Component content
    • buttons

      protected List<com.vaadin.flow.component.button.Button> buttons
  • Constructor Details

    • DialogOpenedEvent

      public DialogOpenedEvent(com.vaadin.flow.component.dialog.Dialog dialog, com.vaadin.flow.component.Component content, List<com.vaadin.flow.component.button.Button> singleton)
  • Method Details

    • getSource

      public com.vaadin.flow.component.dialog.Dialog getSource()
      Overrides:
      getSource in class EventObject
    • getContent

      public com.vaadin.flow.component.Component getContent()
      Returns:
      content of the opened dialog
    • getButtons

      public List<com.vaadin.flow.component.button.Button> getButtons()
      Returns:
      list of dialog buttons