|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |