
| Modifier and Type | Method and Description |
|---|---|
UicomponentAttributeType<T> |
_default(String _default)
Sets the
default attribute |
UicomponentAttributeType<T> |
applyTo(String applyTo)
Sets the
applyTo attribute |
UicomponentAttributeType<UicomponentAttributeType<T>> |
createAttribute()
Creates a new
attribute element |
UicomponentAttributeType<T> |
displayName(String displayName)
Sets the
displayName attribute |
UicomponentAttributeType<T> |
expert(Boolean expert)
Sets the
expert attribute |
String |
get_Default()
Returns the
default attribute |
List<UicomponentAttributeType<UicomponentAttributeType<T>>> |
getAllAttribute()
Returns all
attribute elements |
String |
getApplyTo()
Returns the
applyTo attribute |
String |
getDisplayName()
Returns the
displayName attribute |
String |
getMethodSignature()
Returns the
method-signature attribute |
String |
getName()
Returns the
name attribute |
UicomponentAttributeType<UicomponentAttributeType<T>> |
getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
String |
getShortDescription()
Returns the
shortDescription attribute |
Boolean |
isExpert()
Returns the
expert attribute |
Boolean |
isPreferred()
Returns the
preferred attribute |
Boolean |
isRequired()
Returns the
required attribute |
UicomponentAttributeType<T> |
methodSignature(String methodSignature)
Sets the
method-signature attribute |
UicomponentAttributeType<T> |
name(String name)
Sets the
name attribute |
UicomponentAttributeType<T> |
preferred(Boolean preferred)
Sets the
preferred attribute |
UicomponentAttributeType<T> |
remove_Default()
Removes the
default attribute |
UicomponentAttributeType<T> |
removeAllAttribute()
Removes all
attribute elements |
UicomponentAttributeType<T> |
removeApplyTo()
Removes the
applyTo attribute |
UicomponentAttributeType<T> |
removeDisplayName()
Removes the
displayName attribute |
UicomponentAttributeType<T> |
removeExpert()
Removes the
expert attribute |
UicomponentAttributeType<T> |
removeMethodSignature()
Removes the
method-signature attribute |
UicomponentAttributeType<T> |
removeName()
Removes the
name attribute |
UicomponentAttributeType<T> |
removePreferred()
Removes the
preferred attribute |
UicomponentAttributeType<T> |
removeRequired()
Removes the
required attribute |
UicomponentAttributeType<T> |
removeShortDescription()
Removes the
shortDescription attribute |
UicomponentAttributeType<T> |
required(Boolean required)
Sets the
required attribute |
UicomponentAttributeType<T> |
shortDescription(String shortDescription)
Sets the
shortDescription attribute |
UicomponentAttributeType<UicomponentAttributeType<T>> getOrCreateAttribute()
attribute element will be created and returned.
Otherwise, the first existing attribute element will be returned.attributeUicomponentAttributeType<UicomponentAttributeType<T>> createAttribute()
attribute elementUicomponentAttributeType> List<UicomponentAttributeType<UicomponentAttributeType<T>>> getAllAttribute()
attribute elementsattributeUicomponentAttributeType<T> removeAllAttribute()
attribute elementsUicomponentAttributeType> UicomponentAttributeType<T> name(String name)
name attributename - the value for the attribute nameUicomponentAttributeTypeString getName()
name attributenameUicomponentAttributeType<T> removeName()
name attributeUicomponentAttributeTypeUicomponentAttributeType<T> displayName(String displayName)
displayName attributedisplayName - the value for the attribute displayNameUicomponentAttributeTypeString getDisplayName()
displayName attributedisplayNameUicomponentAttributeType<T> removeDisplayName()
displayName attributeUicomponentAttributeTypeUicomponentAttributeType<T> shortDescription(String shortDescription)
shortDescription attributeshortDescription - the value for the attribute shortDescriptionUicomponentAttributeTypeString getShortDescription()
shortDescription attributeshortDescriptionUicomponentAttributeType<T> removeShortDescription()
shortDescription attributeUicomponentAttributeTypeUicomponentAttributeType<T> _default(String _default)
default attribute_default - the value for the attribute defaultUicomponentAttributeTypeString get_Default()
default attributedefaultUicomponentAttributeType<T> remove_Default()
default attributeUicomponentAttributeTypeUicomponentAttributeType<T> methodSignature(String methodSignature)
method-signature attributemethodSignature - the value for the attribute method-signatureUicomponentAttributeTypeString getMethodSignature()
method-signature attributemethod-signatureUicomponentAttributeType<T> removeMethodSignature()
method-signature attributeUicomponentAttributeTypeUicomponentAttributeType<T> applyTo(String applyTo)
applyTo attributeapplyTo - the value for the attribute applyToUicomponentAttributeTypeString getApplyTo()
applyTo attributeapplyToUicomponentAttributeType<T> removeApplyTo()
applyTo attributeUicomponentAttributeTypeUicomponentAttributeType<T> required(Boolean required)
required attributerequired - the value for the attribute requiredUicomponentAttributeTypeBoolean isRequired()
required attributerequiredUicomponentAttributeType<T> removeRequired()
required attributeUicomponentAttributeTypeUicomponentAttributeType<T> preferred(Boolean preferred)
preferred attributepreferred - the value for the attribute preferredUicomponentAttributeTypeBoolean isPreferred()
preferred attributepreferredUicomponentAttributeType<T> removePreferred()
preferred attributeUicomponentAttributeTypeUicomponentAttributeType<T> expert(Boolean expert)
expert attributeexpert - the value for the attribute expertUicomponentAttributeTypeBoolean isExpert()
expert attributeexpertUicomponentAttributeType<T> removeExpert()
expert attributeUicomponentAttributeTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.