org.jbpm.jsf.taskformlayout.ui
Class UIDataArea

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.jboss.gravel.common.ui.UIGravelBase
              extended by org.jbpm.jsf.taskformlayout.ui.UIDataSection
                  extended by org.jbpm.jsf.taskformlayout.ui.UIDataArea
All Implemented Interfaces:
Serializable, javax.faces.component.StateHolder

public final class UIDataArea
extends UIDataSection

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jbpm.jsf.taskformlayout.ui.UIDataSection
UIDataSection.State
 
Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
static String RENDERER_TYPE
           
 
Constructor Summary
UIDataArea()
           
 
Method Summary
 String getFamily()
           
 
Methods inherited from class org.jbpm.jsf.taskformlayout.ui.UIDataSection
getFooterClass, getFooterStyle, getHeaderClass, getHeaderStyle, getStyle, getStyleClass, restoreState, saveState, setFooterClass, setFooterStyle, setHeaderClass, setHeaderStyle, setStyle, setStyleClass
 
Methods inherited from class org.jboss.gravel.common.ui.UIGravelBase
getChildrenOfType, getChildrenOfType, isGeneratedId
 
Methods inherited from class javax.faces.component.UIComponentBase
broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
Methods inherited from class java.lang.Object
equals, 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

RENDERER_TYPE

public static final String RENDERER_TYPE
Constructor Detail

UIDataArea

public UIDataArea()
Method Detail

getFamily

public String getFamily()
Overrides:
getFamily in class UIDataSection