|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColumnTableModelWrapper
ColumnTableModelWrapper
is a wrapper around table model which is referred as the actual table model or
underlying table model. It can be used to provide a different column mapping to create a different view to the actual
model. A typical use case is SortableTableModel.
RowTableModelWrapper
which wraps around the row index, ColumnTableModelWrapper
wraps around column index.
RowTableModelWrapper
,
TableModelWrapper
Method Summary | |
---|---|
int |
getActualColumnAt(int column)
Gets the actual column index in the underlying table that corresponds the specified column index. |
int |
getVisualColumnAt(int actualColumn)
Gets the visual column index representing the specified actual column. |
Methods inherited from interface com.jidesoft.grid.TableModelWrapper |
---|
getActualModel |
Method Detail |
---|
int getActualColumnAt(int column)
column
-
int getVisualColumnAt(int actualColumn)
actualColumn
-
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |