Modifier and Type | Method and Description |
---|---|
protected ITableModel |
TableView.generateTableModel(SimpleTableState objState)
Generate a table model using the 'source' and 'columns' parameters.
|
ITableModel |
TableView.getCachedTableModelValue() |
ITableModel |
Table.getTableModel() |
ITableModel |
TableView.getTableModel()
Returns the tableModel.
|
abstract ITableModel |
TableView.getTableModelValue() |
ITableModel |
TableViewSessionStateManager.recreateTableModel(java.io.Serializable objState) |
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
TableViewSessionStateManager.getSessionState(ITableModel objModel) |
Modifier and Type | Method and Description |
---|---|
ITableModel |
SimpleTableColumnComponent.getTableModel() |
ITableModel |
SimpleTableColumnFormComponent.getTableModel() |
Modifier and Type | Interface and Description |
---|---|
interface |
IFullTableModel
An extension of ITableModel that provides the ability to get the full
list of row objects, rather than just the displayed ones.
|
Modifier and Type | Method and Description |
---|---|
ITableModel |
ITableModelSource.getTableModel()
Returns the table model currently used
|
ITableModel |
ITableSessionStateManager.recreateTableModel(java.io.Serializable objState)
Method recreateTableModel recreates a table model from the saved session state
|
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
ITableSessionStateManager.getSessionState(ITableModel objModel)
Method getSessionState extracts the "persistent" portion of the table model
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableModel
A base table model that implements the handling of the model state.
|
class |
BasicTableModelWrap |
Modifier and Type | Method and Description |
---|---|
ITableModel |
FullTableSessionStateManager.recreateTableModel(java.io.Serializable objState) |
ITableModel |
NullTableSessionStateManager.recreateTableModel(java.io.Serializable objState) |
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
FullTableSessionStateManager.getSessionState(ITableModel objModel) |
java.io.Serializable |
NullTableSessionStateManager.getSessionState(ITableModel objModel) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTableModel
A simple generic table model implementation.
|
Modifier and Type | Method and Description |
---|---|
ITableModel |
SimpleTableSessionStateManager.recreateTableModel(java.io.Serializable objState) |
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
SimpleTableSessionStateManager.getSessionState(ITableModel objModel) |
Modifier and Type | Class and Description |
---|---|
class |
SqlTableModel
An implementation of ITableModel that obtains its data through SQL queries.
|
Modifier and Type | Method and Description |
---|---|
ITableModel |
TreeTableDataView.getTableModel() |