public interface FaceletTaglibTagComponentType<T> extends Child<T>
facelet-taglib-tag-componentType
xsd typeModifier 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
objectsFaceletTaglibTagComponentType
List<String> getAllDescription()
description
elementsdescription
FaceletTaglibTagComponentType<T> removeAllDescription()
description
elementFaceletTaglibTagComponentType
FaceletTaglibTagComponentType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFaceletTaglibTagComponentType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FaceletTaglibTagComponentType<T> removeAllDisplayName()
display-name
elementFaceletTaglibTagComponentType
IconType<FaceletTaglibTagComponentType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<FaceletTaglibTagComponentType<T>> createIcon()
icon
elementIconType>
List<IconType<FaceletTaglibTagComponentType<T>>> getAllIcon()
icon
elementsicon
FaceletTaglibTagComponentType<T> removeAllIcon()
icon
elementsIconType>
FaceletTaglibTagComponentType<T> componentType(String componentType)
component-type
elementcomponentType
- the value for the element component-type
FaceletTaglibTagComponentType
String getComponentType()
component-type
elementcomponent-type
FaceletTaglibTagComponentType<T> removeComponentType()
component-type
elementFaceletTaglibTagComponentType
FaceletTaglibTagComponentType<T> rendererType(String rendererType)
renderer-type
elementrendererType
- the value for the element renderer-type
FaceletTaglibTagComponentType
String getRendererType()
renderer-type
elementrenderer-type
FaceletTaglibTagComponentType<T> removeRendererType()
renderer-type
elementFaceletTaglibTagComponentType
FaceletTaglibTagComponentType<T> handlerClass(String handlerClass)
handler-class
elementhandlerClass
- the value for the element handler-class
FaceletTaglibTagComponentType
String getHandlerClass()
handler-class
elementhandler-class
FaceletTaglibTagComponentType<T> removeHandlerClass()
handler-class
elementFaceletTaglibTagComponentType
FaceletTaglibTagComponentType<T> componentExtension()
component-extension
elementFaceletTaglibTagComponentType
Boolean isComponentExtension()
component-extension
elementFaceletTaglibTagComponentType
FaceletTaglibTagComponentType<T> removeComponentExtension()
component-extension
elementFaceletTaglibTagComponentType
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.