All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected void |
addAxisDataToCache(AxisEntry axis,
List<Object> data) |
protected void |
addCellToCache(int x,
int y,
TableModelImpl.CellCacheEntry ce) |
protected void |
addColumnToCache(int x,
TableModelImpl.ColumnCacheEntry ce) |
protected void |
addRowToCache(int y,
TableModelImpl.RowCacheEntry ce) |
protected TableModelImpl.AxisCacheEntry |
computeAxisAndIndex(List<? extends AxisEntry> entries,
int globalIndex) |
protected int |
computeAxisCount(List<? extends AxisEntry> entries) |
protected List<Object> |
computeAxisData(AxisEntry axis) |
protected TableModelImpl.CellCacheEntry |
computeCell(int x,
int y) |
protected CellStyle |
computeCellStyle(CellEntry cell,
RowEntry row,
int rowIndex,
Object rowData,
ColumnEntry column,
int columnIndex,
Object columnData,
int y,
int x) |
protected TableCellValue |
computeCellValue(CellEntry cell,
RowEntry row,
int rowIndex,
ColumnEntry column,
int columnIndex,
int y,
int x) |
protected int |
computeColumnCount() |
protected double |
computeColumnWidth(ColumnEntry column,
int columnDataIndex,
int columnDataCount,
int x) |
protected String |
computeExtendedStyle(CellEntry cell,
RowEntry row,
int rowIndex,
Object rowData,
ColumnEntry column,
int columnIndex,
Object columnData,
int y,
int x) |
protected int |
computeFooterRowCount() |
protected int |
computeHeaderRowCount() |
protected int |
computeRowCount() |
protected List<Object> |
getAxisData(AxisEntry axis) |
protected Object |
getAxisData(AxisEntry axis,
int index) |
protected List<Object> |
getAxisDataFromCache(AxisEntry axis) |
protected int |
getAxisDataSize(AxisEntry axis) |
protected int |
getAxisIndex(List<? extends AxisEntry> entries,
AxisEntry e) |
protected TableModelImpl.CellCacheEntry |
getCell(int x,
int y) |
TableCell |
getCellAt(int x,
int y) |
protected TableModelImpl.CellCacheEntry |
getCellFromCache(int x,
int y) |
protected int |
getCellGroupSize(CellEntry cell,
int x,
int y,
boolean horizontal) |
protected int |
getCellIndex(SortConfig config) |
protected TableCellValue |
getCellValue(CellEntry cell,
ColumnEntry column,
int columnIndex,
RowEntry row,
int rowIndex,
int x,
int y) |
protected TableCellValue |
getCellValueFromCache(int x,
int y) |
protected TableModelImpl.ColumnCacheEntry |
getColumnAndIndex(int globalIndex) |
TableColumn |
getColumnAt(int x) |
int |
getColumnCount() |
protected TableModelImpl.ColumnCacheEntry |
getColumnFromCache(int x) |
protected int |
getColumnIndex(ColumnEntry column) |
protected double |
getColumnWidth(int x) |
int |
getFooterRowCount() |
int |
getHeaderRowCount() |
protected int |
getHorizontalMergeSize(CellEntry cell,
int x,
int y) |
int |
getID1() |
int |
getID2() |
int |
getID3() |
protected TableModelImpl.RowCacheEntry |
getRowAndIndex(int globalIndex) |
TableRow |
getRowAt(int y) |
int |
getRowCount() |
protected TableModelImpl.RowCacheEntry |
getRowFromCache(int y) |
protected int |
getRowIndex(RowEntry row) |
protected TableAxisSortConfig[] |
getSortConfigs(AxisEntry axis) |
String |
getSourcePk() |
String |
getStringID() |
protected TableBlock |
getTable() |
String |
getTableStyle() |
protected double |
getTableWidth(TableBlock table,
EnumerationValue wType) |
TableCellValue |
getValueAt(int x,
int y) |
protected int |
getVerticalMergeSize(CellEntry cell,
int x,
int y) |
double |
getWidth() |
boolean |
isAutoWidth() |
protected boolean |
isAxisDataCached(AxisEntry entry) |
protected boolean |
isCellCached(int x,
int y) |
protected boolean |
isCellValueCached(int x,
int y) |
protected boolean |
isColFitToContent(EnumerationValue wType) |
protected boolean |
isColumnCached(int y) |
protected boolean |
isColWidthAbsolute(EnumerationValue wType) |
protected boolean |
isColWidthAuto(EnumerationValue wType) |
boolean |
isFitToFrame() |
protected boolean |
isRowCached(int y) |
protected boolean |
isTableWidthAuto(TableBlock table,
EnumerationValue wType) |
protected boolean |
isTableWidthFitToFrame(TableBlock table,
EnumerationValue wType) |
protected void |
putCellValueToCache(int x,
int y,
TableCellValue value) |