org.apache.myfaces.custom.fieldset
Class AbstractFieldset

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by org.apache.myfaces.custom.htmlTag.AbstractHtmlTag
                  extended by org.apache.myfaces.custom.htmlTag.HtmlTag
                      extended by org.apache.myfaces.custom.fieldset.AbstractFieldset
All Implemented Interfaces:
javax.faces.component.StateHolder, javax.faces.component.ValueHolder, ForceIdAware, StyleAware, UserRoleAware

public abstract class AbstractFieldset
extends org.apache.myfaces.custom.htmlTag.HtmlTag

Renders an HTML Fieldset

Version:
$Revision: 756917 $ $Date: 2009-03-21 06:26:06 -0500 (Sat, 21 Mar 2009) $
Author:
svieujot (latest modification by $Author: cagatay $)

Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
 
Fields inherited from interface org.apache.myfaces.component.UserRoleAware
ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR
 
Constructor Summary
AbstractFieldset()
           
 
Method Summary
abstract  String getLegend()
          The fieldset's legend.
 Object getValue()
           
 
Methods inherited from class org.apache.myfaces.custom.htmlTag.HtmlTag
getEnabledOnUserRole, getFamily, getStyle, getStyleClass, getVisibleOnUserRole, isForceId, isForceIdIndex, restoreState, saveState, 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

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

AbstractFieldset

public AbstractFieldset()
Method Detail

getValue

public Object getValue()
Specified by:
getValue in interface javax.faces.component.ValueHolder
Overrides:
getValue in class javax.faces.component.UIOutput

getLegend

public abstract String getLegend()
The fieldset's legend.



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.