Method Summary |
|
public String | getFrameName()
Get the fame name of the new window. |
public boolean | getHasMenuBar()
Get whether or not the window has a menu bar. |
public boolean | getHasScrollBars()
Get whether or not the window has scroll bars. |
public boolean | getHasToolBar()
Get whether or not the window has a tool bar. |
public int | getHeight()
Get the height of the window. |
public boolean | getIsResizable()
Get whether or not the window can be resized. |
public String | getPage()
Set this value to specify the application-specific path (beginning with a
'/') which the new window will show. |
public Map | getParams()
Specifies parameters for the page this window shows. |
public String | getParamsName()
Specifies the name of a java.util.Map instance in the page
context which is used to specify parameters for the page this window
shows.
See Also: TagUtils.getInstance().computeURL. |
public int | getWidth()
Get the width of the window. |
public String | getWindowName()
Get a JavaScript object name for the new window. |
public void | setFrameName(String frameNameParam)
Set the fame name of the new window. |
public void | setHasMenuBar(boolean hasMenuBarParam)
Set whether or not the window has a menu bar. |
public void | setHasScrollBars(boolean hasScrollBarsParam)
Set whether or not the window has scroll bars. |
public void | setHasToolBar(boolean hasToolBarParam)
Set whether or not the window has a tool bar. |
public void | setHeight(int heightParam)
Set the height of the window. |
public void | setIsResizable(boolean isResizableParam)
Set whether or not the window can be resized. |
public void | setPage(String pageParam)
Set this value to specify the application-specific path (beginning with a
'/') which the new window will show. |
public void | setPageContext(PageContext pageContextParam)
Set the page context used to calculate the window URL . |
public void | setParams(Map paramsParam)
Specifies parameters for the page this window shows. |
public void | setParamsName(String paramsNameParam)
Specifies the name of a java.util.Map instance in the page
context which is used to specify parameters for the page this window
shows. |
public void | setWidth(int widthParam)
Set the width of the window. |
public void | setWindowName(String windowNameParam)
Set a JavaScript object name for the new window. |
public String | toString()
Create the JavaScript that makes the window and return it as a string. |