Class Index | File Index

Classes


Class AjaxSolr.AbstractWidget

AbstractWidget
Defined in: AbstractWidget.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Baseclass for all widgets.
Field Summary
Field Attributes Field Name and Description
 
id
A unique identifier of this widget.
<private>  
A reference to the widget's manager.
 
The CSS selector for this widget's target HTML element, e.g.
Method Summary
Method Attributes Method Name and Description
 
An abstract hook for child implementations.
 
An abstract hook for child implementations.
 
init()
An abstract hook for child implementations.
Class Detail
AjaxSolr.AbstractWidget(properties)
Baseclass for all widgets. Provides abstract hooks for child classes.
Parameters:
properties
A map of fields to set. May be new or public fields.
Field Detail
{String} id
A unique identifier of this widget.

<private> {AjaxSolr.AbstractManager} manager
A reference to the widget's manager. For internal use only.

{String} target
The CSS selector for this widget's target HTML element, e.g. a specific div or ul. A Widget is usually implemented to perform all its UI changes relative to its target HTML element.
Method Detail
afterRequest()
An abstract hook for child implementations.

This method is executed after the Solr response is received.


beforeRequest()
An abstract hook for child implementations.

This method is executed before the Solr request is sent.


init()
An abstract hook for child implementations.

This method should do any necessary one-time initializations.


Documentation generated by JsDoc Toolkit 2.3.0 on Wed Sep 07 2011 22:31:36 GMT-0400 (EDT)