|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nextapp.echoservlet.ComponentPeer nextapp.echoservlet.WindowUI
A peer object for Window
s. 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
|
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.ComponentPeer |
addAncillaryService, generateId, getBackground, getChildCount, getChildren, getComponent, getFocusedElementId, getFont, getForeground, getId, getInstancePeer, getParent, getPeer, getTabIndex, redraw, removeAncillaryService, render |
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.PropertyChangeListener
PropertyChangeListener.propertyChange(PropertyChangeEvent)
public void registered()
ComponentPeer
registered
in class ComponentPeer
ComponentPeer.registered()
public void service(Connection conn) throws java.io.IOException
Service
service
in interface Service
conn
- 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()
ComponentPeer
unregistered
in class ComponentPeer
ComponentPeer.unregistered()
|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |