Uses of Class
com.sun.rave.web.ui.theme.Theme

Packages that use Theme
com.sun.rave.web.ui.component   
com.sun.rave.web.ui.renderer   
com.sun.rave.web.ui.theme   
com.sun.rave.web.ui.util   
 

Uses of Theme in com.sun.rave.web.ui.component
 

Methods in com.sun.rave.web.ui.component that return Theme
protected  Theme CalendarMonth.getTheme()
          Convience function to get the current Theme.
 

Methods in com.sun.rave.web.ui.component with parameters of type Theme
 javax.faces.component.UIComponent Label.getErrorIcon(Theme theme, javax.faces.context.FacesContext context, boolean valid)
           
 javax.faces.component.UIComponent Label.getRequiredIcon(Theme theme, javax.faces.context.FacesContext context)
           
 

Uses of Theme in com.sun.rave.web.ui.renderer
 

Methods in com.sun.rave.web.ui.renderer with parameters of type Theme
protected  java.lang.String ButtonRenderer.getOnBlurStyle(Button button, Theme theme)
          Get onblur style class.
protected  java.lang.String ButtonRenderer.getOnFocusStyle(Button button, Theme theme)
          Get onfocus style class.
protected  java.lang.String ButtonRenderer.getOnMouseOutStyle(Button button, Theme theme)
          Get onmouseout style class.
protected  java.lang.String ButtonRenderer.getOnMouseOverStyle(Button button, Theme theme)
          Get onmouseover style class.
protected  javax.faces.component.UIComponent CheckboxGroupRenderer.getSelectorComponent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Theme theme, java.lang.String id, Option option)
          Return a Checkbox component to render.
protected  javax.faces.component.UIComponent RadioButtonGroupRenderer.getSelectorComponent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Theme theme, java.lang.String id, Option option)
          Return a RadioButton component to render.
protected  java.lang.String ButtonRenderer.getStyle(Button button, Theme theme)
          Get style class.
protected  java.lang.String CheckboxRenderer.getStyle(Theme theme, int styleCode)
          Return the style class name for the structural element indicated by styleCode
protected  java.lang.String RadioButtonRenderer.getStyle(Theme theme, int styleCode)
          Return the style class name for the structural element indicated by styleCode
protected  void PageAlertRenderer.renderAlertDetail(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Theme theme, javax.faces.context.ResponseWriter writer)
          Renders detsil summary message
protected  void AlertRenderer.renderAlertDetailArea(javax.faces.context.FacesContext context, Alert alert, Theme theme, javax.faces.context.ResponseWriter writer)
          Renders the optional detail message of the inline alert.
protected  void AlertRenderer.renderAlertIcon(javax.faces.context.FacesContext context, Alert alert, java.lang.String type, Theme theme, javax.faces.context.ResponseWriter writer)
          Renders the icon associated with an inline alert message.
protected  void PageAlertRenderer.renderAlertIcon(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Theme theme, javax.faces.context.ResponseWriter writer)
          Renders PageAlert Icon
protected  void AlertRenderer.renderAlertLink(javax.faces.context.FacesContext context, Alert alert, Theme theme, javax.faces.context.ResponseWriter writer)
          Renders the optional link at the end of the alert.
protected  void PageAlertRenderer.renderAlertSummary(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Theme theme, javax.faces.context.ResponseWriter writer)
          Renders alert summary message
protected  void BreadcrumbsRenderer.renderBreadcrumbsLink(javax.faces.context.FacesContext context, Hyperlink link, Theme theme)
          Renders the hyperlinks which make up the breadcrumbs.
protected  void BreadcrumbsRenderer.renderBreadcrumbsSeparator(javax.faces.context.FacesContext context, Breadcrumbs breadcrumbs, Theme theme, javax.faces.context.ResponseWriter writer)
          Renders the separator between the elements of the breadcrumbs.
protected  void BreadcrumbsRenderer.renderBreadcrumbsText(javax.faces.context.FacesContext context, Hyperlink crumb, Theme theme, javax.faces.context.ResponseWriter writer)
          Renders the final breadcrumb text which represents the current page.
