Uses of Interface
com.vaadin.client.widget.grid.events.ColumnReorderHandler
-
Packages that use ColumnReorderHandler Package Description com.vaadin.client.widget.grid.events com.vaadin.client.widgets -
-
Uses of ColumnReorderHandler in com.vaadin.client.widget.grid.events
Methods in com.vaadin.client.widget.grid.events that return types with arguments of type ColumnReorderHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<ColumnReorderHandler<T>>
ColumnReorderEvent. getAssociatedType()
static com.google.gwt.event.shared.GwtEvent.Type<ColumnReorderHandler<?>>
ColumnReorderEvent. getType()
Methods in com.vaadin.client.widget.grid.events with parameters of type ColumnReorderHandler Modifier and Type Method Description protected void
ColumnReorderEvent. dispatch(ColumnReorderHandler<T> handler)
-
Uses of ColumnReorderHandler in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets with parameters of type ColumnReorderHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistration
Grid. addColumnReorderHandler(ColumnReorderHandler<T> handler)
Register a column reorder handler to this Grid.
-