|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableRowModel | |
---|---|
com.sas.servlet.tbeans.tableview | Provides the base classes and interfaces used to generate a table of data for a given data model. |
com.sas.servlet.tbeans.tableview.hdml | Provides the classes used to generate a table of data in HDML. |
com.sas.servlet.tbeans.tableview.html | Provides the classes used to generate a table of data in HTML. |
com.sas.servlet.tbeans.tableview.wml | Provides the classes used to generate a table of data in WML. |
Uses of TableRowModel in com.sas.servlet.tbeans.tableview |
---|
Classes in com.sas.servlet.tbeans.tableview that implement TableRowModel | |
---|---|
class |
DefaultTableRowModel
The standard row-handler for a TableView. |
Methods in com.sas.servlet.tbeans.tableview that return TableRowModel | |
---|---|
abstract TableRowModel |
BaseTableView.getDefaultRowModel()
Returns the default row model for the TableView. |
TableRowModel |
BaseTableView.getRowModel()
Returns the row model that contains all the row renderers for the TableView. |
Methods in com.sas.servlet.tbeans.tableview with parameters of type TableRowModel | |
---|---|
void |
BaseTableView.setRowModel(TableRowModel rowModel)
Sets the row model for the TableView. |
Uses of TableRowModel in com.sas.servlet.tbeans.tableview.hdml |
---|
Methods in com.sas.servlet.tbeans.tableview.hdml that return TableRowModel | |
---|---|
TableRowModel |
TableView.getDefaultRowModel()
Returns the default row model for the TableView. |
Constructors in com.sas.servlet.tbeans.tableview.hdml with parameters of type TableRowModel | |
---|---|
TableView(javax.swing.table.TableModel tm,
TableColumnModel cm,
TableRowModel rm)
Constructs a TableView that is initialized with tableModel as the data model, columnModel as the column model and rowModel as the row model. |
Uses of TableRowModel in com.sas.servlet.tbeans.tableview.html |
---|
Methods in com.sas.servlet.tbeans.tableview.html that return TableRowModel | |
---|---|
TableRowModel |
TableView.getDefaultRowModel()
Returns the default row model for the TableView. |
Constructors in com.sas.servlet.tbeans.tableview.html with parameters of type TableRowModel | |
---|---|
TableView(javax.swing.table.TableModel tm,
TableColumnModel cm,
TableRowModel rm)
Constructs a TableView that is initialized with tableModel as the data model, columnModel as the column model and rowModel as the row model. |
|
TableViewComposite(javax.swing.table.TableModel tm,
TableColumnModel cm,
TableRowModel rm)
Constructs a TableViewComposite that is initialized with tableModel as the data model. |
Uses of TableRowModel in com.sas.servlet.tbeans.tableview.wml |
---|
Methods in com.sas.servlet.tbeans.tableview.wml that return TableRowModel | |
---|---|
TableRowModel |
TableView.getDefaultRowModel()
Returns the default row model for the TableView. |
Constructors in com.sas.servlet.tbeans.tableview.wml with parameters of type TableRowModel | |
---|---|
TableView(javax.swing.table.TableModel tm,
TableColumnModel cm,
TableRowModel rm)
Constructs a TableView that is initialized with tableModel as the data model, columnModel as the column model and rowModel as the row model. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |