public interface TableModel
| Modifier and Type | Method and Description |
|---|---|
TableCell |
getCellAt(int x,
int y) |
TableColumn |
getColumnAt(int x) |
int |
getColumnCount() |
int |
getFooterRowCount() |
int |
getHeaderRowCount() |
int |
getID1() |
int |
getID2() |
int |
getID3() |
TableRow |
getRowAt(int y) |
int |
getRowCount() |
String |
getSourcePk() |
String |
getStringID() |
String |
getTableStyle() |
TableCellValue |
getValueAt(int x,
int y) |
double |
getWidth() |
boolean |
isAutoWidth() |
boolean |
isFitToFrame() |
int getRowCount()
int getColumnCount()
TableColumn getColumnAt(int x)
TableRow getRowAt(int y)
TableCell getCellAt(int x, int y)
TableCellValue getValueAt(int x, int y)
String getTableStyle()
double getWidth()
boolean isAutoWidth()
boolean isFitToFrame()
int getHeaderRowCount()
int getFooterRowCount()
int getID1()
int getID2()
int getID3()
String getStringID()
String getSourcePk()
Copyright © 2017 SAP SE. All Rights Reserved.