SalesPoint Framework v3.0

Uses of Interface
data.swing.DataBasketEntryGrouper

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 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