Uses of Class
org.salespointframework.web.html.View

Packages that use View
org.salespointframework.web.html   
org.salespointframework.web.taglib.doubleview   
org.salespointframework.web.taglib.view   
 

Uses of View in org.salespointframework.web.html
 

Fields in org.salespointframework.web.html declared as View
protected  View<T> DoubleView.destinationView
           
protected  View<T> DoubleView.sourceView
           
 

Constructors in org.salespointframework.web.html with parameters of type View
DoubleView(View<T> sourceView, View<T> destinationView)
          Creates a Double-View in HTML representation.
DoubleView(View<T> sourceView, View<T> destinationView)
          Creates a Double-View in HTML representation.
 

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

Fields in org.salespointframework.web.taglib.doubleview declared as View
private  View<T> DoubleViewTag.destinationView
           
private  View<T> DoubleViewTag.sourceView
           
 

Methods in org.salespointframework.web.taglib.doubleview with parameters of type View
 void DoubleViewTag.setDestinationView(View<T> destinationView)
           
 void DoubleViewTag.setSourceView(View<T> sourceView)
           
 void DoubleViewTag.setViewIncrementally(View<T> view)
           
 

Uses of View in org.salespointframework.web.taglib.view
 

Fields in org.salespointframework.web.taglib.view declared as View
private  View<T> ViewTag.view
           
 

Methods in org.salespointframework.web.taglib.view with parameters of type View
 void ViewTag.setView(View<T> view)
          Setter for the View.