|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.guix.GwtEventHandler
public class GwtEventHandler
Handles the events of GWT
| Constructor Summary | |
|---|---|
GwtEventHandler()
|
|
| Method Summary | |
|---|---|
boolean |
addEvent(java.lang.Class clazz,
java.lang.String name,
java.lang.String value)
Add an event to the map |
java.lang.String |
generate(java.lang.String object)
Generates the code for all the events applied to an object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GwtEventHandler()
| Method Detail |
|---|
public boolean addEvent(java.lang.Class clazz,
java.lang.String name,
java.lang.String value)
throws java.beans.IntrospectionException
clazz - the class of the object...name - name of the eventvalue - code to execute when the events occurs
java.beans.IntrospectionException - if the JVM failed while getting the bean infos of the classpublic java.lang.String generate(java.lang.String object)
object - the objects to add the listeners
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||