public static class TableSortInfo.Entry extends Object
| Constructor and Description |
|---|
TableSortInfo.Entry(int pColumn,
boolean pAscending)
Construct a new TableSortInfo.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object pOther)
Check if two TableSortInfo.Entry objects refer to the same column.
|
int |
getPColumn()
Get column as model-index
|
int |
hashCode()
Generate a hash code based on the column information.
|
boolean |
isAscending()
Get sorting direction
|
public TableSortInfo.Entry(int pColumn,
boolean pAscending)
pColumn - the column as model-indexpAscending - the sorting directionpublic int getPColumn()
public boolean isAscending()
public boolean equals(Object pOther)
public int hashCode()
hashCode in class Objectequals(Object)Copyright © 2017 Jürgen Zeller (privat). All rights reserved.