@Retention(value=CLASS) @Target(value={METHOD,FIELD}) @Inherited public @interface EventName
Description of client-side event that can be associated with ClientBehavior.
| Modifier and Type | Optional Element and Description |
|---|---|
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.
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.