com.vaadin.ui.

Class Table.ColumnCollapseEvent

  • All Implemented Interfaces:

    Serializable

    Enclosing class:

    Table

    public static class Table.ColumnCollapseEvent
    extends Component.Event

    This event is fired when the collapse state of a column changes.

    Since:

    7.6

    See Also:

    Serialized Form

    • Field Detail

      • METHOD

        public static final Method METHOD
    • Constructor Detail

      • ColumnCollapseEvent

        public ColumnCollapseEvent​(Component source,
                                   Object propertyId)

        Constructor

        Parameters:

        source - The source of the event

        propertyId - The id of the column

    • Method Detail

      • getPropertyId

        public Object getPropertyId()

        Gets the id of the column whose collapse state changed

        Returns:

        the property id of the column