public class ColumnDataTypeStore extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static ColumnDataTypeElement |
booleanElement |
protected static ColumnDataTypeElement |
dateElement |
protected static ColumnDataTypeElement |
geometryElement |
protected static ColumnDataTypeElement |
integerElement |
protected static ColumnDataTypeElement |
numericElement |
protected static ArrayList<ColumnDataTypeElement> |
store |
protected static ColumnDataTypeElement |
textElement |
| Constructor and Description |
|---|
ColumnDataTypeStore() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<ColumnDataTypeElement> |
getAttributeType() |
static ArrayList<ColumnDataTypeElement> |
getMeasureType() |
static org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType |
selectedAttribute(String selected) |
static ColumnDataTypeElement |
selectedAttributeElement(String selected) |
static int |
selectedAttributePosition(String selected) |
static org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType |
selectedMeasure(String selected) |
static ColumnDataTypeElement |
selectedMeasureElement(String selected) |
static int |
selectedMeasurePosition(String selected) |
protected static ArrayList<ColumnDataTypeElement> store
protected static ColumnDataTypeElement integerElement
protected static ColumnDataTypeElement numericElement
protected static ColumnDataTypeElement booleanElement
protected static ColumnDataTypeElement textElement
protected static ColumnDataTypeElement dateElement
protected static ColumnDataTypeElement geometryElement
public static ArrayList<ColumnDataTypeElement> getMeasureType()
public static int selectedMeasurePosition(String selected)
public static org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType selectedMeasure(String selected)
public static ColumnDataTypeElement selectedMeasureElement(String selected)
public static ArrayList<ColumnDataTypeElement> getAttributeType()
public static int selectedAttributePosition(String selected)
public static org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType selectedAttribute(String selected)
public static ColumnDataTypeElement selectedAttributeElement(String selected)
Copyright © 2015. All Rights Reserved.