
public interface FacesConfigAttributeType<T> extends Child<T>, JavaeeFacesConfigAttributeCommonType<T,FacesConfigAttributeType<T>>
faces-config-attributeType xsd type| Modifier 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 |
String |
getId()
Returns the
id attribute |
IconType<FacesConfigAttributeType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
String |
getSuggestedValue()
Returns the
suggested-value element |
FacesConfigAttributeType<T> |
id(String id)
Sets the
id attribute |
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> |
removeId()
Removes the
id attribute |
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 objectsFacesConfigAttributeTypeList<String> getAllDescription()
description elementsdescriptionFacesConfigAttributeType<T> removeAllDescription()
description elementFacesConfigAttributeTypeFacesConfigAttributeType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsFacesConfigAttributeTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameFacesConfigAttributeType<T> removeAllDisplayName()
display-name elementFacesConfigAttributeTypeIconType<FacesConfigAttributeType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<FacesConfigAttributeType<T>> createIcon()
icon elementIconType> List<IconType<FacesConfigAttributeType<T>>> getAllIcon()
icon elementsiconFacesConfigAttributeType<T> removeAllIcon()
icon elementsIconType> FacesConfigAttributeType<T> attributeName(String attributeName)
attribute-name elementattributeName - the value for the element attribute-nameFacesConfigAttributeTypeString getAttributeName()
attribute-name elementattribute-nameFacesConfigAttributeType<T> removeAttributeName()
attribute-name elementFacesConfigAttributeTypeFacesConfigAttributeType<T> attributeClass(String attributeClass)
attribute-class elementattributeClass - the value for the element attribute-classFacesConfigAttributeTypeString getAttributeClass()
attribute-class elementattribute-classFacesConfigAttributeType<T> removeAttributeClass()
attribute-class elementFacesConfigAttributeTypeFacesConfigAttributeType<T> defaultValue(String defaultValue)
default-value elementdefaultValue - the value for the element default-valueFacesConfigAttributeTypeString getDefaultValue()
default-value elementdefault-valueFacesConfigAttributeType<T> removeDefaultValue()
default-value elementFacesConfigAttributeTypeFacesConfigAttributeType<T> suggestedValue(String suggestedValue)
suggested-value elementsuggestedValue - the value for the element suggested-valueFacesConfigAttributeTypeString getSuggestedValue()
suggested-value elementsuggested-valueFacesConfigAttributeType<T> removeSuggestedValue()
suggested-value elementFacesConfigAttributeTypeFacesConfigAttributeType<T> attributeExtension()
attribute-extension elementFacesConfigAttributeTypeBoolean isAttributeExtension()
attribute-extension elementFacesConfigAttributeTypeFacesConfigAttributeType<T> removeAttributeExtension()
attribute-extension elementFacesConfigAttributeTypeFacesConfigAttributeType<T> id(String id)
id attributeid - the value for the attribute idFacesConfigAttributeTypeString getId()
id attributeidFacesConfigAttributeType<T> removeId()
id attributeFacesConfigAttributeTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.