Uses of Interface
com.itmill.toolkit.terminal.ParameterHandler

Packages that use ParameterHandler
com.itmill.toolkit.terminal Provides classes and interfaces that wrap the terminal-side functionalities for the server-side application. 
com.itmill.toolkit.terminal.web This package implement web terminal for both AJAX-capable and more limited web browsers. 
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of ParameterHandler in com.itmill.toolkit.terminal
 

Methods in com.itmill.toolkit.terminal that return ParameterHandler
 ParameterHandler ParameterHandler.ErrorEvent.getParameterHandler()
          Gets the source ParameterHandler.
 

Uses of ParameterHandler in com.itmill.toolkit.terminal.web
 

Classes in com.itmill.toolkit.terminal.web that implement ParameterHandler
 class DebugWindow
          This class provides a debugging window where one may view the UIDL of the current window, or in a tabset the UIDL of an active frameset.
 

Methods in com.itmill.toolkit.terminal.web that return ParameterHandler
 ParameterHandler ApplicationServlet.ParameterHandlerErrorImpl.getParameterHandler()
          Gets the source ParameterHandler.
 

Uses of ParameterHandler in com.itmill.toolkit.ui
 

Classes in com.itmill.toolkit.ui that implement ParameterHandler
 class FrameWindow
           An application frame window component.
 class Window
          Application window component.
 

Methods in com.itmill.toolkit.ui with parameters of type ParameterHandler
 void Window.addParameterHandler(ParameterHandler handler)
          Adds the new parameter handler to this window.
 void Window.removeParameterHandler(ParameterHandler handler)
          Removes the given URI handler from this window.
 



Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.