C# Class Brew.Webforms.Widget

Inheritance: System.Web.UI.Control, IWidget, IPostBackDataHandler, IPostBackEventHandler, IScriptControl
Afficher le fichier Open project: shellscape/Brew

Private Properties

Свойство Type Description
GetPostData object>.IDictionary
IPostBackDataHandler bool
IPostBackDataHandler void
IPostBackEventHandler void
IScriptControl IEnumerable
IScriptControl IEnumerable
InitDefaults void
LoadHandler void
ParseEvents object>>.List
ParseOptions object>>.List
ParsePostbackData void

Méthodes publiques

Méthode Description
GetEvents ( ) : List
GetOptions ( ) : List
InitPostData ( ) : void
RaisePostBackEvent ( String eventName ) : void

Méthodes protégées

Méthode Description
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
RaisePostDataChangedEvent ( ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderContents ( System.Web.UI.HtmlTextWriter write ) : void
Widget ( String name ) : System

Private Methods

Méthode Description
GetPostData ( ) : object>.IDictionary
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void
IPostBackEventHandler ( string eventArgument ) : void
IScriptControl ( ) : IEnumerable
IScriptControl ( ) : IEnumerable
InitDefaults ( ) : void
LoadHandler ( object sender, EventArgs ea ) : void
ParseEvents ( ) : object>>.List
ParseOptions ( ) : object>>.List
ParsePostbackData ( ) : void

Method Details

GetEvents() public abstract méthode

public abstract GetEvents ( ) : List
Résultat List

GetOptions() public abstract méthode

public abstract GetOptions ( ) : List
Résultat List

InitPostData() public méthode

public InitPostData ( ) : void
Résultat void

LoadPostData() protected méthode

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
Résultat bool

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

RaisePostBackEvent() public méthode

public RaisePostBackEvent ( String eventName ) : void
eventName String
Résultat void

RaisePostDataChangedEvent() protected méthode

protected RaisePostDataChangedEvent ( ) : void
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderContents() protected méthode

protected RenderContents ( System.Web.UI.HtmlTextWriter write ) : void
write System.Web.UI.HtmlTextWriter
Résultat void

Widget() protected méthode

protected Widget ( String name ) : System
name String
Résultat System