Interface | Description |
---|---|
Editor<T> |
An editor in a Grid.
|
EditorCancelListener<T> |
An event listener for a
Grid editor cancel events. |
EditorCloseListener<T> |
An event listener for a
Grid editor close events. |
EditorOpenListener<T> |
An event listener for a
Grid editor open events. |
EditorSaveListener<T> |
An event listener for a
Grid editor save events. |
Class | Description |
---|---|
EditorCancelEvent<T> |
Holds the data for cancel events fired in
Editor . |
EditorCloseEvent<T> |
Holds the data for close events fired in
Editor . |
EditorEvent<T> |
Base class for events fired in
Editor . |
EditorImpl<T> |
Implementation of
Editor interface. |
EditorOpenEvent<T> |
Holds the data for open events fired in
Editor . |
EditorRenderer<T> |
Renderer and DataGenerator used by
Grid.Column to control the state of the
editor components. |
EditorSaveEvent<T> |
Holds the data for save events fired in
Editor . |
Copyright © 2020. All rights reserved.