protected  void BreadcrumbsRenderer.renderContainingTable(javax.faces.context.FacesContext context, Breadcrumbs breadcrumbs, Theme theme, javax.faces.context.ResponseWriter writer)
          Renders the attributes for the table containing the breadcrumbs.
protected  void PropertyRenderer.renderHelpText(javax.faces.context.FacesContext context, Property property, Theme theme, javax.faces.context.ResponseWriter writer)
          Render help text for the property
protected  void PropertySheetRenderer.renderJumpLinks(javax.faces.context.FacesContext context, PropertySheet propertySheet, Theme theme, javax.faces.context.ResponseWriter writer)
          Render a set of jump links.
protected  void PropertyRenderer.renderLabel(javax.faces.context.FacesContext context, Property property, Theme theme, javax.faces.context.ResponseWriter writer)
          Render a label for the propertySheetSection
protected  void AlertRenderer.renderOpeningTable(javax.faces.context.FacesContext context, Alert alert, Theme theme, javax.faces.context.ResponseWriter writer)
          Renders the attributes for the outer table containing the inline alert.
 void MessageGroupRenderer.renderOpeningTable(MessageGroup msgGrp, javax.faces.context.ResponseWriter writer, Theme theme)
          Helper method to render opening tags for the layout table.
protected  void PropertySheetSectionRenderer.renderProperties(javax.faces.context.FacesContext context, PropertySheetSection propertySheetSection, Theme theme, javax.faces.context.ResponseWriter writer)
          Render a required fields legend.
protected  void PropertyRenderer.renderPropertyComponents(javax.faces.context.FacesContext context, Property property, Theme theme, javax.faces.context.ResponseWriter writer)
          Render the property components.
protected  void PropertySheetSectionRenderer.renderPropertySheetSection(javax.faces.context.FacesContext context, PropertySheetSection propertySheetSection, Theme theme, javax.faces.context.ResponseWriter writer)
          Render the property sheet sections.
protected  void PropertySheetRenderer.renderPropertySheetSections(javax.faces.context.FacesContext context, PropertySheet propertySheet, Theme theme, javax.faces.context.ResponseWriter writer)
          Render the property sheet sections.
protected  void PropertySheetRenderer.renderRequiredFieldsLegend(javax.faces.context.FacesContext context, PropertySheet propertySheet, Theme theme, javax.faces.context.ResponseWriter writer)
          Render a required fields legend.
protected  void CalendarMonthRenderer.renderSpacerImage(javax.faces.context.FacesContext context, CalendarMonth calendarMonth, Theme theme, int height, int width)
          Render a spacer image.
 

Uses of Theme in com.sun.rave.web.ui.theme
 

Methods in com.sun.rave.web.ui.theme that return Theme
 Theme ThemeManager.getTheme(java.lang.String name, java.util.Locale locale)
          Retrieve a Theme instance for a Theme and for a specified locale.
 

Uses of Theme in com.sun.rave.web.ui.util
 

Methods in com.sun.rave.web.ui.util that return Theme
static Theme ThemeUtilities.getTheme(javax.faces.context.FacesContext context)
          Use this method to retrieve a named Theme.
 

Methods in com.sun.rave.web.ui.util with parameters of type Theme
static void RenderingUtilities.renderJavaScript(javax.faces.component.UIComponent component, Theme theme, javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter writer)
          Helper function to render theme scripts
static boolean RenderingUtilities.renderJsInclude(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Theme theme, javax.faces.context.ResponseWriter writer, java.lang.String includeFile)
          Return true if the javascript file identified by includeFile is included.
static void RenderingUtilities.renderStyleSheetInline(javax.faces.component.UIComponent component, Theme theme, javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter writer)
          Helper function to render theme stylesheet definitions inline
static void RenderingUtilities.renderStyleSheetLink(javax.faces.component.UIComponent component, Theme theme, javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter writer)
          Helper function to render theme stylesheet link(s)