ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.facesuicomponent20.UicomponentAttributeType

Packages that use UicomponentAttributeType
org.jboss.shrinkwrap.descriptor.api.facesuicomponent20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of UicomponentAttributeType in org.jboss.shrinkwrap.descriptor.api.facesuicomponent20
 

Methods in org.jboss.shrinkwrap.descriptor.api.facesuicomponent20 that return UicomponentAttributeType
 UicomponentAttributeType<T> UicomponentAttributeType._default(String _default)
          Sets the default attribute
 UicomponentAttributeType<T> UicomponentAttributeType.applyTo(String applyTo)
          Sets the applyTo attribute
 UicomponentAttributeType<WebFacesUIComponentDescriptor> WebFacesUIComponentDescriptor.createAttribute()
          Creates a new attribute element
 UicomponentAttributeType<UicomponentAttributeType<T>> UicomponentAttributeType.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<WebFacesUIComponentDescriptor> WebFacesUIComponentDescriptor.getOrCreateAttribute()
          If not already created, a new attribute element will be created and returned.
 UicomponentAttributeType<UicomponentAttributeType<T>> UicomponentAttributeType.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
 

Methods in org.jboss.shrinkwrap.descriptor.api.facesuicomponent20 that return types with arguments of type UicomponentAttributeType
 UicomponentAttributeType<UicomponentAttributeType<T>> UicomponentAttributeType.createAttribute()
          Creates a new attribute element
 List<UicomponentAttributeType<WebFacesUIComponentDescriptor>> WebFacesUIComponentDescriptor.getAllAttribute()
          Returns all attribute elements
 List<UicomponentAttributeType<UicomponentAttributeType<T>>> UicomponentAttributeType.getAllAttribute()
          Returns all attribute elements
 List<UicomponentAttributeType<UicomponentAttributeType<T>>> UicomponentAttributeType.getAllAttribute()
          Returns all attribute elements
 UicomponentAttributeType<UicomponentAttributeType<T>> UicomponentAttributeType.getOrCreateAttribute()
          If not already created, a new attribute element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.