| Package | Description |
|---|---|
| org.smallmind.wicket.component.google.visualization |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanValue |
class |
DateTimeValue |
class |
DateValue |
class |
NumberValue |
class |
TextValue |
class |
TimeBasedValue |
class |
TimeOfDayValue |
| Modifier and Type | Method and Description |
|---|---|
abstract Value |
ValueType.asNull() |
Value |
TableCell.getValue() |
Value |
TableRow.getValue(int index) |
Value |
DataTable.getValue(int rowIndex,
int cellIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
TimeBasedValue.compareTo(Value value) |
int |
TextValue.compareTo(Value value) |
int |
NumberValue.compareTo(Value value) |
int |
BooleanValue.compareTo(Value value) |
TableCell |
ColumnDescription.createTableCell(Value value) |
TableCell |
ColumnDescription.createTableCell(Value value,
String formattedValue) |
String |
CellFormatter.format(Value value) |
void |
TableCell.setValue(Value value) |
void |
TableCell.setValue(Value value,
String formattedValue) |
| Constructor and Description |
|---|
TableCell(Value value) |
TableCell(Value value,
String formattedValue) |
Copyright © 2012. All Rights Reserved.