Methods in data.stdforms with parameters of type DBCSStrategy |
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,
DataBasket dbSource,
CountingStock csDest,
UIGate uigGate,
Comparator cmpSource,
Comparator cmpDest,
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. |