public interface FaceletTaglibTagComponentType<T> extends Child<T>, JavaeeFaceletTaglibTagComponentCommonType<T,FaceletTaglibTagComponentType<T>>
facelet-taglib-tag-componentType
xsd typeModifier 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
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... values)
component-type
elements,
a new component-type
elementvalues
- list of component-type
objectsFaceletTaglibTagComponentType
List<String> getAllComponentType()
component-type
elementscomponent-type
FaceletTaglibTagComponentType<T> removeAllComponentType()
component-type
elementFaceletTaglibTagComponentType
FaceletTaglibTagComponentType<T> resourceId(String... values)
resource-id
elements,
a new resource-id
elementvalues
- list of resource-id
objectsFaceletTaglibTagComponentType
List<String> getAllResourceId()
resource-id
elementsresource-id
FaceletTaglibTagComponentType<T> removeAllResourceId()
resource-id
elementFaceletTaglibTagComponentType
FaceletTaglibTagComponentType<T> handlerClass(String... values)
handler-class
elements,
a new handler-class
elementvalues
- list of handler-class
objectsFaceletTaglibTagComponentType
List<String> getAllHandlerClass()
handler-class
elementshandler-class
FaceletTaglibTagComponentType<T> removeAllHandlerClass()
handler-class
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> componentExtension()
component-extension
elementFaceletTaglibTagComponentType
Boolean isComponentExtension()
component-extension
elementFaceletTaglibTagComponentType
FaceletTaglibTagComponentType<T> removeComponentExtension()
component-extension
elementFaceletTaglibTagComponentType
Copyright © 2016 JBoss by Red Hat. All rights reserved.