public interface HeaderCell extends GridCell
Modifier and Type | Method and Description |
---|---|
boolean |
isAscending()
This method checks whether the column is sorted ascending.
|
boolean |
isSortable()
This method checks whether the column is sortable.
|
boolean |
isSorted()
This method checks whether the column is sorted.
|
void |
setAscending(boolean ascending)
This method sets asceding sort flag value.
|
void |
setSortable(boolean sortable)
This method sets sortable flag value.
|
void |
setSorted(boolean sorted)
This method sets sorted flag value.
|
void |
sort()
This method changes the current sort order or sets the current column as sorted.
|
canBeDeactivated, displayActive, getColumn, getGrid, getNewValue, getRow, getValue, isActive, setFocus, setGrid, setPosition, setValue, valueEqual
void setSortable(boolean sortable)
sortable
- is a sortable flag value.void setAscending(boolean ascending)
ascending
- is an ascending sort value.void setSorted(boolean sorted)
sorted
- is a sorted flag value.boolean isAscending()
true
if the sort order is ascending.boolean isSortable()
true
if the column is sortable.boolean isSorted()
true
if the column is sorted.void sort()
Copyright © 2008–2013. All rights reserved.