RichFaces CDK Annotations 4.1.0.20111101-M4

org.richfaces.cdk.annotations
Annotation Type EventName


@Retention(value=CLASS)
@Target(value={METHOD,FIELD})
@Inherited
public @interface EventName

Description of client-side event that can be associated with ClientBehavior.

Author:
asmirnov@exadel.com

Optional Element Summary
 boolean defaultEvent
          

Defines default event.

 String value
          

Event name ( click,change,mouseover ...

 

value

public abstract String value

Event name ( click,change,mouseover ... ).

Returns:
Default:
""

defaultEvent

public abstract boolean defaultEvent

Defines default event. There should be only one default event per component.

Returns:
Default:
false

RichFaces CDK Annotations 4.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.