EchoPoint
1.0

echopoint.ui.asynch
Class AsynchContentPaneUI

java.lang.Object
  extended bynextapp.echoservlet.ComponentPeer
      extended bynextapp.echoservlet.ContentPaneUI
          extended byechopoint.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

Field Summary
static nextapp.echoservlet.Service SERVICE_ASYNCH_EVENTS_SCRIPT
          This services provides the Async Events JavaScript
 
Fields inherited from class nextapp.echoservlet.ContentPaneUI
SERVICE_CONTENT_PANE_SCRIPT
 
Fields inherited from interface nextapp.echoservlet.PaneUI
SCROLLING_ALWAYS, SCROLLING_AUTO, SCROLLING_NEVER
 
Constructor Summary
AsynchContentPaneUI()
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent e)
           
static void register()
          Registers the component with its peer bindings
 void registered()
           
 void service(nextapp.echoservlet.Connection conn)
           
 void unregistered()
           
 
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
 

Field Detail

SERVICE_ASYNCH_EVENTS_SCRIPT

public static final nextapp.echoservlet.Service SERVICE_ASYNCH_EVENTS_SCRIPT
This services provides the Async Events JavaScript

Constructor Detail

AsynchContentPaneUI

public AsynchContentPaneUI()
Method Detail

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)

EchoPoint
1.0