|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smartgwt.client.widgets.grid.ListGridEditorContext
public class ListGridEditorContext
Context object holding information about the cell being edited as part of a listGrid edit event.
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||