|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueType | |
|---|---|
| org.gcube.portlets.user.tdw.client.model.grid | |
| org.gcube.portlets.user.tdw.server.datasource.jdbc | |
| org.gcube.portlets.user.tdw.shared.model | |
| Uses of ValueType in org.gcube.portlets.user.tdw.client.model.grid |
|---|
| Methods in org.gcube.portlets.user.tdw.client.model.grid with parameters of type ValueType | |
|---|---|
protected void |
JSonValueConverter.setValue(DataRow row,
JSonValue json,
ColumnKey key,
ValueType type)
|
| Uses of ValueType in org.gcube.portlets.user.tdw.server.datasource.jdbc |
|---|
| Methods in org.gcube.portlets.user.tdw.server.datasource.jdbc that return ValueType | |
|---|---|
protected ValueType |
JDBCDataSource.getValueType(int sqlType)
|
| Uses of ValueType in org.gcube.portlets.user.tdw.shared.model |
|---|
| Fields in org.gcube.portlets.user.tdw.shared.model declared as ValueType | |
|---|---|
protected ValueType |
ColumnDefinition.valueType
|
| Methods in org.gcube.portlets.user.tdw.shared.model that return ValueType | |
|---|---|
ValueType |
ColumnDefinition.getValueType()
|
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.gcube.portlets.user.tdw.shared.model with parameters of type ValueType | |
|---|---|
void |
ColumnDefinition.setValueType(ValueType valueType)
|
| Constructors in org.gcube.portlets.user.tdw.shared.model with parameters of type ValueType | |
|---|---|
ColumnDefinition(String id,
String label,
ValueType valueType,
int width,
boolean editable,
boolean visible,
ColumnType type)
Creates a new column definition. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||