echopoint.jquery
Class JQueryAbstractPeer
java.lang.Object
nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
echopoint.internal.AbstractPeer
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
|
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 |
JQueryAbstractPeer
public JQueryAbstractPeer()
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)