public interface ListGridEditorCustomizer
Modifier and Type | Method and Description |
---|---|
FormItem |
getEditor(ListGridEditorContext context)
This method fires when the editor for a cell in an editable grid is being displayed, and allows
developers to customize the FormItem displayed to the user dynamically depending on the row being edited
as well as just the field.
|
FormItem getEditor(ListGridEditorContext context)
ListGridField.setEditorType(FormItem)
if applying event handlers to the item, the live item should be retrieved from the event object.
For default behavior simply return the result of ListGridEditorContext.getDefaultProperties()
.
context
- context object containing details of the cell being edited.