Global

Members

name

This should be set via tree panel.
Source:

Methods

attributes Returns an Ext.data.Store of referenced GeoExt.data.model.print.LayoutAttributes.() → {Ext.data.Store}

Source:
Returns:
The store
Type
Ext.data.Store

constructor()

Source:

getCapability Returns the layouts parent print capabilities. May be null if Layout is instantiated directly.() → {GeoExt.data.model.print.Capability}

Source:
Returns:
The print capabilities
Type
GeoExt.data.model.print.Capability

getLayout Returns the attribute parent layout model. May be null if LayoutAttribute is instantiated directly.() → {GeoExt.data.model.print.Layout}

Source:
Returns:
The attributes layout
Type
GeoExt.data.model.print.Layout

getRefItems()

Source:

getRefOwner()

Source:

layouts Returns an Ext.data.Store of referenced GeoExt.data.model.print.Layouts.() → {Ext.data.Store}

Source:
Returns:
The store
Type
Ext.data.Store

onLayerVisibleChange(evt)

Handler for the `change:visible` event of the layer.
Parameters:
Name Type Description
evt ol.ObjectEvent The emitted `ol.Object` event.
Source:

set(key, newValue)

Overridden to forward changes to the underlying `ol.Object`. All changes on the {Ext.data.Model} properties will be set on the `ol.Object` as well.
Parameters:
Name Type Description
key string The key to set.
newValue Object The value to set.
Source:

Events

aftermapmove Triggered when the 'moveend' event of the underlying OpenLayers map is fired.

Parameters:
Name Type Description
this GeoExt.component.Map
olMap ol.Map The OpenLayers map firing the original 'moveend' event
olEvt ol.MapEvent The original OpenLayers event
Source:

click

Fires when the feature is clicked on.
Parameters:
Name Type Description
renderer GeoExt.component.FeatureRenderer The feature renderer.
Source:

pointerrest Fires if the user has left the pointer for an amount of #pointerRestInterval milliseconds at the *same location*. Use the configuration #pointerRestPixelTolerance to configure how long a pixel is considered to be on the *same location*. Please note that this event will only fire if the map has #pointerRest configured with `true`.

Parameters:
Name Type Description
olEvt ol.MapBrowserEvent The original and most recent MapBrowserEvent event.
lastPixel ol.Pixel The originally captured pixel, which defined the center of the tolerance bounds (itself configurable with the the configuration #pointerRestPixelTolerance). If this is null, a completely *new* pointerrest event just happened.
Source:

pointerrestout Fires if the user first was resting his pointer on the map element, but then moved the pointer out of the map completely. Please note that this event will only fire if the map has #pointerRest configured with `true`.

Parameters:
Name Type Description
olEvt ol.MapBrowserEvent The MapBrowserEvent event.
Source:

ready Fires after the PrintCapability store is loaded.

Parameters:
Name Type Description
provider GeoExt.data.MapfishPrintProvider The GeoExt.data.MapfishPrintProvider itself
Source: