re-add the Constructor API doc removed in r11641 (see #3149)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11656 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -60,6 +60,15 @@ OpenLayers.Strategy.BBOX = OpenLayers.Class(OpenLayers.Strategy, {
|
|||||||
*/
|
*/
|
||||||
response: null,
|
response: null,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructor: OpenLayers.Strategy.BBOX
|
||||||
|
* Create a new BBOX strategy.
|
||||||
|
*
|
||||||
|
* Parameters:
|
||||||
|
* options - {Object} Optional object whose properties will be set on the
|
||||||
|
* instance.
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method: activate
|
* Method: activate
|
||||||
* Set up strategy with regard to reading new batches of remote data.
|
* Set up strategy with regard to reading new batches of remote data.
|
||||||
|
|||||||
@@ -58,6 +58,15 @@ OpenLayers.Strategy.Cluster = OpenLayers.Class(OpenLayers.Strategy, {
|
|||||||
*/
|
*/
|
||||||
resolution: null,
|
resolution: null,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructor: OpenLayers.Strategy.Cluster
|
||||||
|
* Create a new clustering strategy.
|
||||||
|
*
|
||||||
|
* Parameters:
|
||||||
|
* options - {Object} Optional object whose properties will be set on the
|
||||||
|
* instance.
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* APIMethod: activate
|
* APIMethod: activate
|
||||||
* Activate the strategy. Register any listeners, do appropriate setup.
|
* Activate the strategy. Register any listeners, do appropriate setup.
|
||||||
|
|||||||
@@ -39,6 +39,15 @@ OpenLayers.Strategy.Filter = OpenLayers.Class(OpenLayers.Strategy, {
|
|||||||
*/
|
*/
|
||||||
caching: false,
|
caching: false,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructor: OpenLayers.Strategy.Filter
|
||||||
|
* Create a new filter strategy.
|
||||||
|
*
|
||||||
|
* Parameters:
|
||||||
|
* options - {Object} Optional object whose properties will be set on the
|
||||||
|
* instance.
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* APIMethod: activate
|
* APIMethod: activate
|
||||||
* Activate the strategy. Register any listeners, do appropriate setup.
|
* Activate the strategy. Register any listeners, do appropriate setup.
|
||||||
|
|||||||
@@ -24,6 +24,15 @@ OpenLayers.Strategy.Fixed = OpenLayers.Class(OpenLayers.Strategy, {
|
|||||||
*/
|
*/
|
||||||
preload: false,
|
preload: false,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructor: OpenLayers.Strategy.Fixed
|
||||||
|
* Create a new Fixed strategy.
|
||||||
|
*
|
||||||
|
* Parameters:
|
||||||
|
* options - {Object} Optional object whose properties will be set on the
|
||||||
|
* instance.
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method: activate
|
* Method: activate
|
||||||
* Activate the strategy: load data or add listener to load when visible
|
* Activate the strategy: load data or add listener to load when visible
|
||||||
|
|||||||
@@ -40,6 +40,15 @@ OpenLayers.Strategy.Paging = OpenLayers.Class(OpenLayers.Strategy, {
|
|||||||
*/
|
*/
|
||||||
paging: false,
|
paging: false,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructor: OpenLayers.Strategy.Paging
|
||||||
|
* Create a new paging strategy.
|
||||||
|
*
|
||||||
|
* Parameters:
|
||||||
|
* options - {Object} Optional object whose properties will be set on the
|
||||||
|
* instance.
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* APIMethod: activate
|
* APIMethod: activate
|
||||||
* Activate the strategy. Register any listeners, do appropriate setup.
|
* Activate the strategy. Register any listeners, do appropriate setup.
|
||||||
|
|||||||
@@ -37,6 +37,15 @@ OpenLayers.Strategy.Refresh = OpenLayers.Class(OpenLayers.Strategy, {
|
|||||||
*/
|
*/
|
||||||
timer: null,
|
timer: null,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructor: OpenLayers.Strategy.Refresh
|
||||||
|
* Create a new Refresh strategy.
|
||||||
|
*
|
||||||
|
* Parameters:
|
||||||
|
* options - {Object} Optional object whose properties will be set on the
|
||||||
|
* instance.
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* APIMethod: activate
|
* APIMethod: activate
|
||||||
* Activate the strategy. Register any listeners, do appropriate setup.
|
* Activate the strategy. Register any listeners, do appropriate setup.
|
||||||
|
|||||||
Reference in New Issue
Block a user