
public interface FacesConfigBehaviorType<T> extends Child<T>, JavaeeFacesConfigBehaviorCommonType<T,FacesConfigBehaviorType<T>,FacesConfigAttributeType<FacesConfigBehaviorType<T>>,FacesConfigPropertyType<FacesConfigBehaviorType<T>>>
faces-config-behaviorType xsd type| Modifier and Type | Method and Description |
|---|---|
FacesConfigBehaviorType<T> |
behaviorClass(String behaviorClass)
Sets the
behavior-class element |
FacesConfigBehaviorType<T> |
behaviorExtension()
Sets the
behavior-extension element |
FacesConfigBehaviorType<T> |
behaviorId(String behaviorId)
Sets the
behavior-id element |
FacesConfigAttributeType<FacesConfigBehaviorType<T>> |
createAttribute()
Creates a new
attribute element |
IconType<FacesConfigBehaviorType<T>> |
createIcon()
Creates a new
icon element |
FacesConfigPropertyType<FacesConfigBehaviorType<T>> |
createProperty()
Creates a new
property element |
FacesConfigBehaviorType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FacesConfigBehaviorType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
List<FacesConfigAttributeType<FacesConfigBehaviorType<T>>> |
getAllAttribute()
Returns all
attribute elements |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<IconType<FacesConfigBehaviorType<T>>> |
getAllIcon()
Returns all
icon elements |
List<FacesConfigPropertyType<FacesConfigBehaviorType<T>>> |
getAllProperty()
Returns all
property elements |
String |
getBehaviorClass()
Returns the
behavior-class element |
String |
getBehaviorId()
Returns the
behavior-id element |
FacesConfigAttributeType<FacesConfigBehaviorType<T>> |
getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
IconType<FacesConfigBehaviorType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
FacesConfigPropertyType<FacesConfigBehaviorType<T>> |
getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Boolean |
isBehaviorExtension()
Removes the
behavior-extension element |
FacesConfigBehaviorType<T> |
removeAllAttribute()
Removes all
attribute elements |
FacesConfigBehaviorType<T> |
removeAllDescription()
Removes the
description element |
FacesConfigBehaviorType<T> |
removeAllDisplayName()
Removes the
display-name element |
FacesConfigBehaviorType<T> |
removeAllIcon()
Removes all
icon elements |
FacesConfigBehaviorType<T> |
removeAllProperty()
Removes all
property elements |
FacesConfigBehaviorType<T> |
removeBehaviorClass()
Removes the
behavior-class element |
FacesConfigBehaviorType<T> |
removeBehaviorExtension()
Removes the
behavior-extension element |
FacesConfigBehaviorType<T> |
removeBehaviorId()
Removes the
behavior-id element |
FacesConfigBehaviorType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsFacesConfigBehaviorTypeList<String> getAllDescription()
description elementsdescriptionFacesConfigBehaviorType<T> removeAllDescription()
description elementFacesConfigBehaviorTypeFacesConfigBehaviorType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsFacesConfigBehaviorTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameFacesConfigBehaviorType<T> removeAllDisplayName()
display-name elementFacesConfigBehaviorTypeIconType<FacesConfigBehaviorType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<FacesConfigBehaviorType<T>> createIcon()
icon elementIconType> List<IconType<FacesConfigBehaviorType<T>>> getAllIcon()
icon elementsiconFacesConfigBehaviorType<T> removeAllIcon()
icon elementsIconType> FacesConfigBehaviorType<T> behaviorId(String behaviorId)
behavior-id elementbehaviorId - the value for the element behavior-idFacesConfigBehaviorTypeString getBehaviorId()
behavior-id elementbehavior-idFacesConfigBehaviorType<T> removeBehaviorId()
behavior-id elementFacesConfigBehaviorTypeFacesConfigBehaviorType<T> behaviorClass(String behaviorClass)
behavior-class elementbehaviorClass - the value for the element behavior-classFacesConfigBehaviorTypeString getBehaviorClass()
behavior-class elementbehavior-classFacesConfigBehaviorType<T> removeBehaviorClass()
behavior-class elementFacesConfigBehaviorTypeFacesConfigAttributeType<FacesConfigBehaviorType<T>> getOrCreateAttribute()
attribute element will be created and returned.
Otherwise, the first existing attribute element will be returned.attributeFacesConfigAttributeType<FacesConfigBehaviorType<T>> createAttribute()
attribute elementFacesConfigAttributeType> List<FacesConfigAttributeType<FacesConfigBehaviorType<T>>> getAllAttribute()
attribute elementsattributeFacesConfigBehaviorType<T> removeAllAttribute()
attribute elementsFacesConfigAttributeType> FacesConfigPropertyType<FacesConfigBehaviorType<T>> getOrCreateProperty()
property element will be created and returned.
Otherwise, the first existing property element will be returned.propertyFacesConfigPropertyType<FacesConfigBehaviorType<T>> createProperty()
property elementFacesConfigPropertyType> List<FacesConfigPropertyType<FacesConfigBehaviorType<T>>> getAllProperty()
property elementspropertyFacesConfigBehaviorType<T> removeAllProperty()
property elementsFacesConfigPropertyType> FacesConfigBehaviorType<T> behaviorExtension()
behavior-extension elementFacesConfigBehaviorTypeBoolean isBehaviorExtension()
behavior-extension elementFacesConfigBehaviorTypeFacesConfigBehaviorType<T> removeBehaviorExtension()
behavior-extension elementFacesConfigBehaviorTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.