uic.output.zaval
Class AbstractWidget.ZavalActionInformation

java.lang.Object
  extended by uic.output.AbstractWidget.ActionInformation
      extended by uic.output.zaval.AbstractWidget.ZavalActionInformation
Enclosing class:
AbstractWidget

public static class AbstractWidget.ZavalActionInformation
extends AbstractWidget.ActionInformation


Constructor Summary
AbstractWidget.ZavalActionInformation(String addListenerMethod, String listener, String getter)
           
 
Method Summary
 MethodRepresenter getAddHandlerMethod(WidgetRepresenter sender, WidgetRepresenter receiver, String slotAction)
          Create a MethodRepresenter that can be used to add a listener to a widget.
 
Methods inherited from class uic.output.AbstractWidget.ActionInformation
getGetterMethodName, getListenerClass, getListenerFullClassname
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWidget.ZavalActionInformation

public AbstractWidget.ZavalActionInformation(String addListenerMethod,
                                             String listener,
                                             String getter)
Method Detail

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