public interface FaceletTaglibTagType<T> extends Child<T>
facelet-taglib-tagType
xsd typeModifier and Type | Method and Description |
---|---|
FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>> |
createAttribute()
Creates a new
attribute element |
IconType<FaceletTaglibTagType<T>> |
createIcon()
Creates a new
icon element |
FaceletTaglibTagType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FaceletTaglibTagType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
List<FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>>> |
getAllAttribute()
Returns all
attribute elements |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<IconType<FaceletTaglibTagType<T>>> |
getAllIcon()
Returns all
icon elements |
String |
getHandlerClass()
Returns the
handler-class element |
FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>> |
getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
FaceletTaglibTagBehaviorType<FaceletTaglibTagType<T>> |
getOrCreateBehavior()
If not already created, a new
behavior element with the given value will be created. |
FaceletTaglibTagComponentType<FaceletTaglibTagType<T>> |
getOrCreateComponent()
If not already created, a new
component element with the given value will be created. |
FaceletTaglibTagConverterType<FaceletTaglibTagType<T>> |
getOrCreateConverter()
If not already created, a new
converter element with the given value will be created. |
IconType<FaceletTaglibTagType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
FaceletTaglibTagValidatorType<FaceletTaglibTagType<T>> |
getOrCreateValidator()
If not already created, a new
validator element with the given value will be created. |
String |
getSource()
Returns the
source element |
String |
getTagName()
Returns the
tag-name element |
FaceletTaglibTagType<T> |
handlerClass(String handlerClass)
Sets the
handler-class element |
Boolean |
isTagExtension()
Removes the
tag-extension element |
FaceletTaglibTagType<T> |
removeAllAttribute()
Removes all
attribute elements |
FaceletTaglibTagType<T> |
removeAllDescription()
Removes the
description element |
FaceletTaglibTagType<T> |
removeAllDisplayName()
Removes the
display-name element |
FaceletTaglibTagType<T> |
removeAllIcon()
Removes all
icon elements |
FaceletTaglibTagType<T> |
removeBehavior()
Removes the
behavior element |
FaceletTaglibTagType<T> |
removeComponent()
Removes the
component element |
FaceletTaglibTagType<T> |
removeConverter()
Removes the
converter element |
FaceletTaglibTagType<T> |
removeHandlerClass()
Removes the
handler-class element |
FaceletTaglibTagType<T> |
removeSource()
Removes the
source element |
FaceletTaglibTagType<T> |
removeTagExtension()
Removes the
tag-extension element |
FaceletTaglibTagType<T> |
removeTagName()
Removes the
tag-name element |
FaceletTaglibTagType<T> |
removeValidator()
Removes the
validator element |
FaceletTaglibTagType<T> |
source(String source)
Sets the
source element |
FaceletTaglibTagType<T> |
tagExtension()
Sets the
tag-extension element |
FaceletTaglibTagType<T> |
tagName(String tagName)
Sets the
tag-name element |
FaceletTaglibTagType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsFaceletTaglibTagType
List<String> getAllDescription()
description
elementsdescription
FaceletTaglibTagType<T> removeAllDescription()
description
elementFaceletTaglibTagType
FaceletTaglibTagType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFaceletTaglibTagType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FaceletTaglibTagType<T> removeAllDisplayName()
display-name
elementFaceletTaglibTagType
IconType<FaceletTaglibTagType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<FaceletTaglibTagType<T>> createIcon()
icon
elementIconType>
List<IconType<FaceletTaglibTagType<T>>> getAllIcon()
icon
elementsicon
FaceletTaglibTagType<T> removeAllIcon()
icon
elementsIconType>
FaceletTaglibTagType<T> tagName(String tagName)
tag-name
elementtagName
- the value for the element tag-name
FaceletTaglibTagType
String getTagName()
tag-name
elementtag-name
FaceletTaglibTagType<T> removeTagName()
tag-name
elementFaceletTaglibTagType
FaceletTaglibTagType<T> handlerClass(String handlerClass)
handler-class
elementhandlerClass
- the value for the element handler-class
FaceletTaglibTagType
String getHandlerClass()
handler-class
elementhandler-class
FaceletTaglibTagType<T> removeHandlerClass()
handler-class
elementFaceletTaglibTagType
FaceletTaglibTagBehaviorType<FaceletTaglibTagType<T>> getOrCreateBehavior()
behavior
element with the given value will be created.
Otherwise, the existing behavior
element will be returned.FaceletTaglibTagBehaviorType>
FaceletTaglibTagType<T> removeBehavior()
behavior
elementFaceletTaglibTagType
FaceletTaglibTagComponentType<FaceletTaglibTagType<T>> getOrCreateComponent()
component
element with the given value will be created.
Otherwise, the existing component
element will be returned.FaceletTaglibTagComponentType>
FaceletTaglibTagType<T> removeComponent()
component
elementFaceletTaglibTagType
FaceletTaglibTagConverterType<FaceletTaglibTagType<T>> getOrCreateConverter()
converter
element with the given value will be created.
Otherwise, the existing converter
element will be returned.FaceletTaglibTagConverterType>
FaceletTaglibTagType<T> removeConverter()
converter
elementFaceletTaglibTagType
FaceletTaglibTagValidatorType<FaceletTaglibTagType<T>> getOrCreateValidator()
validator
element with the given value will be created.
Otherwise, the existing validator
element will be returned.FaceletTaglibTagValidatorType>
FaceletTaglibTagType<T> removeValidator()
validator
elementFaceletTaglibTagType
FaceletTaglibTagType<T> source(String source)
source
elementsource
- the value for the element source
FaceletTaglibTagType
String getSource()
source
elementsource
FaceletTaglibTagType<T> removeSource()
source
elementFaceletTaglibTagType
FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>> getOrCreateAttribute()
attribute
element will be created and returned.
Otherwise, the first existing attribute
element will be returned.attribute
FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>> createAttribute()
attribute
elementFaceletTaglibTagAttributeType>
List<FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>>> getAllAttribute()
attribute
elementsattribute
FaceletTaglibTagType<T> removeAllAttribute()
attribute
elementsFaceletTaglibTagAttributeType>
FaceletTaglibTagType<T> tagExtension()
tag-extension
elementFaceletTaglibTagType
Boolean isTagExtension()
tag-extension
elementFaceletTaglibTagType
FaceletTaglibTagType<T> removeTagExtension()
tag-extension
elementFaceletTaglibTagType
Copyright © 2017 JBoss by Red Hat. All rights reserved.