Uses of Interface
com.sun.webui.theme.Theme

Packages that use Theme
com.sun.webui.jsf.component   
com.sun.webui.jsf.util   
com.sun.webui.theme   
 

Uses of Theme in com.sun.webui.jsf.component
 

Methods in com.sun.webui.jsf.component with parameters of type Theme
 javax.faces.component.UIComponent Scheduler.getDateLabelComponent(Theme theme)
          Return a component that implements a label for the date component.
 javax.faces.component.UIComponent Scheduler.getEndTimeLabelComponent(Theme theme)
          Return a component that implements a label for end time component.
 javax.faces.component.UIComponent Label.getErrorIcon(Theme theme, javax.faces.context.FacesContext context, boolean valid)
          Deprecated.  
 javax.faces.component.UIComponent Label.getErrorIcon(Theme theme, javax.faces.context.FacesContext context, java.lang.String toolTipErrorMsg)
          Return a component that implements an error icon.
 javax.faces.component.UIComponent Label.getRequiredIcon(Theme theme, javax.faces.context.FacesContext context)
          Return a component that implements a required icon.
 javax.faces.component.UIComponent Scheduler.getStartTimeLabelComponent(Theme theme)
          Return a component that implements a label for the start time component.
 

Uses of Theme in com.sun.webui.jsf.util
 

Methods in com.sun.webui.jsf.util that return Theme
static Theme ThemeUtilities.getTheme(javax.faces.context.FacesContext context)
          Return the default Theme instance.
 

Methods in com.sun.webui.jsf.util with parameters of type Theme
static Icon ThemeUtilities.getIcon(Theme theme, java.lang.String iconKey)
          Return an Icon component for the iconKey.
 

Uses of Theme in com.sun.webui.theme
 

Methods in com.sun.webui.theme that return Theme
 Theme ThemeFactory.getTheme(java.util.Locale locale, java.lang.String version, ThemeContext themeContext)
          Return the default Theme instance with version version for locale in the themeContext runtime environment.
 Theme ThemeFactory.getTheme(java.util.Locale locale, ThemeContext themeContext)
          Return the default Theme instance for locale in the themeContext runtime environment.
 Theme ThemeFactory.getTheme(java.lang.String themeName, java.util.Locale locale, ThemeContext themeContext)
          Return the Theme instance named themeName for locale in the themeContext runtime environment.
 Theme ThemeFactory.getTheme(java.lang.String themeName, java.lang.String version, java.util.Locale locale, ThemeContext themeContext)
          Return the Theme instance named themeName with version version for locale in the themeContext runtime environment.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.