com.stimulsoft.report.crossTab.core
Class StiRowCollection

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<StiRow>
              extended by com.stimulsoft.report.crossTab.core.StiRowCollection
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<StiRow>, java.util.Collection<StiRow>, java.util.List<StiRow>, java.util.RandomAccess

public class StiRowCollection
extends java.util.ArrayList<StiRow>

See Also:
Serialized Form

Constructor Summary
StiRowCollection()
           
 
Method Summary
 void createRowAndAdd(java.lang.Object value, java.lang.Object displayValue)
           
 StiRow getItem(int index)
           
 StiRow getItem(java.lang.Object value)
           
 StiRow getItem(java.lang.String value)
           
 void Sort(StiSortDirection sortDirection, StiSortType sortType)
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

StiRowCollection

public StiRowCollection()
Method Detail

getItem

public StiRow getItem(int index)

Sort

public void Sort(StiSortDirection sortDirection,
                 StiSortType sortType)

getItem

public StiRow getItem(java.lang.String value)

getItem

public StiRow getItem(java.lang.Object value)

createRowAndAdd

public void createRowAndAdd(java.lang.Object value,
                            java.lang.Object displayValue)