|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echoservlet.AbstractComponentPeer
nextapp.echoservlet.WindowUI
public class WindowUI
A peer object for Windows. This class is responsible for
rendering the root document of each browser window, which contains a
<frameset> that references the window's content and the
Controller document. Windows also contain the client model
object script and additional JavaScript functions for maintaining application
state.
| Field Summary | |
|---|---|
static int |
MENU_BAR
|
static int |
STATUS_BAR
|
static int |
TOOL_BAR
|
| Fields inherited from interface nextapp.echoservlet.ComponentPeer |
|---|
IGNORE_PROPERTY_CHANGE |
| Constructor Summary | |
|---|---|
WindowUI()
|
|
| Method Summary | |
|---|---|
int |
getFlags()
Returns the flags enabled on this window. |
PaneUI |
getRootPaneUI()
Returns the PaneUI of the WindowUI's content. |
static java.lang.String |
getScriptHandleUnload()
Returns a line of JavaScript code that will invoke the window unload handler. |
void |
propertyChange(java.beans.PropertyChangeEvent e)
|
void |
registered()
Called when the component is registered. |
void |
service(Connection conn)
Services an HTTP request. |
void |
setFlags(int flags)
Sets the flags enabled on this window. |
void |
unregistered()
Called when the component is unregistered. |
| Methods inherited from class nextapp.echoservlet.AbstractComponentPeer |
|---|
addAncillaryService, generateId, getCalculatedBackground, getCalculatedFont, getCalculatedForeground, getChildCount, getChildren, getComponent, getFocusedElementId, getId, getInstancePeer, getParentComponentPeer, getPeer, redraw, registerAncillaryServices, removeAncillaryService, render, setComponent, setId, setInstancePeer, unregisterAncillaryServices |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nextapp.echoservlet.Service |
|---|
getId |
| Field Detail |
|---|
public static final int MENU_BAR
public static final int STATUS_BAR
public static final int TOOL_BAR
| Constructor Detail |
|---|
public WindowUI()
| Method Detail |
|---|
public static java.lang.String getScriptHandleUnload()
public PaneUI getRootPaneUI()
public int getFlags()
public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange in interface java.beans.PropertyChangeListenerPropertyChangeListener.propertyChange(PropertyChangeEvent)public void registered()
AbstractComponentPeer
registered in interface ComponentPeerregistered in class AbstractComponentPeerComponentPeer.registered()
public void service(Connection conn)
throws java.io.IOException
Service
service in interface Serviceconn - A Connection object which wraps
HttpServletRequest and
HttpServletResponse objects and provides
access to the facilities of the Echo application container.
java.io.IOException - in the event of errors related to processing the
HTTP request or producing a response.Service.service(Connection)public void setFlags(int flags)
flags - The flags enabled on this window, which can consist of zero or
more of the following values ORed together:
public void unregistered()
AbstractComponentPeer
unregistered in interface ComponentPeerunregistered in class AbstractComponentPeerComponentPeer.unregistered()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||