|
ICEfaces 3.3.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ClientEvent
| Required Element Summary | |
|---|---|
java.lang.String |
name
Name of the client event supported by this component. |
| Optional Element Summary | |
|---|---|
java.lang.String |
argumentClass
Fully qualified class name of the argument supported by the listener method |
java.lang.String |
defaultExecute
Default execute attribute value. |
java.lang.String |
defaultRender
Default render attribute value. |
java.lang.String |
javadoc
javadocs for the component class. |
java.lang.String |
tlddoc
tld docs for the component class. |
| Element Detail |
|---|
public abstract java.lang.String name
public abstract java.lang.String javadoc
public abstract java.lang.String tlddoc
public abstract java.lang.String defaultRender
public abstract java.lang.String defaultExecute
public abstract java.lang.String argumentClass
|
ICEfaces 3.3.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||