public interface VirtualTableWrapper
VirtualTable
s.Modifier and Type | Method and Description |
---|---|
int[] |
getModelColumnIndices()
Returns the array of column indexes of the model.
|
int |
getRowCount()
Returns the number of rows in the model.
|
VirtualTable |
getVirtualTable()
Returns the wrapped
VirtualTable . |
VirtualTable.VirtualTableRow |
getVirtualTableRow(int modelRow)
Returns the wrapped
VirtualTable.VirtualTableRow behind the index
modelRow . |
int |
viewToModelColumn(int col)
Return the index of the wrapped
VirtualTable corresponding to
Parameter col . |
VirtualTable getVirtualTable()
VirtualTable
.VirtualTable
int viewToModelColumn(int col)
VirtualTable
corresponding to
Parameter col
.col
- the model column indexVirtualTable
int[] getModelColumnIndices()
int
array of indexedVirtualTable.VirtualTableRow getVirtualTableRow(int modelRow)
VirtualTable.VirtualTableRow
behind the index
modelRow
.modelRow
- the index in the modelVirtualTable.VirtualTableRow
int getRowCount()
Copyright © 2003–2021 XDEV Software. All rights reserved.