uic.output.zaval
Class AbstractWidget.ZavalActionInformation
java.lang.Object
uic.output.AbstractWidget.ActionInformation
uic.output.zaval.AbstractWidget.ZavalActionInformation
- Enclosing class:
- AbstractWidget
public static class AbstractWidget.ZavalActionInformation
- extends AbstractWidget.ActionInformation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWidget.ZavalActionInformation
public AbstractWidget.ZavalActionInformation(String addListenerMethod,
String listener,
String getter)
getAddHandlerMethod
public MethodRepresenter getAddHandlerMethod(WidgetRepresenter sender,
WidgetRepresenter receiver,
String slotAction)
- Description copied from class:
AbstractWidget.ActionInformation
- Create a MethodRepresenter that can be used to add a listener to a widget.
For example:
<sender>.addChangeListener(java.beans.EventHandler.create(ChangeListener.class, <receiver<, Value, source.Value));
Override this method to support other widget sets (For example zaval or swt)
- Overrides:
getAddHandlerMethod
in class AbstractWidget.ActionInformation
Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence