com.swfm.mica.widgets
Class MiDateSortMethod

java.lang.Object
  extended bycom.swfm.mica.widgets.MiNumericalSortMethod
      extended bycom.swfm.mica.widgets.MiDateSortMethod
All Implemented Interfaces:
MiiTableSortMethod

public class MiDateSortMethod
extends MiNumericalSortMethod
implements MiiTableSortMethod

table.getSortManager().setColumnSortMethod(1, new MiDateSortMethod());

Version:
%I% %G%
Author:
Michael L. Davis

Field Summary
   
Constructor Summary
MiDateSortMethod()
           
 
Method Summary
 boolean sort(Strings values, int[] sortedPositions, int sortMethod)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiDateSortMethod

public MiDateSortMethod()
Method Detail

sort

public boolean sort(Strings values,
                    int[] sortedPositions,
                    int sortMethod)
Specified by:
sort in interface MiiTableSortMethod
Overrides:
sort in class MiNumericalSortMethod