
public interface FaceletTaglibTagBehaviorType<T> extends Child<T>, JavaeeFaceletTaglibTagBehaviorCommonType<T,FaceletTaglibTagBehaviorType<T>>
facelet-taglib-tag-behaviorType xsd type| Modifier 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 objectsFaceletTaglibTagBehaviorTypeList<String> getAllDescription()
description elementsdescriptionFaceletTaglibTagBehaviorType<T> removeAllDescription()
description elementFaceletTaglibTagBehaviorTypeFaceletTaglibTagBehaviorType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsFaceletTaglibTagBehaviorTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameFaceletTaglibTagBehaviorType<T> removeAllDisplayName()
display-name elementFaceletTaglibTagBehaviorTypeIconType<FaceletTaglibTagBehaviorType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<FaceletTaglibTagBehaviorType<T>> createIcon()
icon elementIconType> List<IconType<FaceletTaglibTagBehaviorType<T>>> getAllIcon()
icon elementsiconFaceletTaglibTagBehaviorType<T> removeAllIcon()
icon elementsIconType> FaceletTaglibTagBehaviorType<T> behaviorId(String behaviorId)
behavior-id elementbehaviorId - the value for the element behavior-idFaceletTaglibTagBehaviorTypeString getBehaviorId()
behavior-id elementbehavior-idFaceletTaglibTagBehaviorType<T> removeBehaviorId()
behavior-id elementFaceletTaglibTagBehaviorTypeFaceletTaglibTagBehaviorType<T> handlerClass(String handlerClass)
handler-class elementhandlerClass - the value for the element handler-classFaceletTaglibTagBehaviorTypeString getHandlerClass()
handler-class elementhandler-classFaceletTaglibTagBehaviorType<T> removeHandlerClass()
handler-class elementFaceletTaglibTagBehaviorTypeFaceletTaglibTagBehaviorType<T> behaviorExtension()
behavior-extension elementFaceletTaglibTagBehaviorTypeBoolean isBehaviorExtension()
behavior-extension elementFaceletTaglibTagBehaviorTypeFaceletTaglibTagBehaviorType<T> removeBehaviorExtension()
behavior-extension elementFaceletTaglibTagBehaviorTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.