Uses of Interface
org.salespointframework.web.interfaces.ITransferStrategy

Packages that use ITransferStrategy
org.salespointframework.web.html   
org.salespointframework.web.taglib.doubleview   
org.salespointframework.web.transferstrategies   
 

Uses of ITransferStrategy in org.salespointframework.web.html
 

Fields in org.salespointframework.web.html declared as ITransferStrategy
protected  ITransferStrategy DoubleView.transferStrategy
           
 

Constructors in org.salespointframework.web.html with parameters of type ITransferStrategy
DoubleView(View<T> sourceView, View<T> destinationView, ITransferStrategy transferStrategy, java.lang.String url)
           
 

Uses of ITransferStrategy in org.salespointframework.web.taglib.doubleview
 

Methods in org.salespointframework.web.taglib.doubleview with parameters of type ITransferStrategy
 void DoubleViewTag.setTransferStrategy(ITransferStrategy<?> transferStrategy)
           
 

Uses of ITransferStrategy in org.salespointframework.web.transferstrategies
 

Classes in org.salespointframework.web.transferstrategies that implement ITransferStrategy
 class CatalogToCatalogTransferStrategy<T extends CatalogItem>