ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.IconType

Packages that use IconType
org.jboss.shrinkwrap.descriptor.api.connector15 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.j2ee14 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.connector15
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return IconType
 IconType<ConnectorDescriptor> ConnectorDescriptor.createIcon()
          Creates a new icon element
 IconType<ConnectorType<T>> ConnectorType.createIcon()
          Creates a new icon element
 IconType<ConnectorDescriptor> ConnectorDescriptor.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<ConnectorType<T>> ConnectorType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return types with arguments of type IconType
 List<IconType<ConnectorDescriptor>> ConnectorDescriptor.getAllIcon()
          Returns all icon elements
 List<IconType<ConnectorType<T>>> ConnectorType.getAllIcon()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.j2ee14
 

Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return IconType
 IconType<MessageDestinationType<T>> MessageDestinationType.createIcon()
          Creates a new icon element
 IconType<ListenerType<T>> ListenerType.createIcon()
          Creates a new icon element
 IconType<MessageDestinationType<T>> MessageDestinationType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<ListenerType<T>> ListenerType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<T> IconType.largeIcon(String largeIcon)
          Sets the large-icon element
 IconType<T> IconType.removeLargeIcon()
          Removes the large-icon element
 IconType<T> IconType.removeSmallIcon()
          Removes the small-icon element
 IconType<T> IconType.smallIcon(String smallIcon)
          Sets the small-icon element
 

Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return types with arguments of type IconType
 List<IconType<MessageDestinationType<T>>> MessageDestinationType.getAllIcon()
          Returns all icon elements
 List<IconType<ListenerType<T>>> ListenerType.getAllIcon()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11
 

Methods in org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11 that return IconType
 IconType<ServiceRefHandlerType<T>> ServiceRefHandlerType.createIcon()
          Creates a new icon element
 IconType<ServiceRefType<T>> ServiceRefType.createIcon()
          Creates a new icon element
 IconType<ServiceRefHandlerType<T>> ServiceRefHandlerType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<ServiceRefType<T>> ServiceRefType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11 that return types with arguments of type IconType
 List<IconType<ServiceRefHandlerType<T>>> ServiceRefHandlerType.getAllIcon()
          Returns all icon elements
 List<IconType<ServiceRefType<T>>> ServiceRefType.getAllIcon()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 that return IconType
 IconType<TldTaglibType<T>> TldTaglibType.createIcon()
          Creates a new icon element
 IconType<TagFileType<T>> TagFileType.createIcon()
          Creates a new icon element
 IconType<WebJsptaglibraryDescriptor> WebJsptaglibraryDescriptor.createIcon()
          Creates a new icon element
 IconType<FunctionType<T>> FunctionType.createIcon()
          Creates a new icon element
 IconType<TagType<T>> TagType.createIcon()
          Creates a new icon element
 IconType<TldTaglibType<T>> TldTaglibType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<TagFileType<T>> TagFileType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<WebJsptaglibraryDescriptor> WebJsptaglibraryDescriptor.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<FunctionType<T>> FunctionType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<TagType<T>> TagType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 that return types with arguments of type IconType
 List<IconType<TldTaglibType<T>>> TldTaglibType.getAllIcon()
          Returns all icon elements
 List<IconType<TagFileType<T>>> TagFileType.getAllIcon()
          Returns all icon elements
 List<IconType<WebJsptaglibraryDescriptor>> WebJsptaglibraryDescriptor.getAllIcon()
          Returns all icon elements
 List<IconType<FunctionType<T>>> FunctionType.getAllIcon()
          Returns all icon elements
 List<IconType<TagType<T>>> TagType.getAllIcon()
          Returns all icon elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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