ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20.FaceletTaglibTagValidatorType

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

Uses of FaceletTaglibTagValidatorType in org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20
 

Methods in org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20 that return FaceletTaglibTagValidatorType
 FaceletTaglibTagValidatorType<T> FaceletTaglibTagValidatorType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 FaceletTaglibTagValidatorType<T> FaceletTaglibTagValidatorType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 FaceletTaglibTagValidatorType<FaceletTaglibTagType<T>> FaceletTaglibTagType.getOrCreateValidator()
          If not already created, a new validator element with the given value will be created.
 FaceletTaglibTagValidatorType<T> FaceletTaglibTagValidatorType.handlerClass(String handlerClass)
          Sets the handler-class element
 FaceletTaglibTagValidatorType<T> FaceletTaglibTagValidatorType.removeAllDescription()
          Removes the description element
 FaceletTaglibTagValidatorType<T> FaceletTaglibTagValidatorType.removeAllDisplayName()
          Removes the display-name element
 FaceletTaglibTagValidatorType<T> FaceletTaglibTagValidatorType.removeAllIcon()
          Removes all icon elements
 FaceletTaglibTagValidatorType<T> FaceletTaglibTagValidatorType.removeHandlerClass()
          Removes the handler-class element
 FaceletTaglibTagValidatorType<T> FaceletTaglibTagValidatorType.removeValidatorExtension()
          Removes the validator-extension element
 FaceletTaglibTagValidatorType<T> FaceletTaglibTagValidatorType.removeValidatorId()
          Removes the validator-id element
 FaceletTaglibTagValidatorType<T> FaceletTaglibTagValidatorType.validatorExtension()
          Sets the validator-extension element
 FaceletTaglibTagValidatorType<T> FaceletTaglibTagValidatorType.validatorId(String validatorId)
          Sets the validator-id element
 

Methods in org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20 that return types with arguments of type FaceletTaglibTagValidatorType
 IconType<FaceletTaglibTagValidatorType<T>> FaceletTaglibTagValidatorType.createIcon()
          Creates a new icon element
 List<IconType<FaceletTaglibTagValidatorType<T>>> FaceletTaglibTagValidatorType.getAllIcon()
          Returns all icon elements
 IconType<FaceletTaglibTagValidatorType<T>> FaceletTaglibTagValidatorType.getOrCreateIcon()
          If not already created, a new icon 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.