com.swfm.mica.widgets
Class MiAlphabeticalSortMethod

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

public class MiAlphabeticalSortMethod
extends java.lang.Object
implements MiiTableSortMethod

This is the default sort manager for all table columns. However, to assign a subclass of this sorter to a column, one woudl do the following: int columnNumber; table.getSortManager().setColumnSortMethod(columnNumber, new MiAlphabeticalSortMethod());

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

Field Summary
   
Constructor Summary
MiAlphabeticalSortMethod()
           
MiAlphabeticalSortMethod(boolean ignoreCase)
           
 
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

MiAlphabeticalSortMethod

public MiAlphabeticalSortMethod()

MiAlphabeticalSortMethod

public MiAlphabeticalSortMethod(boolean ignoreCase)
Method Detail

sort

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