public interface FacesConfigAttributeType<T> extends Child<T>
faces-config-attributeType
xsd typeModifier and Type | Method and Description |
---|---|
FacesConfigAttributeType<T> |
attributeClass(String attributeClass)
Sets the
attribute-class element |
FacesConfigAttributeType<T> |
attributeExtension()
Sets the
attribute-extension element |
FacesConfigAttributeType<T> |
attributeName(String attributeName)
Sets the
attribute-name element |
IconType<FacesConfigAttributeType<T>> |
createIcon()
Creates a new
icon element |
FacesConfigAttributeType<T> |
defaultValue(String defaultValue)
Sets the
default-value element |
FacesConfigAttributeType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FacesConfigAttributeType<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<FacesConfigAttributeType<T>>> |
getAllIcon()
Returns all
icon elements |
String |
getAttributeClass()
Returns the
attribute-class element |
String |
getAttributeName()
Returns the
attribute-name element |
String |
getDefaultValue()
Returns the
default-value element |
IconType<FacesConfigAttributeType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
String |
getSuggestedValue()
Returns the
suggested-value element |
Boolean |
isAttributeExtension()
Removes the
attribute-extension element |
FacesConfigAttributeType<T> |
removeAllDescription()
Removes the
description element |
FacesConfigAttributeType<T> |
removeAllDisplayName()
Removes the
display-name element |
FacesConfigAttributeType<T> |
removeAllIcon()
Removes all
icon elements |
FacesConfigAttributeType<T> |
removeAttributeClass()
Removes the
attribute-class element |
FacesConfigAttributeType<T> |
removeAttributeExtension()
Removes the
attribute-extension element |
FacesConfigAttributeType<T> |
removeAttributeName()
Removes the
attribute-name element |
FacesConfigAttributeType<T> |
removeDefaultValue()
Removes the
default-value element |
FacesConfigAttributeType<T> |
removeSuggestedValue()
Removes the
suggested-value element |
FacesConfigAttributeType<T> |
suggestedValue(String suggestedValue)
Sets the
suggested-value element |
FacesConfigAttributeType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsFacesConfigAttributeType
List<String> getAllDescription()
description
elementsdescription
FacesConfigAttributeType<T> removeAllDescription()
description
elementFacesConfigAttributeType
FacesConfigAttributeType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFacesConfigAttributeType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FacesConfigAttributeType<T> removeAllDisplayName()
display-name
elementFacesConfigAttributeType
IconType<FacesConfigAttributeType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<FacesConfigAttributeType<T>> createIcon()
icon
elementIconType>
List<IconType<FacesConfigAttributeType<T>>> getAllIcon()
icon
elementsicon
FacesConfigAttributeType<T> removeAllIcon()
icon
elementsIconType>
FacesConfigAttributeType<T> attributeName(String attributeName)
attribute-name
elementattributeName
- the value for the element attribute-name
FacesConfigAttributeType
String getAttributeName()
attribute-name
elementattribute-name
FacesConfigAttributeType<T> removeAttributeName()
attribute-name
elementFacesConfigAttributeType
FacesConfigAttributeType<T> attributeClass(String attributeClass)
attribute-class
elementattributeClass
- the value for the element attribute-class
FacesConfigAttributeType
String getAttributeClass()
attribute-class
elementattribute-class
FacesConfigAttributeType<T> removeAttributeClass()
attribute-class
elementFacesConfigAttributeType
FacesConfigAttributeType<T> defaultValue(String defaultValue)
default-value
elementdefaultValue
- the value for the element default-value
FacesConfigAttributeType
String getDefaultValue()
default-value
elementdefault-value
FacesConfigAttributeType<T> removeDefaultValue()
default-value
elementFacesConfigAttributeType
FacesConfigAttributeType<T> suggestedValue(String suggestedValue)
suggested-value
elementsuggestedValue
- the value for the element suggested-value
FacesConfigAttributeType
String getSuggestedValue()
suggested-value
elementsuggested-value
FacesConfigAttributeType<T> removeSuggestedValue()
suggested-value
elementFacesConfigAttributeType
FacesConfigAttributeType<T> attributeExtension()
attribute-extension
elementFacesConfigAttributeType
Boolean isAttributeExtension()
attribute-extension
elementFacesConfigAttributeType
FacesConfigAttributeType<T> removeAttributeExtension()
attribute-extension
elementFacesConfigAttributeType
Copyright © 2016 JBoss by Red Hat. All rights reserved.