|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FacesComponentDefinition
A definition for a class implementing
UIComponent
.
The method FacesDefinition.getDefaultProperty()
always returns
"children" for a FacesComponentDefinition.
A FacesComponentDefinition's parent is always either null or a FacesComponentDefinition.
A FacesComponentDefinitions parent will be either its
FacesDefinition.getTagName()
or, if that is
null, its getComponentType()
Method Summary | |
---|---|
java.lang.String |
getComponentFamily()
The component-family, either defined for this component, or inherited from it's parent component. |
java.lang.String |
getComponentType()
The component-type defined for this component. |
FacesFacet |
getFacet(java.lang.String facetName)
|
java.util.Collection<java.lang.String> |
getFacetNames()
Lists the component's non-inherited expected facets. |
java.lang.String |
getRendererType()
The renderer-type defined for this component. |
Methods inherited from interface com.ibm.xsp.registry.FacesDefinition |
---|
getDefaultFacesProperty, getDefaultProperty, getDefinedInlinePropertyNames, getDefinedPropertyNames, getFile, getFirstDefaultPrefix, getGroupTypeRefs, getId, getJavaClass, getNamespaceUri, getParent, getProperty, getPropertyNames, getReferenceId, getSince, getTagName, isDefinedProperty, isGroupProperty, isProperty, isTag |
Methods inherited from interface com.ibm.xsp.registry.FacesExtensibleNode |
---|
getExtension, setExtension |
Method Detail |
---|
java.lang.String getComponentType()
java.lang.String getRendererType()
java.lang.String getComponentFamily()
java.util.Collection<java.lang.String> getFacetNames()
FacesFacet getFacet(java.lang.String facetName)
facetName
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |