Ontimize 5.2072EN

com.ontimize.gui.table
Class TableSorter.ValueByGroup

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

protected static class TableSorter.ValueByGroup
extends java.lang.Object

Class that stores the cell values when these are obtained by groping several rows into one.


Constructor Summary
TableSorter.ValueByGroup(java.lang.Object v, int row)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int getElementCount()
           
 int[] getGroupRows()
           
 java.lang.Object getValue()
           
 void increment(int row)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableSorter.ValueByGroup

public TableSorter.ValueByGroup(java.lang.Object v,
                                int row)
Method Detail

increment

public void increment(int row)

getGroupRows

public int[] getGroupRows()

getElementCount

public int getElementCount()

getValue

public java.lang.Object getValue()

equals

public boolean equals(java.lang.Object o)

toString

public java.lang.String toString()

Ontimize