org.atmosphere.gwt.client.extra
Class WindowFeatures
java.lang.Object
org.atmosphere.gwt.client.extra.WindowFeatures
public class WindowFeatures
- extends Object
- See Also:
- here
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)
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 © 2011. All Rights Reserved.