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

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

공개 프로퍼티들

프로퍼티 타입 설명
cbIncludeFilter RockCheckBox

보호된 프로퍼티들

프로퍼티 타입 설명
ddlFilterType RockDropDownList
filterControls System.Web.UI.Control[]
hfExpanded System.Web.UI.WebControls.HiddenField
lbDelete System.Web.UI.WebControls.LinkButton

공개 메소드들

메소드 설명
GetSelection ( ) : string

Gets the selection.

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

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.

SetCheckBoxChecked ( bool value ) : void

Sets the CheckBox checked (if it is showing)

SetSelection ( string value ) : void

Sets the selection.

ddlFilterType_SelectedIndexChanged ( object sender, EventArgs e ) : void
lbDelete_Click ( object sender, EventArgs e ) : void

보호된 메소드들

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

OnInit ( EventArgs e ) : void

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

메소드 상세

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

GetSelection() 공개 메소드

Gets the selection.
public GetSelection ( ) : string
리턴 string

OnInit() 보호된 메소드

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

RenderControl() 공개 메소드

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter An that represents the output stream to render HTML content on the client.
리턴 void

SetCheckBoxChecked() 공개 메소드

Sets the CheckBox checked (if it is showing)
public SetCheckBoxChecked ( bool value ) : void
value bool if set to true [value].
리턴 void

SetSelection() 공개 메소드

Sets the selection.
public SetSelection ( string value ) : void
value string The value.
리턴 void

ddlFilterType_SelectedIndexChanged() 공개 메소드

public ddlFilterType_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbDelete_Click() 공개 메소드

public lbDelete_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

cbIncludeFilter 공개적으로 프로퍼티

The optional checkbox which can be used to disable/enable the filter for the current run of the report
public RockCheckBox,Rock.Web.UI.Controls cbIncludeFilter
리턴 RockCheckBox

ddlFilterType 보호되어 있는 프로퍼티

The filter type dropdown
protected RockDropDownList,Rock.Web.UI.Controls ddlFilterType
리턴 RockDropDownList

filterControls 보호되어 있는 프로퍼티

The filter controls
protected Control[],System.Web.UI filterControls
리턴 System.Web.UI.Control[]

hfExpanded 보호되어 있는 프로퍼티

The hidden field for tracking expanded
protected HiddenField,System.Web.UI.WebControls hfExpanded
리턴 System.Web.UI.WebControls.HiddenField

lbDelete 보호되어 있는 프로퍼티

The delte button
protected LinkButton,System.Web.UI.WebControls lbDelete
리턴 System.Web.UI.WebControls.LinkButton