Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee5.ListenerType

Packages that use ListenerType
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee5 Provides the implementation classes as defined in the schema javaee_5.xsd 
 

Uses of ListenerType in org.jboss.shrinkwrap.descriptor.api.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return ListenerType
 ListenerType<T> ListenerType.removeAllDescription()
          Removes the description element
 ListenerType<T> ListenerType.removeAllDisplayName()
          Removes the display-name element
 ListenerType<T> ListenerType.removeAllIcon()
          Removes all icon elements
 ListenerType<T> ListenerType.removeListenerClass()
          Removes the listener-class element
 ListenerType<T> ListenerType.setDescription(java.lang.String description)
          Creates a new description element
 ListenerType<T> ListenerType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ListenerType<T> ListenerType.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 ListenerType<T> ListenerType.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 ListenerType<T> ListenerType.setListenerClass(java.lang.String listenerClass)
          If not already created, a new listener-class element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return types with arguments of type ListenerType
 java.util.List<IconType<ListenerType<T>>> ListenerType.getIconList()
          Returns all icon elements
 IconType<ListenerType<T>> ListenerType.icon()
          Returns the icon element
 

Uses of ListenerType in org.jboss.shrinkwrap.descriptor.impl.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return ListenerType
 ListenerType<T> ListenerTypeImpl.removeAllDescription()
          Removes the description element
 ListenerType<T> ListenerTypeImpl.removeAllDisplayName()
          Removes the display-name element
 ListenerType<T> ListenerTypeImpl.removeAllIcon()
          Removes all icon elements
 ListenerType<T> ListenerTypeImpl.removeListenerClass()
          Removes the listener-class element
 ListenerType<T> ListenerTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 ListenerType<T> ListenerTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ListenerType<T> ListenerTypeImpl.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 ListenerType<T> ListenerTypeImpl.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 ListenerType<T> ListenerTypeImpl.setListenerClass(java.lang.String listenerClass)
          If not already created, a new listener-class element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return types with arguments of type ListenerType
 java.util.List<IconType<ListenerType<T>>> ListenerTypeImpl.getIconList()
          Returns all icon elements
 IconType<ListenerType<T>> ListenerTypeImpl.icon()
          Returns the icon element