C# Class Rock.Web.UI.Controls.LocationPicker

Inheritance: System.Web.UI.WebControls.CompositeControl, IRockControl
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
GetBestPickerModeForLocation ( Location location ) : LocationPickerMode

Gets the best picker mode for location.

RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the T:System.Web.UI.WebControls.TextBox control to the specified T:System.Web.UI.HtmlTextWriter object.

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

HandleModePostback ( ) : void

Handles the CheckedChanged event of the _radMode control.

LoadViewState ( object savedState ) : void

Restores view-state information from a previous request that was saved with the M:System.Web.UI.WebControls.WebControl.SaveViewState method.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

OnPreRender ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.PreRender event.

SaveViewState ( ) : object

Saves any state that was modified after the M:System.Web.UI.WebControls.Style.TrackViewState method was invoked.

_addressPicker_SelectGeography ( object sender, EventArgs e ) : void

Handles the SelectGeography event of the _addressPicker control.

_pointPicker_SelectGeography ( object sender, EventArgs e ) : void

Handles the SelectGeography event of the _pointPicker control.

_polygonPicker_SelectGeography ( object sender, EventArgs e ) : void

Handles the SelectGeography event of the _polygonPicker control.

Method Details

CreateChildControls() protected méthode

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
Résultat void

GetBestPickerModeForLocation() public méthode

Gets the best picker mode for location.
public GetBestPickerModeForLocation ( Location location ) : LocationPickerMode
location Location The location.
Résultat LocationPickerMode

HandleModePostback() protected méthode

Handles the CheckedChanged event of the _radMode control.
protected HandleModePostback ( ) : void
Résultat void

LoadViewState() protected méthode

Restores view-state information from a previous request that was saved with the M:System.Web.UI.WebControls.WebControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An object that represents the control state to restore.
Résultat void

OnLoad() protected méthode

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Résultat void

OnPreRender() protected méthode

Raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

RenderBaseControl() public méthode

Renders the T:System.Web.UI.WebControls.TextBox control to the specified T:System.Web.UI.HtmlTextWriter object.
public RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The that receives the rendered output.
Résultat void

SaveViewState() protected méthode

Saves any state that was modified after the M:System.Web.UI.WebControls.Style.TrackViewState method was invoked.
protected SaveViewState ( ) : object
Résultat object

_addressPicker_SelectGeography() protected méthode

Handles the SelectGeography event of the _addressPicker control.
protected _addressPicker_SelectGeography ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

_pointPicker_SelectGeography() protected méthode

Handles the SelectGeography event of the _pointPicker control.
protected _pointPicker_SelectGeography ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

_polygonPicker_SelectGeography() protected méthode

Handles the SelectGeography event of the _polygonPicker control.
protected _polygonPicker_SelectGeography ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void