public interface FacesConfigManagedPropertyType<T> extends Child<T>, JavaeeFacesConfigManagedPropertyCommonType<T,FacesConfigManagedPropertyType<T>,FacesConfigMapEntriesType<FacesConfigManagedPropertyType<T>>,FacesConfigListEntriesType<FacesConfigManagedPropertyType<T>>>
faces-config-managed-propertyType
xsd typeModifier and Type | Method and Description |
---|---|
IconType<FacesConfigManagedPropertyType<T>> |
createIcon()
Creates a new
icon element |
FacesConfigManagedPropertyType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FacesConfigManagedPropertyType<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<FacesConfigManagedPropertyType<T>>> |
getAllIcon()
Returns all
icon elements |
String |
getId()
Returns the
id attribute |
IconType<FacesConfigManagedPropertyType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
FacesConfigListEntriesType<FacesConfigManagedPropertyType<T>> |
getOrCreateListEntries()
If not already created, a new
list-entries element with the given value will be created. |
FacesConfigMapEntriesType<FacesConfigManagedPropertyType<T>> |
getOrCreateMapEntries()
If not already created, a new
map-entries element with the given value will be created. |
String |
getPropertyClass()
Returns the
property-class element |
String |
getPropertyName()
Returns the
property-name element |
String |
getValue()
Returns the
value element |
FacesConfigManagedPropertyType<T> |
id(String id)
Sets the
id attribute |
Boolean |
isNullValue()
Removes the
null-value element |
FacesConfigManagedPropertyType<T> |
nullValue()
Sets the
null-value element |
FacesConfigManagedPropertyType<T> |
propertyClass(String propertyClass)
Sets the
property-class element |
FacesConfigManagedPropertyType<T> |
propertyName(String propertyName)
Sets the
property-name element |
FacesConfigManagedPropertyType<T> |
removeAllDescription()
Removes the
description element |
FacesConfigManagedPropertyType<T> |
removeAllDisplayName()
Removes the
display-name element |
FacesConfigManagedPropertyType<T> |
removeAllIcon()
Removes all
icon elements |
FacesConfigManagedPropertyType<T> |
removeId()
Removes the
id attribute |
FacesConfigManagedPropertyType<T> |
removeListEntries()
Removes the
list-entries element |
FacesConfigManagedPropertyType<T> |
removeMapEntries()
Removes the
map-entries element |
FacesConfigManagedPropertyType<T> |
removeNullValue()
Removes the
null-value element |
FacesConfigManagedPropertyType<T> |
removePropertyClass()
Removes the
property-class element |
FacesConfigManagedPropertyType<T> |
removePropertyName()
Removes the
property-name element |
FacesConfigManagedPropertyType<T> |
removeValue()
Removes the
value element |
FacesConfigManagedPropertyType<T> |
value(String value)
Sets the
value element |
FacesConfigManagedPropertyType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsFacesConfigManagedPropertyType
List<String> getAllDescription()
description
elementsdescription
FacesConfigManagedPropertyType<T> removeAllDescription()
description
elementFacesConfigManagedPropertyType
FacesConfigManagedPropertyType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFacesConfigManagedPropertyType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FacesConfigManagedPropertyType<T> removeAllDisplayName()
display-name
elementFacesConfigManagedPropertyType
IconType<FacesConfigManagedPropertyType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<FacesConfigManagedPropertyType<T>> createIcon()
icon
elementIconType>
List<IconType<FacesConfigManagedPropertyType<T>>> getAllIcon()
icon
elementsicon
FacesConfigManagedPropertyType<T> removeAllIcon()
icon
elementsIconType>
FacesConfigManagedPropertyType<T> propertyName(String propertyName)
property-name
elementpropertyName
- the value for the element property-name
FacesConfigManagedPropertyType
String getPropertyName()
property-name
elementproperty-name
FacesConfigManagedPropertyType<T> removePropertyName()
property-name
elementFacesConfigManagedPropertyType
FacesConfigManagedPropertyType<T> propertyClass(String propertyClass)
property-class
elementpropertyClass
- the value for the element property-class
FacesConfigManagedPropertyType
String getPropertyClass()
property-class
elementproperty-class
FacesConfigManagedPropertyType<T> removePropertyClass()
property-class
elementFacesConfigManagedPropertyType
FacesConfigMapEntriesType<FacesConfigManagedPropertyType<T>> getOrCreateMapEntries()
map-entries
element with the given value will be created.
Otherwise, the existing map-entries
element will be returned.FacesConfigMapEntriesType>
FacesConfigManagedPropertyType<T> removeMapEntries()
map-entries
elementFacesConfigManagedPropertyType
FacesConfigManagedPropertyType<T> nullValue()
null-value
elementFacesConfigManagedPropertyType
Boolean isNullValue()
null-value
elementFacesConfigManagedPropertyType
FacesConfigManagedPropertyType<T> removeNullValue()
null-value
elementFacesConfigManagedPropertyType
FacesConfigManagedPropertyType<T> value(String value)
value
elementvalue
- the value for the element value
FacesConfigManagedPropertyType
String getValue()
value
elementvalue
FacesConfigManagedPropertyType<T> removeValue()
value
elementFacesConfigManagedPropertyType
FacesConfigListEntriesType<FacesConfigManagedPropertyType<T>> getOrCreateListEntries()
list-entries
element with the given value will be created.
Otherwise, the existing list-entries
element will be returned.FacesConfigListEntriesType>
FacesConfigManagedPropertyType<T> removeListEntries()
list-entries
elementFacesConfigManagedPropertyType
FacesConfigManagedPropertyType<T> id(String id)
id
attributeid
- the value for the attribute id
FacesConfigManagedPropertyType
String getId()
id
attributeid
FacesConfigManagedPropertyType<T> removeId()
id
attributeFacesConfigManagedPropertyType
Copyright © 2019 JBoss by Red Hat. All rights reserved.