| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ColumnKey> |
TabularDataXGridPanel.keys |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ColumnKey> |
Row.keys |
| Constructor and Description |
|---|
Row(DataRow dataRow,
Map<String,ColumnKey> keys) |
Row(Map<String,ColumnKey> keys) |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnKey |
DataRowModelKeyProvider.key |
protected ColumnKey |
DataRowValueProvider.key |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JSonValueConverter.setValue(DataRow row,
JSonValue json,
ColumnKey key,
ValueType type) |
| Constructor and Description |
|---|
DataRowModelKeyProvider(ColumnKey key) |
DataRowValueProvider(ColumnKey key) |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnKey |
ColumnDefinition.key |
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnKey> |
TableDefinition.keys |
| Modifier and Type | Method and Description |
|---|---|
ColumnKey |
ColumnDefinition.getKey() |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnKey> |
TableDefinition.getKeys()
Returns the columns keys.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DataRow.get(ColumnKey key) |
<T> void |
DataRow.set(ColumnKey key,
T value) |
Copyright © 2014. All Rights Reserved.