Uses of Class
org.atmosphere.gwt.client.extra.WindowFeatures

Uses of WindowFeatures in org.atmosphere.gwt.client.extra
 

Methods in org.atmosphere.gwt.client.extra that return WindowFeatures
 WindowFeatures WindowFeatures.set(String name, Boolean option)
           
 WindowFeatures WindowFeatures.set(String name, Integer value)
           
 WindowFeatures WindowFeatures.setDependent(Boolean dependent)
           
 WindowFeatures WindowFeatures.setDialog(Boolean dialog)
           
 WindowFeatures WindowFeatures.setFullscreen(Boolean fullscreen)
           
 WindowFeatures WindowFeatures.setHeight(Integer height)
           
 WindowFeatures WindowFeatures.setLeft(Integer left)
           
 WindowFeatures WindowFeatures.setLocation(Boolean location)
           
 WindowFeatures WindowFeatures.setMenubar(Boolean menubar)
           
 WindowFeatures WindowFeatures.setMinimizable(Boolean minimizable)
           
 WindowFeatures WindowFeatures.setPersonalbar(Boolean personalbar)
           
 WindowFeatures WindowFeatures.setResizable(Boolean resizable)
           
 WindowFeatures WindowFeatures.setScrollbars(Boolean scrollbars)
           
 WindowFeatures WindowFeatures.setStatus(Boolean status)
           
 WindowFeatures WindowFeatures.setToolbar(Boolean toolbar)
           
 WindowFeatures WindowFeatures.setTop(Integer top)
           
 WindowFeatures WindowFeatures.setWidth(Integer width)
           
 

Methods in org.atmosphere.gwt.client.extra with parameters of type WindowFeatures
 Window Window.open(String url, String name, WindowFeatures features)
           
 



Copyright © 2013. All Rights Reserved.