echopoint.ui.asynch
Class AsynchContentPaneUI
java.lang.Object
nextapp.echoservlet.ComponentPeer
nextapp.echoservlet.ContentPaneUI
echopoint.ui.asynch.AsynchContentPaneUI
- All Implemented Interfaces:
- java.util.EventListener, nextapp.echoservlet.PaneUI, java.beans.PropertyChangeListener, java.io.Serializable, nextapp.echoservlet.Service
- public class AsynchContentPaneUI
- extends nextapp.echoservlet.ContentPaneUI
AsynchContentPaneUI
is the UI peer for AsynchContentPane
- See Also:
- Serialized Form
Fields inherited from class nextapp.echoservlet.ContentPaneUI |
SERVICE_CONTENT_PANE_SCRIPT |
Fields inherited from interface nextapp.echoservlet.PaneUI |
SCROLLING_ALWAYS, SCROLLING_AUTO, SCROLLING_NEVER |
Methods inherited from class nextapp.echoservlet.ContentPaneUI |
getScriptSetAction, getScriptSetParameter, getScrolling, getUri |
Methods inherited from class nextapp.echoservlet.ComponentPeer |
addAncillaryService, generateId, getBackground, getChildCount, getChildren, getComponent, getFont, getForeground, getId, getInstancePeer, getParent, getPeer, 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.PaneUI |
getId |
Methods inherited from interface nextapp.echoservlet.Service |
getId |
SERVICE_ASYNCH_EVENTS_SCRIPT
public static final nextapp.echoservlet.Service SERVICE_ASYNCH_EVENTS_SCRIPT
- This services provides the Async Events JavaScript
AsynchContentPaneUI
public AsynchContentPaneUI()
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent e)
- See Also:
ContentPaneUI.propertyChange(java.beans.PropertyChangeEvent)
registered
public void registered()
- See Also:
ContentPaneUI.registered()
unregistered
public void unregistered()
- See Also:
ContentPaneUI.unregistered()
register
public static void register()
- Registers the component with its peer bindings
service
public void service(nextapp.echoservlet.Connection conn)
- See Also:
Service.service(Connection)