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 |
---|---|
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor._default(String _default)
Sets the
default attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.applyTo(String applyTo)
Sets the
applyTo attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.displayName(String displayName)
Sets the
displayName attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.expert(Boolean expert)
Sets the
expert attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.methodSignature(String methodSignature)
Sets the
method-signature attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.name(String name)
Sets the
name attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.preferred(Boolean preferred)
Sets the
preferred attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.remove_Default()
Removes the
default attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.removeAllAttribute()
Removes all
attribute elements |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.removeApplyTo()
Removes the
applyTo attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.removeDisplayName()
Removes the
displayName attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.removeExpert()
Removes the
expert attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.removeMethodSignature()
Removes the
method-signature attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.removeName()
Removes the
name attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.removePreferred()
Removes the
preferred attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.removeRequired()
Removes the
required attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.removeShortDescription()
Removes the
shortDescription attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.required(Boolean required)
Sets the
required attribute |
WebFacesUIComponentDescriptor |
WebFacesUIComponentDescriptor.shortDescription(String shortDescription)
Sets the
shortDescription attribute |
Modifier and Type | Method and Description |
---|---|
UicomponentAttributeType<WebFacesUIComponentDescriptor> |
WebFacesUIComponentDescriptor.createAttribute()
Creates a new
attribute element |
List<UicomponentAttributeType<WebFacesUIComponentDescriptor>> |
WebFacesUIComponentDescriptor.getAllAttribute()
Returns all
attribute elements |
UicomponentAttributeType<WebFacesUIComponentDescriptor> |
WebFacesUIComponentDescriptor.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.