Uses of Class
org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOptions

Packages that use DataExchangeFormSheet.DataExchangeOptions
org.salespointframework.desktop.formsheets   
 

Uses of DataExchangeFormSheet.DataExchangeOptions in org.salespointframework.desktop.formsheets
 

Fields in org.salespointframework.desktop.formsheets declared as DataExchangeFormSheet.DataExchangeOptions
static DataExchangeFormSheet.DataExchangeOptions DataExchangeFormSheet.OPTION_DEFAULT
          this default option is used if null is passed as view parameter
static DataExchangeFormSheet.DataExchangeOptions DataExchangeFormSheet.OPTION_LISTVIEW_LISTVIEW
          this preset option uses a JListView for source and destination component
static DataExchangeFormSheet.DataExchangeOptions DataExchangeFormSheet.OPTION_LISTVIEW_TABLE
          this preset option uses a JListView as source component and a JAbstractTable as destination component
static DataExchangeFormSheet.DataExchangeOptions DataExchangeFormSheet.OPTION_TABLE_LISTVIEW
          this peset option uses a JAbstractTable as source component and a JListView as destination component
static DataExchangeFormSheet.DataExchangeOptions DataExchangeFormSheet.OPTION_TABLE_TABLE
          this preset option uses a JAbstractTable for source and destination source
 

Methods in org.salespointframework.desktop.formsheets that return DataExchangeFormSheet.DataExchangeOptions
 DataExchangeFormSheet.DataExchangeOptions DataExchangeFormSheet.DataExchangeOptions.copy()
          Copy options
 

Methods in org.salespointframework.desktop.formsheets with parameters of type DataExchangeFormSheet.DataExchangeOptions
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, Catalog cSource, Catalog cDest, DataBasket db, UIGate uigGate, CCStrategy ccsMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where source and destination are Catalogs.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, Catalog cSource, Catalog cDest, DataBasket db, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where source and destination are Catalogs.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, Catalog cSource, CountingStock csDest, DataBasket db, UIGate uigGate, CCSStrategy ccssMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a CountingStock.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, Catalog cSource, CountingStock csDest, DataBasket db, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a CountingStock.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, Catalog cSource, DataBasket dbDest, UIGate uigGate, CDBStrategy cdbsMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a DataBasket.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, Catalog cSource, DataBasket dbDest, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a DataBasket.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, Catalog cSource, StoringStock ssDest, DataBasket db, UIGate uigGate, CSSStrategy csssMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a StoringStock.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, CountingStock csSource, CountingStock csDest, DataBasket db, UIGate uigGate, CSCSStrategy cscssMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where source and destination are CountingStocks.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, CountingStock csSource, CountingStock csDest, DataBasket db, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where source and destination are CountingStocks.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, CountingStock csSource, DataBasket dbDest, UIGate uigGate, CSDBStrategy csdbsMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a CountingStock and the destination is a DataBasket.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, CountingStock csSource, DataBasket dbDest, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a CountingStocks and the destination is a DataBasket.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, DataBasket dbSource, Catalog cDest, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a Catalog.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, DataBasket dbSource, Catalog cDest, UIGate uigGate, DBCStrategy dbcsMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a Catalog.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, DataBasket dbSource, CountingStock csDest, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a CountingStock.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, DataBasket dbSource, CountingStock csDest, UIGate uigGate, DBCSStrategy dbcssMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a CountingStock.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, DataBasket dbSource, StoringStock ssDest, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a StoringStock.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, DataBasket dbSource, StoringStock ssDest, UIGate uigGate, DBSSStrategy dbsssMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a StoringStock.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, StoringStock ssSource, DataBasket dbDest, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a StoringStock and the destination is a DataBasket.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, StoringStock ssSource, DataBasket dbDest, UIGate uigGate, SSDBStrategy ssdbsMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where the source is a StoringStock and the destination is a DataBasket.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, StoringStock ssSource, StoringStock ssDest, DataBasket db, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where source and destination are StoringStocks.
static DataExchangeFormSheet DataExchangeFormSheet.create(java.lang.String sCaption, StoringStock ssSource, StoringStock ssDest, DataBasket db, UIGate uigGate, SSSSStrategy sssssMoveStrategy, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where source and destination are StoringStocks.
private static javax.swing.JSplitPane DataExchangeFormSheet.createForm(MoveAction moveToDest, MoveAction moveToSource, javax.swing.JComponent jSource, javax.swing.JComponent jDest, DataExchangeFormSheet defs, DataExchangeFormSheet.DataExchangeOptions options)
          Helper method that positions all elements of the formsheet according to the given direction.