|
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={METHOD,FIELD})
@Inherited
public @interface EventName
Description of client-side event that can be associated with ClientBehavior.
| Optional Element Summary | |
|---|---|
boolean |
defaultEvent
Defines default event. |
String |
value
Event name ( click,change,mouseover ... |
public abstract String value
Event name ( click,change,mouseover ... ).
public abstract boolean defaultEvent
Defines default event. There should be only one default event per component.
|
RichFaces CDK Annotations 4.1.0.20111101-M4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||