| Package | Description |
|---|---|
| org.smallmind.wicket.component.google.visualization |
| Modifier and Type | Method and Description |
|---|---|
abstract ValueType |
Value.getType() |
ValueType |
TimeOfDayValue.getType() |
ValueType |
TextValue.getType() |
ValueType |
TableCell.getType() |
ValueType |
NumberValue.getType() |
ValueType |
DateValue.getType() |
ValueType |
DateTimeValue.getType() |
ValueType |
ColumnDescription.getType() |
ValueType |
BooleanValue.getType() |
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.
|
| Constructor and Description |
|---|
ColumnDescription(String id,
ValueType type,
String label) |
ColumnDescription(String id,
ValueType type,
String label,
CellFormatter cellFormatter) |
Copyright © 2012. All Rights Reserved.