Uses of Class
org.openxava.web.style.Style

Packages that use Style
org.openxava.web.editors   
org.openxava.web.layout   
org.openxava.web.style   
 

Uses of Style in org.openxava.web.editors
 

Methods in org.openxava.web.editors with parameters of type Style
 void TreeViewParser.createMetaTreeView(Tab tab, java.lang.String viewObject, java.lang.String collectionName, Style style, Messages errors)
          Creates the MetaTreeView for later use
 

Uses of Style in org.openxava.web.layout
 

Methods in org.openxava.web.layout that return Style
protected  Style AbstractJspPainter.getStyle()
           
 

Uses of Style in org.openxava.web.style
 

Subclasses of Style in org.openxava.web.style
 class IPadStyle
          For iPads.
 class JetSpeed2Style
           
 class Liferay43Style
          For Liferay 4.3, 4.4 and 5.0.
 class Liferay51Style
          For Liferay 5.1.
 class Liferay6Style
           
 class PortalStyle
          This class and its subclasses is used from JSP code to give style to the web applications.
 class WebSpherePortal61Style
           
 class WebSpherePortal6Style
           
 class WebSpherePortalStyle
           
 

Methods in org.openxava.web.style that return Style
static Style IPadStyle.getInstance()
           
static Style JetSpeed2Style.getInstance()
           
static Style Liferay43Style.getInstance()
           
static Style Liferay51Style.getInstance()
           
static Style Liferay6Style.getInstance()
           
static Style Style.getInstance()
           
static Style WebSpherePortal61Style.getInstance()
           
static Style WebSpherePortal6Style.getInstance()
           
static Style WebSpherePortalStyle.getInstance()
           
static Style Style.getInstance(HttpServletRequest request)
           
 

Methods in org.openxava.web.style with parameters of type Style
static void Style.setPotalInstance(Style style)