Uses of Class
org.openfaces.util.StyleGroup

Packages that use StyleGroup
org.openfaces.util This package is only for internal usage from within the OpenFaces library. 
 

Uses of StyleGroup in org.openfaces.util
 

Methods in org.openfaces.util that return StyleGroup
static StyleGroup StyleGroup.disabledStyleGroup()
           
static StyleGroup StyleGroup.disabledStyleGroup(int index)
           
static StyleGroup StyleGroup.regularStyleGroup()
           
static StyleGroup StyleGroup.regularStyleGroup(int index)
           
static StyleGroup StyleGroup.rolloverStyleGroup()
           
static StyleGroup StyleGroup.rolloverStyleGroup(int index)
           
static StyleGroup StyleGroup.selectedStyleGroup()
           
static StyleGroup StyleGroup.selectedStyleGroup(int index)
           
 

Methods in org.openfaces.util that return types with arguments of type StyleGroup
static java.util.SortedSet<StyleGroup> StyleGroup.getAllGroups()
           
 

Methods in org.openfaces.util with parameters of type StyleGroup
static void Styles.addStyleJsonParam(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, JSONObject paramsObject, java.lang.String jsonFieldName, java.lang.String style, java.lang.String styleClass, StyleGroup styleGroup)
          Add style parameter to JSON object
static java.lang.String Styles.getCSSClass_dontCascade(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String style, StyleGroup styleGroup, java.lang.String styleClass, java.lang.String defaultStyle)
          Renders default style in-place unless user has defined style or styleClass attributes
static java.lang.String Styles.getCSSClass(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String style, StyleGroup styleGroup)
          Return component css class for given StyleGroup
static java.lang.String Styles.getCSSClass(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String style, StyleGroup styleGroup, java.lang.String styleClass)
          Return component css class for given StyleGroup merged with given css style and css style class
static java.lang.String Styles.getCSSClass(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String style, StyleGroup styleGroup, java.lang.String styleClass, java.lang.String defStyleClass)
          Return component css class for given component and given StyleGroup merged with given css style and css style class
static java.lang.String Styles.getStyleClassesStr(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String style, java.lang.String styleClass, java.lang.String defaultStyle, StyleGroup styleGroup)
           
static java.lang.String Styles.registerCssClass(javax.faces.context.FacesContext context, java.lang.String style, StyleGroup styleGroup, javax.faces.component.UIComponent component)
          Transform css style to css class and register css class for given component for given StyleGroup
 

Constructors in org.openfaces.util with parameters of type StyleGroup
StyleParam(javax.faces.component.UIComponent component, java.lang.String style, java.lang.String defaultStyleClass, java.lang.String styleClass, StyleGroup styleGroup)
           
StyleParam(javax.faces.component.UIComponent component, java.lang.String styleName, java.lang.String defaultStyleClass, StyleGroup styleGroup)
           
 



Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.