| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractTableModel in org.salespointframework.desktop | 
|---|
| Subclasses of AbstractTableModel in org.salespointframework.desktop | |
|---|---|
 class | 
TableMap
In a chain of data manipulators some behaviour is common.  | 
 class | 
TableSorter
A sorter for TableModels.  | 
| Fields in org.salespointframework.desktop declared as AbstractTableModel | |
|---|---|
private  AbstractTableModel | 
JAbstractTable.atm
The current AbstractTableModel | 
protected  AbstractTableModel | 
TableMap.model
The original TableModel  | 
| Methods in org.salespointframework.desktop that return AbstractTableModel | |
|---|---|
 AbstractTableModel | 
JAbstractTable.getAbstractTableModel()
return the AbstractTableModel | 
 AbstractTableModel | 
TableMap.getModel()
Returns the TableModel.  | 
| Methods in org.salespointframework.desktop with parameters of type AbstractTableModel | |
|---|---|
 void | 
TableSorter.setModel(AbstractTableModel model)
Sets the TableModel. | 
 void | 
TableMap.setModel(AbstractTableModel model)
Sets the TableModel.  | 
| Constructors in org.salespointframework.desktop with parameters of type AbstractTableModel | |
|---|---|
JAbstractTable(AbstractTableModel atm)
Construct a new JAbstractTable that is based on an AbstractTableModel. | 
|
TableSorter(AbstractTableModel model)
Constructor.  | 
|
| Uses of AbstractTableModel in org.salespointframework.desktop.formsheets | 
|---|
| Fields in org.salespointframework.desktop.formsheets declared as AbstractTableModel | |
|---|---|
private  AbstractTableModel | 
DataExchangeFormSheet.m_atmDestModel
The TableModel of the destination table displayed. | 
private  AbstractTableModel | 
UserTableFormSheet.m_atmModel
The TableModel of the table displayed. | 
private  AbstractTableModel | 
SingleTableFormSheet.m_atmModel
The TableModel of the table displayed. | 
private  AbstractTableModel | 
LogTableForm.m_atmModel
The model of underlying the table that is being displayed.  | 
private  AbstractTableModel | 
DataExchangeFormSheet.m_atmSrcModel
The TableModel of the source table displayed. | 
| Methods in org.salespointframework.desktop.formsheets with parameters of type AbstractTableModel | |
|---|---|
 void | 
UserTableFormSheet.setTableModel(AbstractTableModel tm)
Changes the TableModel of a table. | 
 void | 
SingleTableFormSheet.setTableModel(AbstractTableModel tm)
Changes the TableModel of a table. | 
 void | 
LogTableForm.setTableModel(AbstractTableModel tm)
Changes the TableModel of a table. | 
| Uses of AbstractTableModel in org.salespointframework.desktop.models | 
|---|
| Subclasses of AbstractTableModel in org.salespointframework.desktop.models | |
|---|---|
 class | 
CatalogTableModel
A TableModel that models the contents of a Catalog. | 
 class | 
CountingStockTableModel
A TableModel that models the contents of a CountingStock. | 
 class | 
DataBasketTableModel
A TableModel that models the contents of a DataBasket. | 
 class | 
LogTableModel
Swing model for tables that can display log file contents.  | 
 class | 
StoringStockTableModel
A TableModel that models the contents of a Stock, representing each
 StockItem as an individual record. | 
 class | 
UserTableModel
A TableModel that models the contents of a UserManager. | 
| Uses of AbstractTableModel in org.salespointframework.web.helper | 
|---|
| Methods in org.salespointframework.web.helper that return AbstractTableModel | |
|---|---|
 AbstractTableModel | 
ATMBuilder.getATM()
 | 
private  AbstractTableModel | 
ATMBuilder.getAtmOfCatalog()
 | 
private  AbstractTableModel | 
ATMBuilder.getAtmOfCountingStock()
 | 
private  AbstractTableModel | 
ATMBuilder.getAtmOfDataBasket()
 | 
private  AbstractTableModel | 
ATMBuilder.getAtmOfStoringStock()
 | 
private  AbstractTableModel | 
ATMBuilder.getAtmOfUserManager()
 | 
| Uses of AbstractTableModel in org.salespointframework.web.html | 
|---|
| Fields in org.salespointframework.web.html declared as AbstractTableModel | |
|---|---|
protected  AbstractTableModel | 
View.atm
 | 
| Constructors in org.salespointframework.web.html with parameters of type AbstractTableModel | |
|---|---|
View(AbstractTableModel atm,
     HtmlViewRepresentation viewRepresentation)
Renders a View by a dataset.  | 
|
| Uses of AbstractTableModel in org.salespointframework.web.taglib.view | 
|---|
| Fields in org.salespointframework.web.taglib.view declared as AbstractTableModel | |
|---|---|
protected  AbstractTableModel | 
ViewTag.abstractTableModel
 | 
| Methods in org.salespointframework.web.taglib.view with parameters of type AbstractTableModel | |
|---|---|
 void | 
ViewTag.setAbstractTableModel(AbstractTableModel abstractTableModel)
Setter for the AbstractTableModel. | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||