| Package | Description |
|---|---|
| org.zkoss.google.charts.data |
| Modifier and Type | Method and Description |
|---|---|
static ColumnType |
ColumnType.fromString(String string) |
ColumnType |
DataTable.getColumnType(int index) |
ColumnType |
DataTable.Column.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 |
|---|---|
DataTable.Column |
DataTable.addColumn(ColumnType type,
ColumnRole role) |
DataTable.Column |
DataTable.addColumn(ColumnType type,
String label) |
DataTable.Column |
DataTable.addColumn(ColumnType type,
String label,
String id) |
| Constructor and Description |
|---|
Column(ColumnType type,
ColumnRole role) |
Column(ColumnType type,
String label) |
Column(ColumnType type,
String label,
String id) |
Column(ColumnType type,
String label,
String id,
String pattern) |
Copyright © 2016. All Rights Reserved.