org.smallmind.wicket.component.google.visualization
Class ColumnDescription
java.lang.Object
org.smallmind.wicket.component.google.visualization.TableElement
org.smallmind.wicket.component.google.visualization.ColumnDescription
public class ColumnDescription
- extends TableElement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnDescription
public ColumnDescription(String id,
ValueType type,
String label)
ColumnDescription
public ColumnDescription(String id,
ValueType type,
String label,
CellFormatter cellFormatter)
getId
public String getId()
getType
public ValueType getType()
getLabel
public String getLabel()
getCellFormatter
public CellFormatter getCellFormatter()
createTableCell
public TableCell createTableCell(Value value)
createTableCell
public TableCell createTableCell(Value value,
String formattedValue)
Copyright © 2012. All Rights Reserved.