Uses of Class
com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
-
Packages that use DefaultEditorEventHandler.CursorMoveDelta Package Description com.vaadin.client.widget.grid -
-
Uses of DefaultEditorEventHandler.CursorMoveDelta in com.vaadin.client.widget.grid
Methods in com.vaadin.client.widget.grid that return DefaultEditorEventHandler.CursorMoveDelta Modifier and Type Method Description protected DefaultEditorEventHandler.CursorMoveDelta
DefaultEditorEventHandler. getDeltaFromKeyDownEvent(Grid.EditorDomEvent<T> event)
Returns the direction to which the cursor should move.static DefaultEditorEventHandler.CursorMoveDelta
DefaultEditorEventHandler.CursorMoveDelta. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefaultEditorEventHandler.CursorMoveDelta[]
DefaultEditorEventHandler.CursorMoveDelta. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-