Uses of Interface
com.vaadin.client.widgets.Grid.Editor.EventHandler
-
Packages that use Grid.Editor.EventHandler Package Description com.vaadin.client.widget.grid com.vaadin.client.widgets -
-
Uses of Grid.Editor.EventHandler in com.vaadin.client.widget.grid
Classes in com.vaadin.client.widget.grid that implement Grid.Editor.EventHandler Modifier and Type Class Description class
DefaultEditorEventHandler<T>
The default handler for Grid editor events. -
Uses of Grid.Editor.EventHandler in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return Grid.Editor.EventHandler Modifier and Type Method Description Grid.Editor.EventHandler<T>
Grid.Editor. getEventHandler()
Returns the event handler of this Editor.Methods in com.vaadin.client.widgets with parameters of type Grid.Editor.EventHandler Modifier and Type Method Description void
Grid.Editor. setEventHandler(Grid.Editor.EventHandler<T> handler)
Sets the event handler for this Editor.
-