Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.ListenerType
-
Packages that use ListenerType Package Description org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee6 Provides the implementation classes as defined in the schema -
-
Uses of ListenerType in org.jboss.shrinkwrap.descriptor.api.javaee6
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return ListenerType Modifier and Type Method Description ListenerType<T>ListenerType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementListenerType<T>ListenerType. displayName(String... values)Creates for all String objects representingdisplay-nameelements, a newdisplay-nameelementListenerType<T>ListenerType. id(String id)Sets theidattributeListenerType<T>ListenerType. listenerClass(String listenerClass)Sets thelistener-classelementListenerType<T>ListenerType. removeAllDescription()Removes thedescriptionelementListenerType<T>ListenerType. removeAllDisplayName()Removes thedisplay-nameelementListenerType<T>ListenerType. removeAllIcon()Removes alliconelementsListenerType<T>ListenerType. removeId()Removes theidattributeListenerType<T>ListenerType. removeListenerClass()Removes thelistener-classelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type ListenerType Modifier and Type Method Description IconType<ListenerType<T>>ListenerType. createIcon()Creates a newiconelementList<IconType<ListenerType<T>>>ListenerType. getAllIcon()Returns alliconelementsIconType<ListenerType<T>>ListenerType. getOrCreateIcon()If not already created, a newiconelement will be created and returned. -
Uses of ListenerType in org.jboss.shrinkwrap.descriptor.impl.javaee6
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee6 that implement ListenerType Modifier and Type Class Description classListenerTypeImpl<T>This class implements thelistenerTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return ListenerType Modifier and Type Method Description ListenerType<T>ListenerTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementListenerType<T>ListenerTypeImpl. displayName(String... values)Creates for all String objects representingdisplay-nameelements, a newdisplay-nameelementListenerType<T>ListenerTypeImpl. id(String id)Sets theidattributeListenerType<T>ListenerTypeImpl. listenerClass(String listenerClass)Sets thelistener-classelementListenerType<T>ListenerTypeImpl. removeAllDescription()Removes thedescriptionelementListenerType<T>ListenerTypeImpl. removeAllDisplayName()Removes thedisplay-nameelementListenerType<T>ListenerTypeImpl. removeAllIcon()Removes alliconelementsListenerType<T>ListenerTypeImpl. removeId()Removes theidattributeListenerType<T>ListenerTypeImpl. removeListenerClass()Removes thelistener-classelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type ListenerType Modifier and Type Method Description IconType<ListenerType<T>>ListenerTypeImpl. createIcon()Creates a newiconelementList<IconType<ListenerType<T>>>ListenerTypeImpl. getAllIcon()Returns alliconelementsIconType<ListenerType<T>>ListenerTypeImpl. getOrCreateIcon()If not already created, a newiconelement will be created and returned.
-