Class ColumnsGrouperItemButtonClickEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<ColumnsGrouperItem>
io.jmix.groupgridflowui.component.columnsgrouper.event.ColumnsGrouperItemButtonClickEvent
All Implemented Interfaces:
Serializable

public class ColumnsGrouperItemButtonClickEvent extends com.vaadin.flow.component.ComponentEvent<ColumnsGrouperItem>
Event fired when the action button of a ColumnsGrouperItem is clicked.
See Also:
  • Field Summary

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

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    ColumnsGrouperItemButtonClickEvent(ColumnsGrouperItem source, boolean fromClient, com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button> originatedEvent)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button>
     

    Methods inherited from class com.vaadin.flow.component.ComponentEvent

    getSource, isFromClient, unregisterListener

    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

    • originatedEvent

      protected com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button> originatedEvent
  • Constructor Details

    • ColumnsGrouperItemButtonClickEvent

      public ColumnsGrouperItemButtonClickEvent(ColumnsGrouperItem source, boolean fromClient, com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button> originatedEvent)
  • Method Details

    • getOriginatedEvent

      public com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button> getOriginatedEvent()
      Returns:
      the originated ClickEvent