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

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

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

Subclasses of Value in org.smallmind.wicket.component.google.visualization
 class BooleanValue
           
 class DateTimeValue
           
 class DateValue
           
 class NumberValue
           
 class TextValue
           
 class TimeBasedValue
           
 class TimeOfDayValue
           
 

Methods in org.smallmind.wicket.component.google.visualization that return Value
abstract  Value ValueType.asNull()
           
 Value TableCell.getValue()
           
 Value TableRow.getValue(int index)
           
 Value DataTable.getValue(int rowIndex, int cellIndex)
           
 

Methods in org.smallmind.wicket.component.google.visualization with parameters of type Value
 int TimeBasedValue.compareTo(Value value)
           
 int TextValue.compareTo(Value value)
           
 int NumberValue.compareTo(Value value)
           
 int BooleanValue.compareTo(Value value)
           
 TableCell ColumnDescription.createTableCell(Value value)
           
 TableCell ColumnDescription.createTableCell(Value value, String formattedValue)
           
 String CellFormatter.format(Value value)
           
 void TableCell.setValue(Value value)
           
 void TableCell.setValue(Value value, String formattedValue)
           
 

Constructors in org.smallmind.wicket.component.google.visualization with parameters of type Value
TableCell(Value value)
           
TableCell(Value value, String formattedValue)
           
 



Copyright © 2012. All Rights Reserved.