|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Grid
public interface BaseTable
Defines common methods for Table based components.
Method Summary | |
---|---|
TableColumn |
getColumn(int index)
Deprecated. Returns the column at the specified index. |
boolean |
getColumnContextMenu()
Deprecated. Returns the column context menu enabled state. |
TableColumnModel |
getColumnModel()
Deprecated. Returns the table's column model. |
TableHeader |
getTableHeader()
Deprecated. Returns the table's header. |
void |
sort(int index,
Style.SortDir direction)
Deprecated. Sorts the table using the specified column index. |
Method Detail |
---|
TableColumnModel getColumnModel()
TableColumn getColumn(int index)
index
- the column index
TableHeader getTableHeader()
void sort(int index, Style.SortDir direction)
index
- the column indexdirection
- the direction to sort (NONE, ASC, DESC)boolean getColumnContextMenu()
true
if enabled, false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |