public class GridRowEditing<M> extends AbstractGridEditing<M>
| Modifier and Type | Class and Description |
|---|---|
class |
GridRowEditing.DefaultRowEditorMessages |
static interface |
GridRowEditing.RowEditorAppearance |
static interface |
GridRowEditing.RowEditorMessages |
| Constructor and Description |
|---|
GridRowEditing(Grid<M> editableGrid) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelEditing() |
void |
completeEditing() |
GridRowEditing.RowEditorMessages |
getMessages() |
int |
getMonitorPoll()
Returns the interval that the row editor is validated.
|
void |
setEditableGrid(Grid<M> editableGrid) |
void |
setMessages(GridRowEditing.RowEditorMessages messages) |
void |
setMonitorPoll(int monitorPoll)
Sets the polling interval that the row editor validation is run (defaults
to 200).
|
void |
setMonitorValid(boolean monitorValid)
True to monitor the valid status of this row editor (defaults to true).
|
void |
startEditing(Grid.GridCell cell) |
addBeforeStartEditHandler, addCancelEditHandler, addCompleteEditHandler, addEditor, addEditor, addStartEditHandler, clearEditors, fireEvent, getActiveCell, getClicksToEdit, getConverter, getEditableGrid, getEditor, isEditing, removeEditor, setClicksToEditpublic void cancelEditing()
cancelEditing in interface GridEditing<M>cancelEditing in class AbstractGridEditing<M>public void completeEditing()
completeEditing in interface GridEditing<M>completeEditing in class AbstractGridEditing<M>public GridRowEditing.RowEditorMessages getMessages()
public int getMonitorPoll()
public void setEditableGrid(Grid<M> editableGrid)
setEditableGrid in interface GridEditing<M>setEditableGrid in class AbstractGridEditing<M>public void setMessages(GridRowEditing.RowEditorMessages messages)
public void setMonitorPoll(int monitorPoll)
monitorPoll - the polling interval in ms in that validation is donepublic void setMonitorValid(boolean monitorValid)
monitorValid - true to monitor this row editorpublic void startEditing(Grid.GridCell cell)
startEditing in interface GridEditing<M>startEditing in class AbstractGridEditing<M>Copyright © 2012. All Rights Reserved.