CMSAbstractMap Class |
Namespace: CMS.DocumentEngine.Web.UI
public abstract class CMSAbstractMap : BasicRepeater
The CMSAbstractMap type exposes the following members.
Name | Description | |
---|---|---|
CMSAbstractMap |
Name | Description | |
---|---|---|
mControlsLoaded |
Flag saying whether the dynamic controls has been loaded yet.
(Inherited from BasicRepeater.) | |
mDataLoaded |
Flag saying whether the data has been loaded yet.
(Inherited from BasicRepeater.) | |
mMapProperties |
Map properties.
| |
mOnBeforeInitFired |
True if the on before init was fired.
(Inherited from BasicRepeater.) | |
mRelatedData |
Custom data connected to the object.
(Inherited from BasicRepeater.) | |
mRelatedDataLoaded |
Related data is loaded.
(Inherited from BasicRepeater.) | |
outputHtml |
Map output Html code.
| |
TR |
Marker that indicates the beginning of map InfoBox content.
| |
TRE |
Marker that indicates the end of map InfoBox content.
| |
useDataSourceControl |
Indicates whether the viewer should obtain data source from the referenced control provided by the value of DataSourceControl property.
(Inherited from BasicRepeater.) |
Name | Description | |
---|---|---|
CacheDependencies |
Cache dependencies, each cache dependency on a new line.
| |
CacheItemName |
Cache item name.
| |
CacheMinutes |
Cache minutes.
| |
DataBindByDefault |
Indicates whether data binding should be performed by default.
(Inherited from BasicRepeater.) | |
DataSource |
Object from which data-bound control retrieves its list of data item.
(Inherited from BasicRepeater.) | |
DataSourceControl |
Control with data source.
(Inherited from BasicRepeater.) | |
DataSourceName |
Gets or sets name of source.
(Inherited from BasicRepeater.) | |
DefaultDataSource |
Default data source to use if no external is provided.
(Inherited from BasicRepeater.) | |
HideControlForZeroRows |
Hides the control when no data is loaded. Default value is False.
(Inherited from BasicRepeater.) | |
MainScriptPath |
Map script path.
| |
MapProperties |
Gets or sets map properties.
| |
PageableControl |
Gets or sets the encapsulated control that implements IUniPageable interface.
(Inherited from BasicRepeater.) | |
PagerDataItem |
Pager data item object.
(Inherited from BasicRepeater.) | |
PagerForceNumberOfResults |
Gets or sets the number of result. Enables proceed "fake" datasets, where number
of results in the dataset is not correspondent to the real number of results
This property must be equal -1 if should be disabled
(Inherited from BasicRepeater.) | |
RelatedData |
Custom data connected to the object, if not set, returns the Related data of the nearest IDataControl.
(Inherited from BasicRepeater.) | |
ResolveDynamicControls |
Gets or sets the value that indicates whether dynamic controls should be resolved
(Inherited from BasicRepeater.) | |
ShortID |
Short ID of the control.
(Inherited from UIRepeater.) | |
StopProcessing |
Stop control processing.
| |
UniPagerControl |
Pager control.
(Inherited from BasicRepeater.) | |
ZeroRowsText |
Text to be shown when the control is hidden by HideControlForZeroRows.
(Inherited from BasicRepeater.) |
Name | Description | |
---|---|---|
BoundPagerToDataSource |
Bound pager to the external external DataSource
(Inherited from BasicRepeater.) | |
CreateControlHierarchy |
Creates a control hierarchy with or without the specified datasource.
(Inherited from BasicRepeater.) | |
DataBind |
Binds the data.
(Inherited from BasicRepeater.) | |
EnsureLatitude |
Ensures correct range of latitude.
| |
EnsureLongitude |
Ensures correct range of longitude.
| |
GetViewMode |
Returns custom view mode key used as part of cache key.
| |
HasData |
Indicates if datasource contains data.
(Inherited from BasicRepeater.) | |
InitControl |
Ensures default data binding
(Inherited from BasicRepeater.) | |
OnInit |
Init event handler.
(Inherited from BasicRepeater.) | |
OnLoad |
OnLoad event handler
(Inherited from BasicRepeater.) | |
OnPreRender |
OnPreRender override.
(Inherited from BasicRepeater.) | |
RaiseOnBeforeInit |
Raises the OnBeforeInit event.
(Inherited from BasicRepeater.) | |
ReBind |
Evokes control databind.
(Inherited from BasicRepeater.) | |
RegisterMapFileScript |
Registers OnLoad script.
| |
RegisterOnLoadScript |
Registers OnLoad script.
| |
ReloadData |
Reloads the control data, skips the loading if the data is already loaded.
(Inherited from BasicRepeater.) | |
Render |
Render event handler, to maintain the proper control rendering.
(Inherited from BasicRepeater.) | |
RepairInputString |
Repairs input string (remove forbidden characters between macros '##TR##' and '##TRE##').
| |
RepairMarkerContent |
Repairs marker content string.
|
Name | Description | |
---|---|---|
CallHandled |
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page.
Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) |
Name | Description | |
---|---|---|
OnBeforeInit |
On before init handler.
(Inherited from BasicRepeater.) | |
OnPageBinding |
Occurs when the control bind data.
(Inherited from BasicRepeater.) | |
OnPageChanged |
Occurs when the pager change the page and current mode is postback => reload data
(Inherited from BasicRepeater.) |