org.apache.shale.clay.config.beans
Class InnerComponentBean

java.lang.Object
  extended by org.apache.shale.clay.config.beans.AbstractBean
      extended by org.apache.shale.clay.config.beans.ComponentBean
          extended by org.apache.shale.clay.config.beans.InnerComponentBean
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ActionListenerBean, ConverterBean, ElementBean, ValidatorBean, ValueChangeListenerBean

public class InnerComponentBean
extends ComponentBean
implements Serializable

This class should be a base to all components that are contained within a owing ComponentBean.

See Also:
Serialized Form

Constructor Summary
InnerComponentBean()
           
 
Method Summary
 StringBuffer getIsAClientId()
          This method describes the inheritance relationship for a containing component.
 
Methods inherited from class org.apache.shale.clay.config.beans.ComponentBean
addActionListener, addAttribute, addChild, addConverter, addSymbol, addValidator, addValueChangeListener, compareTo, getActionListenerIterator, getActionListeners, getAllowBody, getAttribute, getAttributeIterator, getAttributes, getChildren, getChildrenIterator, getComponentType, getConverter, getExtends, getFacetName, getHasAClientId, getHasAParent, getId, getIsAParent, getIsBodyAllowed, getJsfid, getJspId, getSymbol, getSymbols, getValidatorIterator, getValidators, getValueChangeListenerIterator, getValueChangeListeners, isInheritanceFinal, setActionListeners, setAllowBody, setAttributes, setChildren, setComponentType, setExtends, setFacetName, setHasAParent, setId, setInheritanceFinal, setIsAParent, setJsfid, setValidators, setValueChangeListeners, toString
 
Methods inherited from class org.apache.shale.clay.config.beans.AbstractBean
getDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InnerComponentBean

public InnerComponentBean()
Method Detail

getIsAClientId

public StringBuffer getIsAClientId()

This method describes the inheritance relationship for a containing component. It works kind of like a java inner class in that the jsfid becomes the parent that the inner component should extend.

Overrides:
getIsAClientId in class ComponentBean
Returns:
heritage client id


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.