JIDE 3.5.15

com.jidesoft.grid
Class ISortableTableModel.SortItem

java.lang.Object
  extended by com.jidesoft.grid.ISortableTableModel.SortItem
All Implemented Interfaces:
Serializable
Enclosing interface:
ISortableTableModel

public static class ISortableTableModel.SortItem
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 boolean ascending
           
 int column
           
 
Constructor Summary
ISortableTableModel.SortItem(int column)
           
ISortableTableModel.SortItem(int column, boolean ascending)
           
 
Method Summary
 boolean equals(Object o)
           
 int getColumn()
           
 int hashCode()
           
 boolean isAscending()
           
 void setAscending(boolean ascending)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column

public int column

ascending

public boolean ascending
Constructor Detail

ISortableTableModel.SortItem

public ISortableTableModel.SortItem(int column)

ISortableTableModel.SortItem

public ISortableTableModel.SortItem(int column,
                                    boolean ascending)
Method Detail

getColumn

public int getColumn()

isAscending

public boolean isAscending()

setAscending

public void setAscending(boolean ascending)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

JIDE 3.5.15