ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.facesconfig20.FacesConfigManagedPropertyType

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

Uses of FacesConfigManagedPropertyType in org.jboss.shrinkwrap.descriptor.api.facesconfig20
 

Methods in org.jboss.shrinkwrap.descriptor.api.facesconfig20 that return FacesConfigManagedPropertyType
 FacesConfigManagedPropertyType<FacesConfigManagedBeanType<T>> FacesConfigManagedBeanType.createManagedProperty()
          Creates a new managed-property element
 FacesConfigManagedPropertyType<T> FacesConfigManagedPropertyType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 FacesConfigManagedPropertyType<T> FacesConfigManagedPropertyType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 FacesConfigManagedPropertyType<FacesConfigManagedBeanType<T>> FacesConfigManagedBeanType.getOrCreateManagedProperty()
          If not already created, a new managed-property element will be created and returned.
 FacesConfigManagedPropertyType<T> FacesConfigManagedPropertyType.nullValue()
          Sets the null-value element
 FacesConfigManagedPropertyType<T> FacesConfigManagedPropertyType.propertyClass(String propertyClass)
          Sets the property-class element
 FacesConfigManagedPropertyType<T> FacesConfigManagedPropertyType.propertyName(String propertyName)
          Sets the property-name element
 FacesConfigManagedPropertyType<T> FacesConfigManagedPropertyType.removeAllDescription()
          Removes the description element
 FacesConfigManagedPropertyType<T> FacesConfigManagedPropertyType.removeAllDisplayName()
          Removes the display-name element
 FacesConfigManagedPropertyType<T> FacesConfigManagedPropertyType.removeAllIcon()
          Removes all icon elements
 FacesConfigManagedPropertyType<T> FacesConfigManagedPropertyType.removeListEntries()
          Removes the list-entries element
 FacesConfigManagedPropertyType<T> FacesConfigManagedPropertyType.removeMapEntries()
          Removes the map-entries element
 FacesConfigManagedPropertyType<T> FacesConfigManagedPropertyType.removeNullValue()
          Removes the null-value element
 FacesConfigManagedPropertyType<T> FacesConfigManagedPropertyType.removePropertyClass()
          Removes the property-class element
 FacesConfigManagedPropertyType<T> FacesConfigManagedPropertyType.removePropertyName()
          Removes the property-name element
 FacesConfigManagedPropertyType<T> FacesConfigManagedPropertyType.removeValue()
          Removes the value element
 FacesConfigManagedPropertyType<T> FacesConfigManagedPropertyType.value(String value)
          Sets the value element
 

Methods in org.jboss.shrinkwrap.descriptor.api.facesconfig20 that return types with arguments of type FacesConfigManagedPropertyType
 IconType<FacesConfigManagedPropertyType<T>> FacesConfigManagedPropertyType.createIcon()
          Creates a new icon element
 List<IconType<FacesConfigManagedPropertyType<T>>> FacesConfigManagedPropertyType.getAllIcon()
          Returns all icon elements
 List<FacesConfigManagedPropertyType<FacesConfigManagedBeanType<T>>> FacesConfigManagedBeanType.getAllManagedProperty()
          Returns all managed-property elements
 IconType<FacesConfigManagedPropertyType<T>> FacesConfigManagedPropertyType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 FacesConfigListEntriesType<FacesConfigManagedPropertyType<T>> FacesConfigManagedPropertyType.getOrCreateListEntries()
          If not already created, a new list-entries element with the given value will be created.
 FacesConfigMapEntriesType<FacesConfigManagedPropertyType<T>> FacesConfigManagedPropertyType.getOrCreateMapEntries()
          If not already created, a new map-entries element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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