|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.apache.myfaces.custom.htmlTag.AbstractHtmlTag
org.apache.myfaces.custom.htmlTag.HtmlTag
org.apache.myfaces.custom.fieldset.AbstractFieldset
org.apache.myfaces.custom.fieldset.Fieldset
public class Fieldset
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static String |
DEFAULT_RENDERER_TYPE
|
Fields inherited from interface org.apache.myfaces.component.UserRoleAware |
---|
ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR |
Constructor Summary | |
---|---|
Fieldset()
|
Method Summary | |
---|---|
String |
getFamily()
|
String |
getLegend()
The fieldset's legend. |
boolean |
isEscape()
Indicates whether rendered markup should be escaped. |
void |
restoreState(javax.faces.context.FacesContext facesContext,
Object state)
|
Object |
saveState(javax.faces.context.FacesContext facesContext)
|
void |
setEscape(boolean escape)
|
void |
setLegend(String legend)
|
Methods inherited from class org.apache.myfaces.custom.fieldset.AbstractFieldset |
---|
getValue |
Methods inherited from class org.apache.myfaces.custom.htmlTag.HtmlTag |
---|
getEnabledOnUserRole, getStyle, getStyleClass, getVisibleOnUserRole, isForceId, isForceIdIndex, setEnabledOnUserRole, setForceId, setForceIdIndex, setStyle, setStyleClass, setVisibleOnUserRole |
Methods inherited from class org.apache.myfaces.custom.htmlTag.AbstractHtmlTag |
---|
getClientId, getConverter, isRendered, setConverter |
Methods inherited from class javax.faces.component.UIOutput |
---|
getLocalValue, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public static final String DEFAULT_RENDERER_TYPE
Constructor Detail |
---|
public Fieldset()
Method Detail |
---|
public String getFamily()
getFamily
in class HtmlTag
public String getLegend()
AbstractFieldset
getLegend
in class AbstractFieldset
public void setLegend(String legend)
public boolean isEscape()
EscapeAware
public void setEscape(boolean escape)
public Object saveState(javax.faces.context.FacesContext facesContext)
saveState
in interface javax.faces.component.StateHolder
saveState
in class HtmlTag
public void restoreState(javax.faces.context.FacesContext facesContext, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class HtmlTag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |