Uses of Interface
com.vaadin.client.widget.grid.events.SelectAllHandler
-
Packages that use SelectAllHandler Package Description com.vaadin.client.widget.grid.datasources com.vaadin.client.widget.grid.events com.vaadin.client.widgets -
-
Uses of SelectAllHandler in com.vaadin.client.widget.grid.datasources
Methods in com.vaadin.client.widget.grid.datasources that return SelectAllHandler Modifier and Type Method Description SelectAllHandler<T>ListDataSource. getSelectAllHandler()Returns aSelectAllHandlerfor this ListDataSource. -
Uses of SelectAllHandler in com.vaadin.client.widget.grid.events
Methods in com.vaadin.client.widget.grid.events that return types with arguments of type SelectAllHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<SelectAllHandler<T>>SelectAllEvent. getAssociatedType()static com.google.gwt.event.shared.GwtEvent.Type<SelectAllHandler<?>>SelectAllEvent. getType()Gets the type of the handlers for this event.Methods in com.vaadin.client.widget.grid.events with parameters of type SelectAllHandler Modifier and Type Method Description protected voidSelectAllEvent. dispatch(SelectAllHandler<T> handler) -
Uses of SelectAllHandler in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets with parameters of type SelectAllHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationGrid. addSelectAllHandler(SelectAllHandler<T> handler)Register a GWT event handler for a select all event.
-