|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Grid.GridCell | |
|---|---|
| com.sencha.gxt.widget.core.client.event | |
| com.sencha.gxt.widget.core.client.grid | |
| com.sencha.gxt.widget.core.client.grid.editing | |
| Uses of Grid.GridCell in com.sencha.gxt.widget.core.client.event |
|---|
| Methods in com.sencha.gxt.widget.core.client.event that return Grid.GridCell | |
|---|---|
Grid.GridCell |
GridEditingEvent.getEditCell()
|
| Constructors in com.sencha.gxt.widget.core.client.event with parameters of type Grid.GridCell | |
|---|---|
BeforeStartEditEvent(Grid.GridCell editCell)
|
|
CancelEditEvent(Grid.GridCell editCell)
|
|
CompleteEditEvent(Grid.GridCell editCell)
|
|
GridEditingEvent(Grid.GridCell editCell)
|
|
StartEditEvent(Grid.GridCell editCell)
|
|
| Uses of Grid.GridCell in com.sencha.gxt.widget.core.client.grid |
|---|
| Methods in com.sencha.gxt.widget.core.client.grid that return Grid.GridCell | |
|---|---|
Grid.GridCell |
Grid.walkCells(int row,
int col,
int step,
Grid.Callback callback)
Navigate in the requested direction to the next selectable cell, given the row, column and step. |
| Methods in com.sencha.gxt.widget.core.client.grid with parameters of type Grid.GridCell | |
|---|---|
boolean |
GridSelectionModel.SelectionModelCallback.isSelectable(Grid.GridCell cell)
|
boolean |
Grid.Callback.isSelectable(Grid.GridCell cell)
Returns true to indicate the given cell is selectable. |
| Uses of Grid.GridCell in com.sencha.gxt.widget.core.client.grid.editing |
|---|
| Methods in com.sencha.gxt.widget.core.client.grid.editing that return Grid.GridCell | |
|---|---|
Grid.GridCell |
AbstractGridEditing.getActiveCell()
Returns the active cell. |
| Methods in com.sencha.gxt.widget.core.client.grid.editing with parameters of type Grid.GridCell | |
|---|---|
void |
GridRowEditing.startEditing(Grid.GridCell cell)
|
void |
GridInlineEditing.startEditing(Grid.GridCell cell)
|
void |
GridEditing.startEditing(Grid.GridCell cell)
Starts editing for the given cell. |
abstract void |
AbstractGridEditing.startEditing(Grid.GridCell cell)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||