Class ColumnToggleEvent<T>

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ColumnToggleEvent​(com.vaadin.flow.component.grid.Grid<T> source, com.vaadin.flow.component.grid.Grid.Column<T> column, boolean fromClient)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.vaadin.flow.component.grid.Grid.Column<T> getColumn()
      Returns the column whose visibility was toggled.
      • 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
    • Constructor Detail

      • ColumnToggleEvent

        public ColumnToggleEvent​(com.vaadin.flow.component.grid.Grid<T> source,
                                 com.vaadin.flow.component.grid.Grid.Column<T> column,
                                 boolean fromClient)
    • Method Detail

      • getColumn

        public com.vaadin.flow.component.grid.Grid.Column<T> getColumn()
        Returns the column whose visibility was toggled.