com.centrasite.control.adapters.collection.grid
Class GridCollection.SortInfo

java.lang.Object
  extended by com.softwareag.cis.server.util.SORTInfo
      extended by com.softwareag.cis.server.util.GRIDCollection.MySORTInfo
          extended by com.centrasite.control.adapters.collection.grid.GridCollection.SortInfo
Enclosing class:
GridCollection

public class GridCollection.SortInfo
extends com.softwareag.cis.server.util.GRIDCollection.MySORTInfo


Nested Class Summary
 
Nested classes/interfaces inherited from class com.softwareag.cis.server.util.SORTInfo
com.softwareag.cis.server.util.SORTInfo.PropertyIndexSortItem
 
Constructor Summary
GridCollection.SortInfo()
           
 
Method Summary
 void sort(java.lang.String propName, boolean ascending)
           
 
Methods inherited from class com.softwareag.cis.server.util.GRIDCollection.MySORTInfo
sort
 
Methods inherited from class com.softwareag.cis.server.util.SORTInfo
getAscending, getOriginalSortItems, getPropertyIndexSortItemsAsCSVString, getSortItems, getSortProperty, onSort, setAscending, setOriginalColumnSequenceAsCSVString, setOriginalSortItemsAsCSVString, setPropertyIndexSortItemsAsCSVString, setSortItems, setSortProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridCollection.SortInfo

public GridCollection.SortInfo()
Method Detail

sort

public void sort(java.lang.String propName,
                 boolean ascending)
Overrides:
sort in class com.softwareag.cis.server.util.GRIDCollection.MySORTInfo