|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.widget.grid.EditorSupport<M>
public class EditorSupport<M extends ModelData>
| Constructor Summary | |
|---|---|
EditorSupport()
|
|
| Method Summary | |
|---|---|
void |
bind(Grid grid)
|
void |
doRender()
|
CellEditor |
getActiveEditor()
|
EditorGrid.ClicksToEdit |
getClicksToEdit()
Returns the clicks to edit. |
boolean |
isEditing()
Returns true if editing is active. |
boolean |
onDoubleClick(GridEvent<M> e)
|
void |
setClicksToEdit(EditorGrid.ClicksToEdit clicksToEdit)
Sets the number of clicks to edit (defaults to ONE). |
void |
startEditing(int row,
int col)
|
void |
stopEditing()
|
void |
stopEditing(boolean cancel)
Stops any active editing. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EditorSupport()
| Method Detail |
|---|
public void bind(Grid grid)
public void doRender()
public CellEditor getActiveEditor()
public EditorGrid.ClicksToEdit getClicksToEdit()
public boolean isEditing()
public boolean onDoubleClick(GridEvent<M> e)
public void setClicksToEdit(EditorGrid.ClicksToEdit clicksToEdit)
clicksToEdit - the clicks to edit
public void startEditing(int row,
int col)
public void stopEditing()
public void stopEditing(boolean cancel)
cancel - true to cancel, false to complete
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||