Uses of Interface
org.salespointframework.web.html.viewrepresentations.HtmlViewRepresentation

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

Uses of HtmlViewRepresentation in org.salespointframework.web.html
 

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

Constructors in org.salespointframework.web.html with parameters of type HtmlViewRepresentation
View(AbstractTableModel atm, HtmlViewRepresentation viewRepresentation)
          Renders a View by a dataset.
 

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

Classes in org.salespointframework.web.html.viewrepresentations that implement HtmlViewRepresentation
 class DefaultHtmlViewRepresentation
          This is a ViewRepresentation that methods return only empty Stings.
 class NativeHtmlCssTable
          Declares a table in devisions and CSS.
 class NativeHtmlList
          Declares a floating-list.
 class NativeHtmlTable
          Declares a table.
 

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

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

Methods in org.salespointframework.web.taglib.view with parameters of type HtmlViewRepresentation
 void ViewTag.setViewRepresentation(HtmlViewRepresentation viewRepresentation)
          Setter for the HtmlViewRepresentation.