|
NextApp Echo3 v3.0.b4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.webcontainer.command.BrowserOpenWindowCommand
public class BrowserOpenWindowCommand
A Web Application Container-specific Command to
open a new browser window displaying a specific URI.
This action may not propagate to a client if the client has
pop-up blocking algorithm enabled.
| Field Summary | |
|---|---|
static int |
FLAG_LOCATION
Flag to enable the browser's location input field. |
static int |
FLAG_MENUBAR
Flag to enable the browser's menu bar. |
static int |
FLAG_REPLACE
Flag to replace entry in browser's navigation history with new window content. |
static int |
FLAG_RESIZABLE
Flag to recommend that the browser allow resizing of the window. |
static int |
FLAG_STATUS
Flag to enable the browser's status field. |
static int |
FLAG_TOOLBAR
Flag to enable the browser's tool bar. |
| Constructor Summary | |
|---|---|
BrowserOpenWindowCommand(java.lang.String uri,
java.lang.String name)
Creates a new BrowserOpenWindowCommand. |
|
BrowserOpenWindowCommand(java.lang.String uri,
java.lang.String name,
nextapp.echo.app.Extent width,
nextapp.echo.app.Extent height,
int flags)
Creates a new BrowserOpenWindowCommand. |
|
| Method Summary | |
|---|---|
int |
getFlags()
Returns the configuration flags, zero or more of the following values ORed together: FLAG_REPLACE
FLAG_MENUBAR
FLAG_TOOLBAR
FLAG_LOCATION
FLAG_STATUS
FLAG_RESIZABLE
|
nextapp.echo.app.Extent |
getHeight()
Returns the height of the window to be opened. |
java.lang.String |
getName()
Returns the window name. |
java.lang.String |
getUri()
Returns the target URI. |
nextapp.echo.app.Extent |
getWidth()
Returns the width of the window to be opened. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int FLAG_REPLACE
public static final int FLAG_MENUBAR
public static final int FLAG_TOOLBAR
public static final int FLAG_LOCATION
public static final int FLAG_STATUS
public static final int FLAG_RESIZABLE
| Constructor Detail |
|---|
public BrowserOpenWindowCommand(java.lang.String uri,
java.lang.String name)
BrowserOpenWindowCommand.
uri - the target URIname - the window name (may be null)
public BrowserOpenWindowCommand(java.lang.String uri,
java.lang.String name,
nextapp.echo.app.Extent width,
nextapp.echo.app.Extent height,
int flags)
BrowserOpenWindowCommand.
uri - the target URIname - the window name (may be null)width - the window width (may be null)height - the window width (may be null)flags - the configuration flags, zero or more of the following values ORed together:
FLAG_REPLACEFLAG_MENUBARFLAG_TOOLBARFLAG_LOCATIONFLAG_STATUSFLAG_RESIZABLE| Method Detail |
|---|
public nextapp.echo.app.Extent getWidth()
public nextapp.echo.app.Extent getHeight()
public java.lang.String getName()
public java.lang.String getUri()
public int getFlags()
FLAG_REPLACEFLAG_MENUBARFLAG_TOOLBARFLAG_LOCATIONFLAG_STATUSFLAG_RESIZABLE
|
NextApp Echo3 v3.0.b4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||