| Modifier and Type | Method and Description |
|---|---|
protected com.sencha.gxt.widget.core.client.grid.ColumnModel<DataRow> |
TabularDataXGridPanel.checkOnlyColumn(com.sencha.gxt.widget.core.client.grid.ColumnModel<DataRow> columnModel) |
com.sencha.gxt.widget.core.client.grid.Grid<DataRow> |
TabularDataXGridPanel.getGrid() |
| Modifier and Type | Method and Description |
|---|---|
protected com.sencha.gxt.widget.core.client.grid.ColumnModel<DataRow> |
TabularDataXGridPanel.checkOnlyColumn(com.sencha.gxt.widget.core.client.grid.ColumnModel<DataRow> columnModel) |
| 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) |
String |
RowStyleProvider.getColStyle(Row row,
ArrayList<ColumnDefinition> validationColumns,
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 |
|---|---|
static ArrayList<com.sencha.gxt.widget.core.client.grid.filters.Filter<DataRow,?>> |
FiltersGenerator.generate(com.sencha.gxt.widget.core.client.grid.ColumnModel<DataRow> columnModel) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<com.sencha.gxt.widget.core.client.grid.filters.Filter<DataRow,?>> |
FiltersGenerator.generate(com.sencha.gxt.widget.core.client.grid.ColumnModel<DataRow> columnModel) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultRowStyle.getColStyle(Row row,
ArrayList<ColumnDefinition> validationColumns,
com.sencha.gxt.core.client.ValueProvider<? super DataRow,?> valueProvider,
int rowIndex,
int colIndex) |
Copyright © 2016. All Rights Reserved.