uic.output.builder
Class WidgetRepresenter.EventRepresenter

java.lang.Object
  extended by uic.output.builder.WidgetRepresenter.EventRepresenter
Enclosing class:
WidgetRepresenter

public static class WidgetRepresenter.EventRepresenter
extends Object


Constructor Summary
WidgetRepresenter.EventRepresenter(MethodRepresenter initAction, CodeSnippet handlingSection)
           
WidgetRepresenter.EventRepresenter(WidgetRepresenter uicAction, CodeSnippet handlingSection)
           
 
Method Summary
 CodeSnippet getHandlingSection()
           
 MethodRepresenter getInitAction()
           
 WidgetRepresenter getUICAction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetRepresenter.EventRepresenter

public WidgetRepresenter.EventRepresenter(MethodRepresenter initAction,
                                          CodeSnippet handlingSection)

WidgetRepresenter.EventRepresenter

public WidgetRepresenter.EventRepresenter(WidgetRepresenter uicAction,
                                          CodeSnippet handlingSection)
Method Detail

getInitAction

public MethodRepresenter getInitAction()

getUICAction

public WidgetRepresenter getUICAction()

getHandlingSection

public CodeSnippet getHandlingSection()


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence