Uses of Class
com.vaadin.client.widget.grid.events.SelectAllEvent
-
Packages that use SelectAllEvent Package Description com.vaadin.client.connectors.grid com.vaadin.client.widget.grid.events -
-
Uses of SelectAllEvent in com.vaadin.client.connectors.grid
Methods in com.vaadin.client.connectors.grid with parameters of type SelectAllEvent Modifier and Type Method Description protected voidMultiSelectionModelConnector. onSelectAllEvent(SelectAllEvent<elemental.json.JsonObject> event)Handler for selecting / deselecting all grid rows. -
Uses of SelectAllEvent in com.vaadin.client.widget.grid.events
Methods in com.vaadin.client.widget.grid.events with parameters of type SelectAllEvent Modifier and Type Method Description voidSelectAllHandler. onSelectAll(SelectAllEvent<T> event)Called when select all value in SelectionColumn header changes value.
-