Methods in data.stdforms with parameters of type CDBStrategy |
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,
Catalog cSource,
DataBasket dbDest,
UIGate uigGate,
Comparator cmpSource,
Comparator cmpDest,
TableEntryDescriptor tedSource,
TableEntryDescriptor tedDest,
CDBStrategy cdbsMoveStrategy)
Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a
DataBasket. |