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

Packages that use IHtmlViewRepresentation
org.salespointframework.web.html   
org.salespointframework.web.html.viewrepresentations   
org.salespointframework.web.taglib.view   
 

Uses of IHtmlViewRepresentation in org.salespointframework.web.html
 

Fields in org.salespointframework.web.html declared as IHtmlViewRepresentation
protected  IHtmlViewRepresentation View.viewRepresentation
           
 

Constructors in org.salespointframework.web.html with parameters of type IHtmlViewRepresentation
View(AbstractTableModel atm, IHtmlViewRepresentation viewRepresentation)
           
 

Uses of IHtmlViewRepresentation in org.salespointframework.web.html.viewrepresentations
 

Classes in org.salespointframework.web.html.viewrepresentations that implement IHtmlViewRepresentation
 class DefaultHtmlViewRepresentation
          This is a ViewRepresentation that methods return only empty Stings.
 class NativeHtmlCssTable
           
 class NativeHtmlList
           
 class NativeHtmlTable
           
 

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

Fields in org.salespointframework.web.taglib.view declared as IHtmlViewRepresentation
protected  IHtmlViewRepresentation ViewTag.viewRepresentation
           
 

Methods in org.salespointframework.web.taglib.view with parameters of type IHtmlViewRepresentation
 void ViewTag.setViewRepresentation(IHtmlViewRepresentation viewRepresentation)