|
RichFaces CDK Annotations 4.1.0.20111101-M4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=CLASS) @Target(value=TYPE) @Inherited public @interface Event
This annotation tells CDK to generate event-related classes:
| Optional Element Summary | |
|---|---|
Class<? extends javax.faces.event.FacesListener> |
listener
The listener interface class that process annotated event. |
String |
listenerMethod
Name for the listener interface method that process annotated event type. |
String |
source
Name of the interface class that fires annotated events and accepts its listeners. |
Tag[] |
tag
View Description Language, JSP or Facelets, tags for event listeners, eg <foo:barListener>. |
Class<? extends javax.faces.event.FacesEvent> |
value
Used in the |
public abstract Class<? extends javax.faces.event.FacesEvent> value
Used in the JsfComponent only, to define event type.
public abstract Class<? extends javax.faces.event.FacesListener> listener
The listener interface class that process annotated event.
public abstract String listenerMethod
Name for the listener interface method that process annotated event type.
public abstract String source
Name of the interface class that fires annotated events and accepts its listeners.
public abstract Tag[] tag
View Description Language, JSP or Facelets, tags for event listeners, eg <foo:barListener>.
|
RichFaces CDK Annotations 4.1.0.20111101-M4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||