Ontimize 5.2072EN

com.ontimize.gui.table
Class TableSorter.ValueByGroupDate

java.lang.Object
  extended bycom.ontimize.gui.table.TableSorter.ValueByGroup
      extended bycom.ontimize.gui.table.TableSorter.ValueByGroupDate
Enclosing class:
TableSorter

protected static class TableSorter.ValueByGroupDate
extends TableSorter.ValueByGroup

Class that stores the cell values when these are obtained by groping several rows into one. In this concrete case, the values must be dates, in the format #DayMonthYear


Constructor Summary
TableSorter.ValueByGroupDate(TableSorter.DayMonthYear v, int row)
           
 
Methods inherited from class com.ontimize.gui.table.TableSorter.ValueByGroup
equals, getElementCount, getGroupRows, getValue, increment, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableSorter.ValueByGroupDate

public TableSorter.ValueByGroupDate(TableSorter.DayMonthYear v,
                                    int row)

Ontimize