public class InnerComponentBean extends ComponentBean implements Serializable
This class should be a base to all components that are contained
within a owing ComponentBean
.
Constructor and Description |
---|
InnerComponentBean() |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
getIsAClientId()
This method describes the inheritance relationship for a containing component.
|
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
getDescription, setDescription
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.
getIsAClientId
in class ComponentBean
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.