C# 클래스 Rock.Web.UI.Controls.LocationPicker

상속: System.Web.UI.WebControls.CompositeControl, IRockControl
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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.

메소드 상세

CreateChildControls() 보호된 메소드

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
리턴 void

GetBestPickerModeForLocation() 공개 메소드

Gets the best picker mode for location.
public GetBestPickerModeForLocation ( Location location ) : LocationPickerMode
location Location The location.
리턴 LocationPickerMode

HandleModePostback() 보호된 메소드

Handles the CheckedChanged event of the _radMode control.
protected HandleModePostback ( ) : void
리턴 void

LoadViewState() 보호된 메소드

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.
리턴 void

OnLoad() 보호된 메소드

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

OnPreRender() 보호된 메소드

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

RenderBaseControl() 공개 메소드

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.
리턴 void

SaveViewState() 보호된 메소드

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

_addressPicker_SelectGeography() 보호된 메소드

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.
리턴 void

_pointPicker_SelectGeography() 보호된 메소드

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.
리턴 void

_polygonPicker_SelectGeography() 보호된 메소드

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.
리턴 void