public static class IFIXGRIDBinding.FIXGRIDSortInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
FIXGRIDSortInfo(java.lang.String sortReference) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSortReference()
Reference of this column.
|
int |
getSortSequence()
In case of multiple column sorting the sort sequence represents the
sort order: starting with 0 for the first prioroty, 1 for the next one, etc. etc.
|
java.lang.String |
getSortStatus()
Sort status of the corresponding column => one of the SORT_* constants
(e.g.
|
int |
getSortStatusInt()
Sort status as integer.
|
void |
setSortSequence(int sortSequence) |
void |
setSortStatus(int sortStatus)
Setting the sort status is done by sorting the grid, calling
method
FIXGRIDBinding.sort(String, boolean). |
public java.lang.String getSortStatus()
public int getSortStatusInt()
public void setSortStatus(int sortStatus)
FIXGRIDBinding.sort(String, boolean).public java.lang.String getSortReference()
public int getSortSequence()
public void setSortSequence(int sortSequence)
Copyright © CaptainCasa Gmbh. All Rights Reserved.