| |
|
| com.gwtext.client.widgets.grid.GridPanel com.gwtext.client.widgets.grid.EditorGridPanel
All known Subclasses: com.gwtext.client.widgets.grid.PropertyGridPanel,
EditorGridPanel | public class EditorGridPanel extends GridPanel (Code) | | Class for creating and editable grid.
|
EditorGridPanel | public EditorGridPanel()(Code) | | |
EditorGridPanel | public EditorGridPanel(Store store, ColumnModel columnModel)(Code) | | Creates a new Editor Grid.
Parameters: store - the Grid's data store Parameters: columnModel - the Grids column model |
EditorGridPanel | public EditorGridPanel(JavaScriptObject jsObj)(Code) | | |
EditorGridPanel | public EditorGridPanel(String id, int width, int height, Store store, ColumnModel columnModel)(Code) | | Creates a new Editor Grid.
Parameters: id - the Grid ID Parameters: width - the Grid width Parameters: height - the Grid height Parameters: store - the Grid's data store Parameters: columnModel - the Grids column model |
addEditorGridListener | native public void addEditorGridListener(EditorGridListener listener)(Code) | | Add an EditorGridPanel listener.
Parameters: listener - the listener |
create | native protected JavaScriptObject create(JavaScriptObject configJS)(Code) | | |
getCellSelectionModel | public CellSelectionModel getCellSelectionModel()(Code) | | Get the Grids Cell selection model
the cell selection model |
getConfigPrototype | protected JavaScriptObject getConfigPrototype()(Code) | | |
setAutoEncode | public void setAutoEncode(boolean autoEncode)(Code) | | True to automatically HTML encode and decode values pre and post edit (defaults to false)
Parameters: autoEncode - true to auto encode |
setClicksToEdit | public void setClicksToEdit(int clicksToEdit) throws IllegalStateException(Code) | | The number of clicks on a cell required to display the cell's editor (defaults to 2).
Parameters: clicksToEdit - the number of clicks to edit throws: IllegalStateException - this property cannot be changed after the Component has been rendered |
startEditing | native public void startEditing(int rowIndex, int colIndex)(Code) | | Starts editing the specified for the specified row/column.
Parameters: rowIndex - row to edit Parameters: colIndex - column to edit |
stopEditing | native public void stopEditing()(Code) | | Stops any active editing.
|
|
|
|