public interface FacesConfigBehaviorType<T> extends Child<T>
faces-config-behaviorType
xsd typeType | Property and Description |
---|---|
FacesConfigPropertyType<FacesConfigBehaviorType<T>> |
create
Creates a new
property element |
FacesConfigBehaviorType<T> |
removeAll
Removes all
property elements |
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 |
property
elementFacesConfigPropertyType>
property
elementsFacesConfigPropertyType>
FacesConfigBehaviorType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsFacesConfigBehaviorType
List<String> getAllDescription()
description
elementsdescription
FacesConfigBehaviorType<T> removeAllDescription()
description
elementFacesConfigBehaviorType
FacesConfigBehaviorType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFacesConfigBehaviorType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FacesConfigBehaviorType<T> removeAllDisplayName()
display-name
elementFacesConfigBehaviorType
IconType<FacesConfigBehaviorType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<FacesConfigBehaviorType<T>> createIcon()
icon
elementIconType>
List<IconType<FacesConfigBehaviorType<T>>> getAllIcon()
icon
elementsicon
FacesConfigBehaviorType<T> removeAllIcon()
icon
elementsIconType>
FacesConfigBehaviorType<T> behaviorId(String behaviorId)
behavior-id
elementbehaviorId
- the value for the element behavior-id
FacesConfigBehaviorType
String getBehaviorId()
behavior-id
elementbehavior-id
FacesConfigBehaviorType<T> removeBehaviorId()
behavior-id
elementFacesConfigBehaviorType
FacesConfigBehaviorType<T> behaviorClass(String behaviorClass)
behavior-class
elementbehaviorClass
- the value for the element behavior-class
FacesConfigBehaviorType
String getBehaviorClass()
behavior-class
elementbehavior-class
FacesConfigBehaviorType<T> removeBehaviorClass()
behavior-class
elementFacesConfigBehaviorType
FacesConfigAttributeType<FacesConfigBehaviorType<T>> getOrCreateAttribute()
attribute
element will be created and returned.
Otherwise, the first existing attribute
element will be returned.attribute
FacesConfigAttributeType<FacesConfigBehaviorType<T>> createAttribute()
attribute
elementFacesConfigAttributeType>
List<FacesConfigAttributeType<FacesConfigBehaviorType<T>>> getAllAttribute()
attribute
elementsattribute
FacesConfigBehaviorType<T> removeAllAttribute()
attribute
elementsFacesConfigAttributeType>
FacesConfigPropertyType<FacesConfigBehaviorType<T>> getOrCreateProperty()
property
element will be created and returned.
Otherwise, the first existing property
element will be returned.property
FacesConfigPropertyType<FacesConfigBehaviorType<T>> createProperty()
property
elementFacesConfigPropertyType>
List<FacesConfigPropertyType<FacesConfigBehaviorType<T>>> getAllProperty()
property
elementsproperty
FacesConfigBehaviorType<T> removeAllProperty()
property
elementsFacesConfigPropertyType>
FacesConfigBehaviorType<T> behaviorExtension()
behavior-extension
elementFacesConfigBehaviorType
Boolean isBehaviorExtension()
behavior-extension
elementFacesConfigBehaviorType
FacesConfigBehaviorType<T> removeBehaviorExtension()
behavior-extension
elementFacesConfigBehaviorType
Copyright © 2013 JBoss by Red Hat. All rights reserved.