public class

UIStyle

extends UIComponentBase
java.lang.Object
   ↳ javax.faces.component.UIComponent
     ↳ javax.faces.component.UIComponentBase
       ↳ org.apache.myfaces.tobago.component.UIStyle

Class Overview

Add a style tag. Collected bodyContent is rendered as content into a style tag. UIComponent class, generated from template component1.2.stg with class org.apache.myfaces.tobago.internal.taglib.component.StyleTagDeclaration.

Summary

Constants
String COMPONENT_FAMILY
String COMPONENT_TYPE
[Expand]
Inherited Fields
From class javax.faces.component.UIComponent
Public Constructors
UIStyle()
Public Methods
String getFamily()
String getFile()
Name of the stylesheet file to add to page.
String getStyle()
stylesheet to add to page.
void restoreState(FacesContext context, Object componentState)
Object saveState(FacesContext context)
void setFile(String file)
void setStyle(String style)
[Expand]
Inherited Methods
From class javax.faces.component.UIComponentBase
From class javax.faces.component.UIComponent
From class java.lang.Object
From interface javax.faces.component.StateHolder

Constants

public static final String COMPONENT_FAMILY

Constant Value: "org.apache.myfaces.tobago.Style"

public static final String COMPONENT_TYPE

Constant Value: "org.apache.myfaces.tobago.Style"

Public Constructors

public UIStyle ()

Public Methods

public String getFamily ()

public String getFile ()

Name of the stylesheet file to add to page.

public String getStyle ()

stylesheet to add to page.

public void restoreState (FacesContext context, Object componentState)

public Object saveState (FacesContext context)

public void setFile (String file)

public void setStyle (String style)