com.swfm.mica.widgets
Class MiNumericalSortMethod

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

public class MiNumericalSortMethod
extends java.lang.Object
implements MiiTableSortMethod

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

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

Field Summary
   
Constructor Summary
MiNumericalSortMethod()
           
 
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

MiNumericalSortMethod

public MiNumericalSortMethod()
Method Detail

sort

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