|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.ui.browser.Window.OptionBuilder
public static class Window.OptionBuilder
Aide to building windowFeatures strings. The list of window options was taken from the DMoz reference to window.open
| Constructor Summary | |
|---|---|
Window.OptionBuilder()
|
|
| Method Summary | |
|---|---|
Window.OptionBuilder |
height(int value)
Specifies the height of the content area, viewing area of the new secondary window in pixels. |
Window.OptionBuilder |
hideLocation()
If used, then the new secondary window is requested not to render the Location/Address bar |
Window.OptionBuilder |
hideMenubar()
If used, then the new secondary window is requested to not render the menu-bar. |
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 |
hideStatus()
If used, then the new secondary window is requested to not display a status bar. |
Window.OptionBuilder |
hideToolbar()
If used, then the new secondary window is requested to not render the navigation toolbar. |
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 |
notResizable()
If used, the new secondary window is requested to not be resizable. |
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 |
width(int value)
Specifies the width of the content area, viewing area of the new secondary window in pixels. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Window.OptionBuilder()
| Method Detail |
|---|
public Window.OptionBuilder left(int value)
public Window.OptionBuilder top(int value)
public Window.OptionBuilder height(int value)
public Window.OptionBuilder width(int value)
public Window.OptionBuilder hideMenubar()
Certain browsers may ignore this hint in some situations.
public Window.OptionBuilder hideToolbar()
Certain browsers may ignore this hint in some situations.
public Window.OptionBuilder hideLocation()
Certain browsers may ignore this hint in some situations.
public Window.OptionBuilder hideStatus()
Many browsers ignore this hint.
public Window.OptionBuilder notResizable()
Many browsers ignore this hint, and its use use is strongly discouraged for accessibility reasons
public Window.OptionBuilder hideScrollbars()
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||