| Modifier and Type | Field and Description |
|---|---|
protected com.sencha.gxt.widget.core.client.grid.Grid<DataRow> |
TabularDataXGridPanel.grid |
protected com.sencha.gxt.data.shared.loader.PagingLoader<com.sencha.gxt.data.shared.loader.PagingLoadConfig,com.sencha.gxt.data.shared.loader.PagingLoadResult<DataRow>> |
TabularDataXGridPanel.loader |
protected com.sencha.gxt.data.shared.ListStore<DataRow> |
TabularDataXGridPanel.store |
| Modifier and Type | Method and Description |
|---|---|
com.sencha.gxt.widget.core.client.grid.Grid<DataRow> |
TabularDataXGridPanel.getGrid() |
| Modifier and Type | Field and Description |
|---|---|
protected DataRow |
Row.dataRow |
| Modifier and Type | Method and Description |
|---|---|
String |
TabularDataGridViewConfig.getColStyle(DataRow model,
com.sencha.gxt.core.client.ValueProvider<? super DataRow,?> valueProvider,
int rowIndex,
int colIndex) |
String |
TabularDataGridViewConfig.getRowStyle(DataRow model,
int rowIndex) |
protected void |
Row.setDataRow(DataRow dataRow) |
| Modifier and Type | Method and Description |
|---|---|
String |
TabularDataGridViewConfig.getColStyle(DataRow model,
com.sencha.gxt.core.client.ValueProvider<? super DataRow,?> valueProvider,
int rowIndex,
int colIndex) |
| Constructor and Description |
|---|
Row(DataRow dataRow,
Map<String,ColumnKey> keys) |
| Modifier and Type | Method and Description |
|---|---|
DataRow |
JSonValueConverter.convertToDataRow(JSonValue json) |
| Modifier and Type | Method and Description |
|---|---|
List<DataRow> |
JSonValueConverter.convertToDataRow(com.google.gwt.core.client.JsArray<JSonValue> json) |
List<DataRow> |
JSonValueConverter.convertToDataRow(List<JSonValue> json) |
com.sencha.gxt.data.shared.loader.PagingLoadResult<DataRow> |
DataRowPagingReader.read(Object loadConfig,
String data) |
com.sencha.gxt.data.shared.loader.ListLoadResult<DataRow> |
DataRowReader.read(Object loadConfig,
String data) |
| Modifier and Type | Method and Description |
|---|---|
String |
DataRowModelKeyProvider.getKey(DataRow row) |
V |
DataRowValueProvider.getValue(DataRow row) |
protected void |
JSonValueConverter.setValue(DataRow row,
JSonValue json,
ColumnKey key,
ValueType type) |
void |
DataRowValueProvider.setValue(DataRow row,
V value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ColumnConfigGenerator.setEditor(com.sencha.gxt.widget.core.client.grid.editing.GridInlineEditing<DataRow> editableGrid,
com.sencha.gxt.widget.core.client.grid.ColumnConfig<DataRow,?> columnConfig) |
static void |
ColumnConfigGenerator.setEditor(com.sencha.gxt.widget.core.client.grid.editing.GridInlineEditing<DataRow> editableGrid,
com.sencha.gxt.widget.core.client.grid.ColumnConfig<DataRow,?> columnConfig) |
static void |
ColumnConfigGenerator.setEditor(com.sencha.gxt.widget.core.client.grid.editing.GridInlineEditing<DataRow> editableGrid,
DataRowColumnConfig<?> columnConfig) |
Copyright © 2014. All Rights Reserved.