public class ListGridEditorContext
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
FormItem |
getDefaultProperties()
Default FormItem properties to apply to the editor for this cell.
|
ListGridRecord |
getEditedRecord()
Similar to
ListGrid#getEditedRecord() , this method returns a copy of the
record being edited, with unsaved edit values applied. |
ListGridField |
getEditField()
Returns the field in which the editor will be displayed
|
int |
getRowNum()
Returns the rowNum being edited
|
void |
setDefaultProperties(FormItem item) |
void |
setEditedRecord(ListGridRecord record) |
void |
setEditField(ListGridField field) |
void |
setRowNum(int rowNum) |
public FormItem getDefaultProperties()
ListGridField#setEditorType()
public void setDefaultProperties(FormItem item)
public int getRowNum()
public void setRowNum(int rowNum)
public ListGridField getEditField()
public void setEditField(ListGridField field)
public ListGridRecord getEditedRecord()
ListGrid#getEditedRecord()
, this method returns a copy of the
record being edited, with unsaved edit values applied.public void setEditedRecord(ListGridRecord record)