Uses of Class
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.EventRefBean

Packages that use EventRefBean
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse   
 

Uses of EventRefBean in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse that return EventRefBean
 EventRefBean ComponentBean.findEvent(String eventName)
          Returns the event for this event name.
 EventRefBean ComponentBean.findEvent(String eventName, boolean flatten)
           
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse that return types with arguments of type EventRefBean
 Iterator<EventRefBean> ComponentBean.events()
          Returns an iterator for all events on this component only.
 Iterator<EventRefBean> ComponentBean.events(boolean flatten)
          Returns an iterator for events on this component.
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse with parameters of type EventRefBean
 void ComponentBean.addEvent(EventRefBean eventRef)
          Adds an event to this component.
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.