|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataBasketEntryGrouper | |
data.stdforms | Standard FormSheets that can be used to display and edit the contents of data management classes. |
data.swing | Swing components that can be used to display and edit the contents of data management classes. |
Uses of DataBasketEntryGrouper in data.stdforms |
Methods in data.stdforms with parameters of type DataBasketEntryGrouper | |
static TwoTableFormSheet |
TwoTableFormSheet.create(String sCaption,
CountingStock csSource,
DataBasket dbDest,
UIGate uigGate,
Comparator cmpSource,
Comparator cmpDest,
DataBasketEntryGrouper dbegDest,
boolean fShowZeros,
TableEntryDescriptor tedSource,
TableEntryDescriptor tedDest,
CSDBStrategy csdbsMoveStrategy)
Create and return a new TwoTableFormSheet where the source is a CountingStock and the destination is a DataBasket. |
static TwoTableFormSheet |
TwoTableFormSheet.create(String sCaption,
DataBasket dbSource,
CountingStock csDest,
UIGate uigGate,
Comparator cmpSource,
Comparator cmpDest,
DataBasketEntryGrouper dbegSource,
boolean fShowZeros,
TableEntryDescriptor tedSource,
TableEntryDescriptor tedDest,
DBCSStrategy dbcssMoveStrategy)
Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a CountingStock. |
static TwoTableFormSheet |
TwoTableFormSheet.create(String sCaption,
StoringStock ssSource,
DataBasket dbDest,
UIGate uigGate,
Comparator cmpSource,
Comparator cmpDest,
DataBasketEntryGrouper dbegDest,
TableEntryDescriptor tedSource,
TableEntryDescriptor tedDest,
SSDBStrategy ssdbsMoveStrategy)
Create and return a new TwoTableFormSheet where the source is a StoringStock and the destination is a DataBasket. |
static TwoTableFormSheet |
TwoTableFormSheet.create(String sCaption,
DataBasket dbSource,
StoringStock ssDest,
UIGate uigGate,
Comparator cmpSource,
Comparator cmpDest,
DataBasketEntryGrouper dbegSource,
TableEntryDescriptor tedSource,
TableEntryDescriptor tedDest,
DBSSStrategy dbsssMoveStrategy)
Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a StoringStock. |
static TwoTableFormSheet |
TwoTableFormSheet.create(String sCaption,
Catalog cSource,
DataBasket dbDest,
UIGate uigGate,
Comparator cmpSource,
Comparator cmpDest,
DataBasketEntryGrouper dbegDest,
TableEntryDescriptor tedSource,
TableEntryDescriptor tedDest,
CDBStrategy cdbsMoveStrategy)
Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a DataBasket. |
static TwoTableFormSheet |
TwoTableFormSheet.create(String sCaption,
DataBasket dbSource,
Catalog cDest,
UIGate uigGate,
Comparator cmpSource,
Comparator cmpDest,
DataBasketEntryGrouper dbegSource,
TableEntryDescriptor tedSource,
TableEntryDescriptor tedDest,
DBCStrategy dbcsMoveStrategy)
Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a Catalog. |
static SingleTableFormSheet |
SingleTableFormSheet.create(String sCaption,
DataBasket db,
UIGate uigGate,
DataBasketEntryGrouper dbeg,
TableEntryDescriptor ted)
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket. |
static SingleTableFormSheet |
SingleTableFormSheet.create(String sCaption,
DataBasket db,
UIGate uigGate,
DataBasketEntryGrouper dbeg,
Comparator cmp,
TableEntryDescriptor ted)
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket. |
static SingleTableFormSheet |
SingleTableFormSheet.create(String sCaption,
DataBasket db,
UIGate uigGate,
DataBasketCondition dbc,
DataBasketEntryGrouper dbeg,
TableEntryDescriptor ted)
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket. |
static SingleTableFormSheet |
SingleTableFormSheet.create(String sCaption,
DataBasket db,
UIGate uigGate,
DataBasketCondition dbc,
DataBasketEntryGrouper dbeg,
Comparator cmp,
TableEntryDescriptor ted)
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket. |
Uses of DataBasketEntryGrouper in data.swing |
Classes in data.swing that implement DataBasketEntryGrouper | |
class |
CountingStockDBEGrouper
DataBasketEntryGrouper that groups entries that have the same main and secondary key as well as the same source and destination and where both values contain an Integer object. |
class |
NOPDataBasketEntryGrouper
DataBasketEntryGrouper that can be used to indicate no grouping at all. |
Fields in data.swing declared as DataBasketEntryGrouper | |
protected DataBasketEntryGrouper |
DataBasketTableModel.m_dbegGrouper
A strategy that will group individual DataBasketEntries together for display. |
static DataBasketEntryGrouper |
NOPDataBasketEntryGrouper.NO_GROUPS
Convenience variable holding an instance of NOPDataBasketEntryGrouper. |
Constructors in data.swing with parameters of type DataBasketEntryGrouper | |
DataBasketTableModel.DataBasketTableModel(DataBasket db,
DataBasketCondition dbc,
DataBasketEntryGrouper dbeg,
Comparator cmp,
TableEntryDescriptor ted)
Create a new DataBasketTableModel. |
|
JDataBasketTable.JDataBasketTable(DataBasket db,
DataBasketCondition dbc,
DataBasketEntryGrouper dbeg,
Comparator cmp,
TableEntryDescriptor ted)
Create a new JDataBasketTable. |
|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |