com.swfm.mica.widgets
Class MiAlphabeticalSortMethod
java.lang.Object
com.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
|
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 |
MiAlphabeticalSortMethod
public MiAlphabeticalSortMethod()
MiAlphabeticalSortMethod
public MiAlphabeticalSortMethod(boolean ignoreCase)
sort
public boolean sort(Strings values,
int[] sortedPositions,
int sortMethod)
- Specified by:
sort in interface MiiTableSortMethod