Uses of Class
org.directwebremoting.ui.browser.Window.OptionBuilder

Packages that use Window.OptionBuilder
org.directwebremoting.ui.browser   
 

Uses of Window.OptionBuilder in org.directwebremoting.ui.browser
 

Methods in org.directwebremoting.ui.browser that return Window.OptionBuilder
 Window.OptionBuilder Window.OptionBuilder.height(int value)
          Specifies the height of the content area, viewing area of the new secondary window in pixels.
 Window.OptionBuilder Window.OptionBuilder.hideLocation()
          If used, then the new secondary window is requested not to render the Location/Address bar
 Window.OptionBuilder Window.OptionBuilder.hideMenubar()
          If used, then the new secondary window is requested to not render the menu-bar.
 Window.OptionBuilder Window.OptionBuilder.hideScrollbars()
          If used, the new secondary window is requested to not show horizontal and/or vertical scrollbar(s) if the document doesn't fit into the window's viewport.
 Window.OptionBuilder Window.OptionBuilder.hideStatus()
          If used, then the new secondary window is requested to not display a status bar.
 Window.OptionBuilder Window.OptionBuilder.hideToolbar()
          If used, then the new secondary window is requested to not render the navigation toolbar.
 Window.OptionBuilder Window.OptionBuilder.left(int value)
          Specifies the distance the new window is placed from the left side of the work area for applications of the user's operating system to the leftmost border (resizing handle) of the browser window.
 Window.OptionBuilder Window.OptionBuilder.notResizable()
          If used, the new secondary window is requested to not be resizable.
 Window.OptionBuilder Window.OptionBuilder.top(int value)
          Specifies the distance the new window is placed from the top side of the work area for applications of the user's operating system to the topmost border (resizing handle) of the browser window.
 Window.OptionBuilder Window.OptionBuilder.width(int value)
          Specifies the width of the content area, viewing area of the new secondary window in pixels.
 

Methods in org.directwebremoting.ui.browser with parameters of type Window.OptionBuilder
static void Window.open(java.lang.String url, java.lang.String windowName, Window.OptionBuilder builder)
          Open a new browser child window, pointing at given url and identified with a given windowName.
static void Window.open(java.net.URI uri, java.lang.String windowName, Window.OptionBuilder builder)
          Open a new browser child window, pointing at given uri and identified with a given windowName.
static void Window.open(java.net.URL url, java.lang.String windowName, Window.OptionBuilder builder)
          Open a new browser child window, pointing at given url and identified with a given windowName.
 


Copyright ยจ 2008