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

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

public class TableCell
extends TableElement


Constructor Summary
protected TableCell(Value value)
           
protected TableCell(Value value, String formattedValue)
           
 
Method Summary
 String getFormattedValue()
           
 ValueType getType()
           
 Value getValue()
           
 void setValue(Value value)
           
 void setValue(Value value, String formattedValue)
           
 
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

TableCell

protected TableCell(Value value)

TableCell

protected TableCell(Value value,
                    String formattedValue)
Method Detail

getType

public ValueType getType()

setValue

public void setValue(Value value)

setValue

public void setValue(Value value,
                     String formattedValue)

getValue

public Value getValue()

getFormattedValue

public String getFormattedValue()


Copyright © 2012. All Rights Reserved.