Uses of Class
com.itmill.toolkit.ui.Window

Packages that use Window
com.itmill.toolkit This package is the base of the IT Mill Toolkit. 
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 Window in com.itmill.toolkit
 

Methods in com.itmill.toolkit that return Window
 Window Application.getMainWindow()
          Gets the mainWindow of the application.
 Window Application.WindowDetachEvent.getWindow()
          Gets the detached window.
 Window Application.WindowAttachEvent.getWindow()
          Gets the attached window.
 Window Application.getWindow(String name)
           Gets a window by name.
 

Methods in com.itmill.toolkit with parameters of type Window
 void Application.addWindow(Window window)
          Adds a new window to the application.
 void Application.removeWindow(Window window)
          Removes the specified window from the application.
 void Application.setMainWindow(Window mainWindow)
           Sets the mainWindow.
 

Constructors in com.itmill.toolkit with parameters of type Window
Application.WindowAttachEvent(Window window)
          Creates a event.
Application.WindowDetachEvent(Window window)
          Creates a event.
 

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

Subclasses of Window in com.itmill.toolkit.terminal.web
 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 Window
 Window OpenAjaxHubMessage.getWindow()
           
static Window ThemeFunctionLibrary.window()
          Returns a reference to the current window object associated with the session that the call came from.
 

Methods in com.itmill.toolkit.terminal.web with parameters of type Window
protected  void ApplicationServlet.addDirtyWindow(Application application, Window window)
           
protected static String ThemeFunctionLibrary.generateWindowScript(Window window, Application app, ApplicationServlet wa, WebBrowser browser)
           
 String WebApplicationContext.getWindowFormAction(Window window)
          Gets the form action for given window.
protected static String ThemeFunctionLibrary.getWindowRefreshScript(Application application, Window window, WebBrowser browser)
          Generates the JavaScript for updating given window.
static String ThemeFunctionLibrary.getWindowTargetName(Application application, Window window)
          Returns an unique target name for a given window name.
protected  void ApplicationServlet.removeDirtyWindow(Application application, Window window)
           
protected static void ThemeFunctionLibrary.setState(Application application, Window window, WebBrowser webBrowser, HttpSession session, ApplicationServlet webAdapterServlet, String theme)
           
 void OpenAjaxHubMessage.setWindow(Window window)
           
 void WebApplicationContext.setWindowFormAction(Window window, String action)
          Sets the form action for given window.
protected  void DebugWindow.setWindowUIDL(Window window, String uidl)
           
 

Constructors in com.itmill.toolkit.terminal.web with parameters of type Window
OpenAjaxHubMessage(Window window, String namespace, String message)
           
 

Uses of Window in com.itmill.toolkit.ui
 

Subclasses of Window in com.itmill.toolkit.ui
 class FrameWindow
           An application frame window component.
 

Methods in com.itmill.toolkit.ui that return Window
 Window FrameWindow.Frame.getWindow()
          Gets the Window connected to frame.
 Window AbstractComponent.getWindow()
           
 Window Window.getWindow()
          Gets the window of the component.
 Window Window.CloseEvent.getWindow()
          Gets the Window.
 Window Component.getWindow()
          Gets the component's parent window.
 Window Link.getWindow()
          Returns the window this link opens.
 Window CustomComponent.getWindow()
          Gets the component's parent window.
 

Methods in com.itmill.toolkit.ui with parameters of type Window
 FrameWindow.Frame FrameWindow.Frameset.newFrame(Window window)
          Creates the new frame containing a window.
 FrameWindow.Frame FrameWindow.Frameset.newFrame(Window window, int index)
          Creates the new frame containing a window.
 void Link.setWindow(Window window)
          Sets the window this link opens.
 

Constructors in com.itmill.toolkit.ui with parameters of type Window
Link(Window window)
          Creates a new link to a window.
 



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