org.atmosphere.gwt.client.extra
Class WindowFeatures

java.lang.Object
  extended by org.atmosphere.gwt.client.extra.WindowFeatures

public class WindowFeatures
extends Object

See Also:
here

Constructor Summary
WindowFeatures()
           
WindowFeatures(Boolean menubar, Boolean toolbar, Boolean location, Boolean personalbar, Boolean status)
           
WindowFeatures(Integer left, Integer top, Integer height, Integer width)
           
 
Method Summary
 WindowFeatures set(String name, Boolean option)
           
 WindowFeatures set(String name, Integer value)
           
 WindowFeatures setDependent(Boolean dependent)
           
 WindowFeatures setDialog(Boolean dialog)
           
 WindowFeatures setFullscreen(Boolean fullscreen)
           
 WindowFeatures setHeight(Integer height)
           
 WindowFeatures setLeft(Integer left)
           
 WindowFeatures setLocation(Boolean location)
           
 WindowFeatures setMenubar(Boolean menubar)
           
 WindowFeatures setMinimizable(Boolean minimizable)
           
 WindowFeatures setPersonalbar(Boolean personalbar)
           
 WindowFeatures setResizable(Boolean resizable)
           
 WindowFeatures setScrollbars(Boolean scrollbars)
           
 WindowFeatures setStatus(Boolean status)
           
 WindowFeatures setToolbar(Boolean toolbar)
           
 WindowFeatures setTop(Integer top)
           
 WindowFeatures setWidth(Integer width)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WindowFeatures

public WindowFeatures()

WindowFeatures

public WindowFeatures(Integer left,
                      Integer top,
                      Integer height,
                      Integer width)

WindowFeatures

public WindowFeatures(Boolean menubar,
                      Boolean toolbar,
                      Boolean location,
                      Boolean personalbar,
                      Boolean status)
Method Detail

set

public WindowFeatures set(String name,
                          Integer value)

set

public WindowFeatures set(String name,
                          Boolean option)

setDependent

public WindowFeatures setDependent(Boolean dependent)

setDialog

public WindowFeatures setDialog(Boolean dialog)

setFullscreen

public WindowFeatures setFullscreen(Boolean fullscreen)

setHeight

public WindowFeatures setHeight(Integer height)

setLeft

public WindowFeatures setLeft(Integer left)

setLocation

public WindowFeatures setLocation(Boolean location)

setMenubar

public WindowFeatures setMenubar(Boolean menubar)

setMinimizable

public WindowFeatures setMinimizable(Boolean minimizable)

setPersonalbar

public WindowFeatures setPersonalbar(Boolean personalbar)

setResizable

public WindowFeatures setResizable(Boolean resizable)

setScrollbars

public WindowFeatures setScrollbars(Boolean scrollbars)

setStatus

public WindowFeatures setStatus(Boolean status)

setToolbar

public WindowFeatures setToolbar(Boolean toolbar)

setTop

public WindowFeatures setTop(Integer top)

setWidth

public WindowFeatures setWidth(Integer width)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.