Uses of Class
org.smallmind.wicket.component.google.visualization.ValueType

Packages that use ValueType
org.smallmind.wicket.component.google.visualization   
 

Uses of ValueType in org.smallmind.wicket.component.google.visualization
 

Methods in org.smallmind.wicket.component.google.visualization that return ValueType
abstract  ValueType Value.getType()
           
 ValueType TimeOfDayValue.getType()
           
 ValueType TextValue.getType()
           
 ValueType TableCell.getType()
           
 ValueType NumberValue.getType()
           
 ValueType DateValue.getType()
           
 ValueType DateTimeValue.getType()
           
 ValueType ColumnDescription.getType()
           
 ValueType BooleanValue.getType()
           
static ValueType ValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValueType[] ValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.smallmind.wicket.component.google.visualization with parameters of type ValueType
ColumnDescription(String id, ValueType type, String label)
           
ColumnDescription(String id, ValueType type, String label, CellFormatter cellFormatter)
           
 



Copyright © 2012. All Rights Reserved.