Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facesuicomponent20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
UicomponentAttributeType<T> |
UicomponentAttributeType._default(String _default)
Sets the
default attribute |
UicomponentAttributeType<T> |
UicomponentAttributeType.applyTo(String applyTo)
Sets the
applyTo attribute |
UicomponentAttributeType<UicomponentAttributeType<T>> |
UicomponentAttributeType.createAttribute()
Creates a new
attribute element |
UicomponentAttributeType<WebFacesUIComponentDescriptor> |
WebFacesUIComponentDescriptor.createAttribute()
Creates a new
attribute element |
UicomponentAttributeType<T> |
UicomponentAttributeType.displayName(String displayName)
Sets the
displayName attribute |
UicomponentAttributeType<T> |
UicomponentAttributeType.expert(Boolean expert)
Sets the
expert attribute |
UicomponentAttributeType<UicomponentAttributeType<T>> |
UicomponentAttributeType.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
UicomponentAttributeType<WebFacesUIComponentDescriptor> |
WebFacesUIComponentDescriptor.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
UicomponentAttributeType<T> |
UicomponentAttributeType.methodSignature(String methodSignature)
Sets the
method-signature attribute |
UicomponentAttributeType<T> |
UicomponentAttributeType.name(String name)
Sets the
name attribute |
UicomponentAttributeType<T> |
UicomponentAttributeType.preferred(Boolean preferred)
Sets the
preferred attribute |
UicomponentAttributeType<T> |
UicomponentAttributeType.remove_Default()
Removes the
default attribute |
UicomponentAttributeType<T> |
UicomponentAttributeType.removeAllAttribute()
Removes all
attribute elements |
UicomponentAttributeType<T> |
UicomponentAttributeType.removeApplyTo()
Removes the
applyTo attribute |
UicomponentAttributeType<T> |
UicomponentAttributeType.removeDisplayName()
Removes the
displayName attribute |
UicomponentAttributeType<T> |
UicomponentAttributeType.removeExpert()
Removes the
expert attribute |
UicomponentAttributeType<T> |
UicomponentAttributeType.removeMethodSignature()
Removes the
method-signature attribute |
UicomponentAttributeType<T> |
UicomponentAttributeType.removeName()
Removes the
name attribute |
UicomponentAttributeType<T> |
UicomponentAttributeType.removePreferred()
Removes the
preferred attribute |
UicomponentAttributeType<T> |
UicomponentAttributeType.removeRequired()
Removes the
required attribute |
UicomponentAttributeType<T> |
UicomponentAttributeType.removeShortDescription()
Removes the
shortDescription attribute |
UicomponentAttributeType<T> |
UicomponentAttributeType.required(Boolean required)
Sets the
required attribute |
UicomponentAttributeType<T> |
UicomponentAttributeType.shortDescription(String shortDescription)
Sets the
shortDescription attribute |
Modifier and Type | Method and Description |
---|---|
UicomponentAttributeType<UicomponentAttributeType<T>> |
UicomponentAttributeType.createAttribute()
Creates a new
attribute element |
List<UicomponentAttributeType<UicomponentAttributeType<T>>> |
UicomponentAttributeType.getAllAttribute()
Returns all
attribute elements |
List<UicomponentAttributeType<UicomponentAttributeType<T>>> |
UicomponentAttributeType.getAllAttribute()
Returns all
attribute elements |
List<UicomponentAttributeType<WebFacesUIComponentDescriptor>> |
WebFacesUIComponentDescriptor.getAllAttribute()
Returns all
attribute elements |
UicomponentAttributeType<UicomponentAttributeType<T>> |
UicomponentAttributeType.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.