EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.jquery
Class JQueryAbstractPeer

java.lang.Object
  extended by nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
      extended by echopoint.internal.AbstractPeer
          extended by echopoint.jquery.JQueryAbstractPeer
All Implemented Interfaces:
ComponentSynchronizePeer
Direct Known Subclasses:
CarouselContainerPeer, ClockPeer, DateFieldPeer, DockMenuPeer, SlidingMenuPeer, TooltipContainerPeer, TransitionContainerPeer

public abstract class JQueryAbstractPeer
extends AbstractPeer

An abstract peer that may be used as the base class for all jQuery peers. Ensures that the jQuery library is boot strapped.

Version:
$Id$
Author:
Hans Holmlund 2009-04-21
See Also:
CommonResources, CommonService

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
AbstractComponentSynchronizePeer.EventPeer
 
Constructor Summary
JQueryAbstractPeer()
           
 
Method Summary
 void init(nextapp.echo.app.util.Context context, nextapp.echo.app.Component component)
          
 
Methods inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
addEvent, addOutputProperty, addOutputProperty, addRequiredComponentClass, getComponentClass, getEventDataClass, getEventTypes, getInputPropertyClass, getOutputProperty, getOutputPropertyIndices, getOutputPropertyMethodName, getOutputPropertyNames, getUpdatedOutputPropertyNames, hasListeners, hasUpdatedListeners, isOutputPropertyIndexed, isOutputPropertyReferenced, processEvent, setOutputPropertyReferenced, storeInputProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nextapp.echo.webcontainer.ComponentSynchronizePeer
getClientComponentType
 

Constructor Detail

JQueryAbstractPeer

public JQueryAbstractPeer()
Method Detail

init

public void init(nextapp.echo.app.util.Context context,
                 nextapp.echo.app.Component component)

Specified by:
init in interface ComponentSynchronizePeer
Overrides:
init in class AbstractPeer
See Also:
AbstractComponentSynchronizePeer.init(nextapp.echo.app.util.Context, nextapp.echo.app.Component)

EchoPoint API - 3.0.0b5
App Webcontainer