
public interface FaceletTaglibTagComponentType<T> extends Child<T>, JavaeeFaceletTaglibTagComponentCommonType<T,FaceletTaglibTagComponentType<T>>
facelet-taglib-tag-componentType xsd type| Modifier and Type | Method and Description |
|---|---|
FaceletTaglibTagComponentType<T> |
componentExtension()
Sets the
component-extension element |
FaceletTaglibTagComponentType<T> |
componentType(String... values)
Creates for all String objects representing
component-type elements,
a new component-type element |
IconType<FaceletTaglibTagComponentType<T>> |
createIcon()
Creates a new
icon element |
FaceletTaglibTagComponentType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FaceletTaglibTagComponentType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
List<String> |
getAllComponentType()
Returns all
component-type elements |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<String> |
getAllHandlerClass()
Returns all
handler-class elements |
List<IconType<FaceletTaglibTagComponentType<T>>> |
getAllIcon()
Returns all
icon elements |
List<String> |
getAllResourceId()
Returns all
resource-id elements |
IconType<FaceletTaglibTagComponentType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
String |
getRendererType()
Returns the
renderer-type element |
FaceletTaglibTagComponentType<T> |
handlerClass(String... values)
Creates for all String objects representing
handler-class elements,
a new handler-class element |
Boolean |
isComponentExtension()
Removes the
component-extension element |
FaceletTaglibTagComponentType<T> |
removeAllComponentType()
Removes the
component-type element |
FaceletTaglibTagComponentType<T> |
removeAllDescription()
Removes the
description element |
FaceletTaglibTagComponentType<T> |
removeAllDisplayName()
Removes the
display-name element |
FaceletTaglibTagComponentType<T> |
removeAllHandlerClass()
Removes the
handler-class element |
FaceletTaglibTagComponentType<T> |
removeAllIcon()
Removes all
icon elements |
FaceletTaglibTagComponentType<T> |
removeAllResourceId()
Removes the
resource-id element |
FaceletTaglibTagComponentType<T> |
removeComponentExtension()
Removes the
component-extension element |
FaceletTaglibTagComponentType<T> |
removeRendererType()
Removes the
renderer-type element |
FaceletTaglibTagComponentType<T> |
rendererType(String rendererType)
Sets the
renderer-type element |
FaceletTaglibTagComponentType<T> |
resourceId(String... values)
Creates for all String objects representing
resource-id elements,
a new resource-id element |
FaceletTaglibTagComponentType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsFaceletTaglibTagComponentTypeList<String> getAllDescription()
description elementsdescriptionFaceletTaglibTagComponentType<T> removeAllDescription()
description elementFaceletTaglibTagComponentTypeFaceletTaglibTagComponentType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsFaceletTaglibTagComponentTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameFaceletTaglibTagComponentType<T> removeAllDisplayName()
display-name elementFaceletTaglibTagComponentTypeIconType<FaceletTaglibTagComponentType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<FaceletTaglibTagComponentType<T>> createIcon()
icon elementIconType> List<IconType<FaceletTaglibTagComponentType<T>>> getAllIcon()
icon elementsiconFaceletTaglibTagComponentType<T> removeAllIcon()
icon elementsIconType> FaceletTaglibTagComponentType<T> componentType(String... values)
component-type elements,
a new component-type elementvalues - list of component-type objectsFaceletTaglibTagComponentTypeList<String> getAllComponentType()
component-type elementscomponent-typeFaceletTaglibTagComponentType<T> removeAllComponentType()
component-type elementFaceletTaglibTagComponentTypeFaceletTaglibTagComponentType<T> resourceId(String... values)
resource-id elements,
a new resource-id elementvalues - list of resource-id objectsFaceletTaglibTagComponentTypeList<String> getAllResourceId()
resource-id elementsresource-idFaceletTaglibTagComponentType<T> removeAllResourceId()
resource-id elementFaceletTaglibTagComponentTypeFaceletTaglibTagComponentType<T> handlerClass(String... values)
handler-class elements,
a new handler-class elementvalues - list of handler-class objectsFaceletTaglibTagComponentTypeList<String> getAllHandlerClass()
handler-class elementshandler-classFaceletTaglibTagComponentType<T> removeAllHandlerClass()
handler-class elementFaceletTaglibTagComponentTypeFaceletTaglibTagComponentType<T> rendererType(String rendererType)
renderer-type elementrendererType - the value for the element renderer-typeFaceletTaglibTagComponentTypeString getRendererType()
renderer-type elementrenderer-typeFaceletTaglibTagComponentType<T> removeRendererType()
renderer-type elementFaceletTaglibTagComponentTypeFaceletTaglibTagComponentType<T> componentExtension()
component-extension elementFaceletTaglibTagComponentTypeBoolean isComponentExtension()
component-extension elementFaceletTaglibTagComponentTypeFaceletTaglibTagComponentType<T> removeComponentExtension()
component-extension elementFaceletTaglibTagComponentTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.