|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableViewModel | |
| com.sapportals.htmlb.table | |
| Uses of TableViewModel in com.sapportals.htmlb.table |
| Classes in com.sapportals.htmlb.table that implement TableViewModel | |
class |
DefaultTableViewModel
default implementation for Interface TableViewModel |
class |
JCOTableViewModel
Implementaion for the Interface TableViewModel. |
class |
ProxyListTableViewModel
|
| Methods in com.sapportals.htmlb.table that return TableViewModel | |
TableViewModel |
TableView.getModel()
returns the table model |
| Methods in com.sapportals.htmlb.table with parameters of type TableViewModel | |
void |
TableView.setModel(TableViewModel tableViewModel)
sets the table model |
| Constructors in com.sapportals.htmlb.table with parameters of type TableViewModel | |
TableView(String id,
TableViewModel tableViewModel)
Constructs a table that is initialized with tableViewModel as the data model |
|
TableColumn(TableViewModel model,
String title)
constructs a TableColumn with the given title, identifier, type and the width |
|
TableColumn(TableViewModel model,
String title,
String identifier)
constructs a TableColumn with the given title, identifier, type and the width |
|
TableColumn(TableViewModel model,
String title,
String identifier,
TableColumnType type)
constructs a TableColumn with the given title, identifier, type and the width |
|
TableColumn(TableViewModel model,
String title,
String identifier,
TableColumnType type,
DataType dataType)
constructs a TableColumn with the given title, identifier, type and the width |
|
TableColumn(TableViewModel model,
String title,
String identifier,
TableColumnType type,
DataType dataType,
String width)
constructs a TableColumn with the given title, identifier, type and the width |
|
TableColumn(TableViewModel model,
String title,
String identifier,
TableColumnType type,
DataType dataType,
String width,
String linkColumnKey)
constructs a TableColumn with the given title, identifier, type, width and the key for link column |
|
TableColumn(TableViewModel model,
String title,
String identifier,
TableColumnType type,
DataType dataType,
String width,
String linkColumnKey,
boolean wrapping)
constructs a TableColumn with the given title, identifier, type, width and the key for link column |
|
TableColumn(TableViewModel model,
String title,
String identifier,
TableColumnType type,
DataType dataType,
String width,
String linkColumnKey,
boolean wrapping,
String onItemClick)
constructs a TableColumn with the given title, identifier, type, width and the key for link column |
|
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||