
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 componentType)
Sets the
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> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<IconType<FaceletTaglibTagComponentType<T>>> |
getAllIcon()
Returns all
icon elements |
String |
getComponentType()
Returns the
component-type element |
String |
getHandlerClass()
Returns the
handler-class element |
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 handlerClass)
Sets the
handler-class element |
Boolean |
isComponentExtension()
Removes the
component-extension element |
FaceletTaglibTagComponentType<T> |
removeAllDescription()
Removes the
description element |
FaceletTaglibTagComponentType<T> |
removeAllDisplayName()
Removes the
display-name element |
FaceletTaglibTagComponentType<T> |
removeAllIcon()
Removes all
icon elements |
FaceletTaglibTagComponentType<T> |
removeComponentExtension()
Removes the
component-extension element |
FaceletTaglibTagComponentType<T> |
removeComponentType()
Removes the
component-type element |
FaceletTaglibTagComponentType<T> |
removeHandlerClass()
Removes the
handler-class element |
FaceletTaglibTagComponentType<T> |
removeRendererType()
Removes the
renderer-type element |
FaceletTaglibTagComponentType<T> |
rendererType(String rendererType)
Sets the
renderer-type 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 componentType)
component-type elementcomponentType - the value for the element component-typeFaceletTaglibTagComponentTypeString getComponentType()
component-type elementcomponent-typeFaceletTaglibTagComponentType<T> removeComponentType()
component-type 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> handlerClass(String handlerClass)
handler-class elementhandlerClass - the value for the element handler-classFaceletTaglibTagComponentTypeString getHandlerClass()
handler-class elementhandler-classFaceletTaglibTagComponentType<T> removeHandlerClass()
handler-class elementFaceletTaglibTagComponentTypeFaceletTaglibTagComponentType<T> componentExtension()
component-extension elementFaceletTaglibTagComponentTypeBoolean isComponentExtension()
component-extension elementFaceletTaglibTagComponentTypeFaceletTaglibTagComponentType<T> removeComponentExtension()
component-extension elementFaceletTaglibTagComponentTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.