C# Class System.Web.UI.WebControls.ListControl

Inheritance: System.Web.UI.WebControls.DataBoundControl, IEditableTextControl
Show file Open project: runefs/Marvin Class Usage Examples

Private Properties

Property Type Description
GetSelectedIndicesInternal System.Collections.ArrayList
PerformSelect void
SetPostDataSelection void
SetSelectedValue bool

Public Methods

Method Description
ClearSelection ( ) : void
ListControl ( ) : System

Protected Methods

Method Description
AddAttributesToRender ( System.Web.UI.HtmlTextWriter w ) : void
LoadViewState ( object savedState ) : void
OnDataBinding ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
OnSelectedIndexChanged ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
PerformDataBinding ( IEnumerable dataSource ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
SaveViewState ( ) : object
TrackViewState ( ) : void
VerifyMultiSelect ( ) : void

Private Methods

Method Description
GetSelectedIndicesInternal ( ) : ArrayList
PerformSelect ( ) : void
SetPostDataSelection ( int selectedIndex ) : void
SetSelectedValue ( string value ) : bool

Method Details

AddAttributesToRender() protected method

protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter w ) : void
w System.Web.UI.HtmlTextWriter
return void

ClearSelection() public method

public ClearSelection ( ) : void
return void

ListControl() public method

public ListControl ( ) : System
return System

LoadViewState() protected method

protected LoadViewState ( object savedState ) : void
savedState object
return void

OnDataBinding() protected method

protected OnDataBinding ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

OnSelectedIndexChanged() protected method

protected OnSelectedIndexChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnTextChanged() protected method

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
return void

PerformDataBinding() protected method

protected PerformDataBinding ( IEnumerable dataSource ) : void
dataSource IEnumerable
return void

RenderContents() protected method

protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

SaveViewState() protected method

protected SaveViewState ( ) : object
return object

TrackViewState() protected method

protected TrackViewState ( ) : void
return void

VerifyMultiSelect() protected method

protected VerifyMultiSelect ( ) : void
return void