| Package | Description |
|---|---|
| org.gcube.portlets.user.tdwx.shared.model |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnType |
ColumnDefinition.type |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
ColumnDefinition.getType() |
static ColumnType |
ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnType[] |
ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnDefinition.setType(ColumnType type) |
| Constructor and Description |
|---|
ColumnDefinition(String id,
String columnLocalId,
String label,
ValueType valueType,
int width,
boolean editable,
boolean visible,
ColumnType type)
Creates a new column definition.
|
Copyright © 2016. All Rights Reserved.