|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupModelProvider
This interface is to provide support to GroupTableHeader
.
Method Summary | |
---|---|
int |
getGroupColumnAt(int index)
Gets the corresponding column index in its actual table model for the designated group column. |
int |
getGroupColumnCount()
Gets the count of group columns. |
Object |
getGroupColumnIdentifier(int groupColumnIndex)
Gets the identifier of the group column index. |
int |
getGroupColumnOrder(int index)
Gets the corresponding column order in its actual table model for the designated group column. |
void |
groupAndRefresh()
Groups the table model and refresh. |
boolean |
groupColumnsFirst()
Gets the flag indicating if group columns should always be displayed at the begging when displayed. |
boolean |
isColumnGroupable(int columnIndex)
Checks if the column is groupable or not. |
boolean |
isDisplayGroupColumns()
Gets the flag indicating if group columns should be displayed. |
void |
setGroupColumns(int[] columns,
int[] orders)
Sets the group columns. |
Method Detail |
---|
int getGroupColumnCount()
int getGroupColumnAt(int index)
index
- the group column index
int getGroupColumnOrder(int index)
index
- the group column index
void setGroupColumns(int[] columns, int[] orders)
columns
- the columns arrayorders
- the orders arrayvoid groupAndRefresh()
boolean isColumnGroupable(int columnIndex)
columnIndex
- the column index
boolean isDisplayGroupColumns()
boolean groupColumnsFirst()
Object getGroupColumnIdentifier(int groupColumnIndex)
groupColumnIndex
- the group column index
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |