Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.html.HtmlOutputText
public class HtmlOutputText
extends UIOutput
Field Summary | |
static String |
Fields inherited from class javax.faces.component.UIOutput | |
COMPONENT_FAMILY , COMPONENT_TYPE |
Constructor Summary | |
Method Summary | |
String |
|
String | |
String |
|
boolean |
|
void |
|
Object |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class javax.faces.component.UIOutput | |
getConverter , getFamily , getLocalValue , getValue , restoreState , saveState , setConverter , setValue |
Methods inherited from class javax.faces.component.UIComponent | |
addFacesListener , broadcast , decode , encodeBegin , encodeChildren , encodeEnd , findComponent , getAttributes , getChildCount , getChildren , getClientId , getFacesContext , getFacesListeners , getFacet , getFacets , getFacetsAndChildren , getFamily , getId , getParent , getRenderer , getRendererType , getRendersChildren , getValueBinding , isRendered , processDecodes , processRestoreState , processSaveState , processUpdates , processValidators , queueEvent , removeFacesListener , setId , setParent , setRendered , setRendererType , setValueBinding |
public String getStyle()
public String getStyleClass()
public String getTitle()
public boolean isEscape()
public void restoreState(FacesContext context, Object state)
- Overrides:
- restoreState in interface UIOutput
public Object saveState(FacesContext context)
- Specified by:
- saveState in interface StateHolder
public void setEscape(boolean escape)
public void setStyle(String style)
public void setStyleClass(String styleClass)
public void setTitle(String title)