org.smallmind.wicket.component.google.visualization
Class ColumnDescription

java.lang.Object
  extended by org.smallmind.wicket.component.google.visualization.TableElement
      extended by org.smallmind.wicket.component.google.visualization.ColumnDescription

public class ColumnDescription
extends TableElement


Constructor Summary
ColumnDescription(String id, ValueType type, String label)
           
ColumnDescription(String id, ValueType type, String label, CellFormatter cellFormatter)
           
 
Method Summary
 TableCell createTableCell(Value value)
           
 TableCell createTableCell(Value value, String formattedValue)
           
 CellFormatter getCellFormatter()
           
 String getId()
           
 String getLabel()
           
 ValueType getType()
           
 
Methods inherited from class org.smallmind.wicket.component.google.visualization.TableElement
getPropertiesAsJson, hasProperties, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnDescription

public ColumnDescription(String id,
                         ValueType type,
                         String label)

ColumnDescription

public ColumnDescription(String id,
                         ValueType type,
                         String label,
                         CellFormatter cellFormatter)
Method Detail

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.