Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.ListenerType
Packages that use ListenerType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of ListenerType in org.jboss.shrinkwrap.descriptor.api.j2ee14
Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return ListenerTypeModifier and TypeMethodDescriptionListenerType.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementListenerType.displayName(String... values) Creates for all String objects representingdisplay-nameelements, a newdisplay-nameelementSets theidattributeListenerType.listenerClass(String listenerClass) Sets thelistener-classelementListenerType.removeAllDescription()Removes thedescriptionelementListenerType.removeAllDisplayName()Removes thedisplay-nameelementListenerType.removeAllIcon()Removes alliconelementsListenerType.removeId()Removes theidattributeListenerType.removeListenerClass()Removes thelistener-classelementMethods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return types with arguments of type ListenerTypeModifier and TypeMethodDescriptionListenerType.createIcon()Creates a newiconelementListenerType.getAllIcon()Returns alliconelementsListenerType.getOrCreateIcon()If not already created, a newiconelement will be created and returned. -
Uses of ListenerType in org.jboss.shrinkwrap.descriptor.impl.j2ee14
Classes in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that implement ListenerTypeModifier and TypeClassDescriptionclassThis class implements thelistenerTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that return ListenerTypeModifier and TypeMethodDescriptionListenerTypeImpl.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementListenerTypeImpl.displayName(String... values) Creates for all String objects representingdisplay-nameelements, a newdisplay-nameelementSets theidattributeListenerTypeImpl.listenerClass(String listenerClass) Sets thelistener-classelementListenerTypeImpl.removeAllDescription()Removes thedescriptionelementListenerTypeImpl.removeAllDisplayName()Removes thedisplay-nameelementListenerTypeImpl.removeAllIcon()Removes alliconelementsListenerTypeImpl.removeId()Removes theidattributeListenerTypeImpl.removeListenerClass()Removes thelistener-classelementMethods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that return types with arguments of type ListenerTypeModifier and TypeMethodDescriptionListenerTypeImpl.createIcon()Creates a newiconelementListenerTypeImpl.getAllIcon()Returns alliconelementsListenerTypeImpl.getOrCreateIcon()If not already created, a newiconelement will be created and returned.