public interface FaceletTaglibTagBehaviorType<T> extends Child<T>, JavaeeFaceletTaglibTagBehaviorCommonType<T,FaceletTaglibTagBehaviorType<T>>
facelet-taglib-tag-behaviorType
xsd typeModifier and Type | Method and Description |
---|---|
FaceletTaglibTagBehaviorType<T> |
behaviorExtension()
Sets the
behavior-extension element |
FaceletTaglibTagBehaviorType<T> |
behaviorId(String behaviorId)
Sets the
behavior-id element |
IconType<FaceletTaglibTagBehaviorType<T>> |
createIcon()
Creates a new
icon element |
FaceletTaglibTagBehaviorType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FaceletTaglibTagBehaviorType<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<FaceletTaglibTagBehaviorType<T>>> |
getAllIcon()
Returns all
icon elements |
String |
getBehaviorId()
Returns the
behavior-id element |
String |
getHandlerClass()
Returns the
handler-class element |
IconType<FaceletTaglibTagBehaviorType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
FaceletTaglibTagBehaviorType<T> |
handlerClass(String handlerClass)
Sets the
handler-class element |
Boolean |
isBehaviorExtension()
Removes the
behavior-extension element |
FaceletTaglibTagBehaviorType<T> |
removeAllDescription()
Removes the
description element |
FaceletTaglibTagBehaviorType<T> |
removeAllDisplayName()
Removes the
display-name element |
FaceletTaglibTagBehaviorType<T> |
removeAllIcon()
Removes all
icon elements |
FaceletTaglibTagBehaviorType<T> |
removeBehaviorExtension()
Removes the
behavior-extension element |
FaceletTaglibTagBehaviorType<T> |
removeBehaviorId()
Removes the
behavior-id element |
FaceletTaglibTagBehaviorType<T> |
removeHandlerClass()
Removes the
handler-class element |
FaceletTaglibTagBehaviorType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsFaceletTaglibTagBehaviorType
List<String> getAllDescription()
description
elementsdescription
FaceletTaglibTagBehaviorType<T> removeAllDescription()
description
elementFaceletTaglibTagBehaviorType
FaceletTaglibTagBehaviorType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFaceletTaglibTagBehaviorType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FaceletTaglibTagBehaviorType<T> removeAllDisplayName()
display-name
elementFaceletTaglibTagBehaviorType
IconType<FaceletTaglibTagBehaviorType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<FaceletTaglibTagBehaviorType<T>> createIcon()
icon
elementIconType>
List<IconType<FaceletTaglibTagBehaviorType<T>>> getAllIcon()
icon
elementsicon
FaceletTaglibTagBehaviorType<T> removeAllIcon()
icon
elementsIconType>
FaceletTaglibTagBehaviorType<T> behaviorId(String behaviorId)
behavior-id
elementbehaviorId
- the value for the element behavior-id
FaceletTaglibTagBehaviorType
String getBehaviorId()
behavior-id
elementbehavior-id
FaceletTaglibTagBehaviorType<T> removeBehaviorId()
behavior-id
elementFaceletTaglibTagBehaviorType
FaceletTaglibTagBehaviorType<T> handlerClass(String handlerClass)
handler-class
elementhandlerClass
- the value for the element handler-class
FaceletTaglibTagBehaviorType
String getHandlerClass()
handler-class
elementhandler-class
FaceletTaglibTagBehaviorType<T> removeHandlerClass()
handler-class
elementFaceletTaglibTagBehaviorType
FaceletTaglibTagBehaviorType<T> behaviorExtension()
behavior-extension
elementFaceletTaglibTagBehaviorType
Boolean isBehaviorExtension()
behavior-extension
elementFaceletTaglibTagBehaviorType
FaceletTaglibTagBehaviorType<T> removeBehaviorExtension()
behavior-extension
elementFaceletTaglibTagBehaviorType
Copyright © 2024 JBoss by Red Hat. All rights reserved.