|
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.Objectnextapp.echoservlet.ComponentPeer
nextapp.echoservlet.AbstractPaneUI
nextapp.echoservlet.ContentPaneUI
A peer object for ContentPanes. This class is responsible
for rendering HTML documents that contain rendered components.
| Field Summary | |
static Service |
SERVICE_CONTENT_PANE_SCRIPT
A JavaScript include that contains functionality required for content panes, such as functions that input and action components will use to notify the server of updated state. |
| Fields inherited from interface nextapp.echoservlet.PaneUI |
SCROLLING_ALWAYS, SCROLLING_AUTO, SCROLLING_NEVER |
| Constructor Summary | |
ContentPaneUI()
Creates a new ContentPaneUI. |
|
| Method Summary | |
static java.lang.String |
getScriptSetAction(java.lang.String id,
java.lang.String command)
Returns the JavaScript method call necessary to send an action command. |
static java.lang.String |
getScriptSetParameter(java.lang.String id,
java.lang.String value)
Returns the JavaScript method call necessary to store a parameter in the Controller frame's hidden form. |
java.lang.String |
getScrolling()
Returns the scrolling property of the pane. |
java.lang.String |
getUri(Connection conn)
Returns the URI from which the pane's service may be rendered. |
void |
propertyChange(java.beans.PropertyChangeEvent e)
|
void |
registered()
Called when the component is registered. |
void |
service(Connection conn)
Services an HTTP request. |
void |
unregistered()
Called when the component is unregistered. |
| Methods inherited from class nextapp.echoservlet.AbstractPaneUI |
render |
| Methods inherited from class nextapp.echoservlet.ComponentPeer |
addAncillaryService, generateId, getBackground, getChildCount, getChildren, getComponent, getFocusedElementId, getFont, getForeground, getId, getInstancePeer, getParent, getPeer, getTabIndex, redraw, removeAncillaryService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nextapp.echoservlet.PaneUI |
getId |
| Methods inherited from interface nextapp.echoservlet.Service |
getId |
| Field Detail |
public static final Service SERVICE_CONTENT_PANE_SCRIPT
| Constructor Detail |
public ContentPaneUI()
ContentPaneUI.
| Method Detail |
public static java.lang.String getScriptSetAction(java.lang.String id,
java.lang.String command)
id - The Id of the component setting the action.command - The action command that is to be sent.
public static java.lang.String getScriptSetParameter(java.lang.String id,
java.lang.String value)
id - The Id of the component setting the parameter.value - The new value of the parameter.public java.lang.String getScrolling()
PaneUI
getScrolling in interface PaneUIPaneUI.getScrolling()public java.lang.String getUri(Connection conn)
PaneUI
getUri in interface PaneUIconn - The connection from which to derive the URI.
PaneUI.getUri(Connection)public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange in interface java.beans.PropertyChangeListenerPropertyChangeListener.propertyChange(PropertyChangeEvent)public void registered()
ComponentPeer
registered in class ComponentPeerComponentPeer.registered()public void service(Connection conn)
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.Service.service(Connection)public void unregistered()
ComponentPeer
unregistered in class ComponentPeerComponentPeer.unregistered()
|
NextApp Echo App Container 1.1.4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||