C# Class AjaxControlToolkit.TabContainer

Inheritance: ScriptControlBase, IPostBackEventHandler
Afficher le fichier Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Свойство Type Description
EnsureActiveTab void
GetServerActiveTabIndex int
GetSuffixTabStripPlacementCss string
IPostBackEventHandler void
RenderSpannerForVerticalTabs void
ShouldSerializeActiveTabIndexForClient bool
ShouldSerializeUniqueID bool

Méthodes publiques

Méthode Description
ResetLoadedOnceTabs ( ) : void
TabContainer ( ) : System

Méthodes protégées

Méthode Description
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
AddParsedSubObject ( object obj ) : void
AddedControl ( Control control, int index ) : void
CreateControlCollection ( ) : System.Web.UI.ControlCollection
CreateControlStyle ( ) : System.Web.UI.WebControls.Style
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
LoadClientState ( string clientState ) : void
LoadControlState ( object savedState ) : void
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnActiveTabChanged ( EventArgs e ) : void
OnInit ( EventArgs e ) : void
RaisePostDataChangedEvent ( ) : void
RemovedControl ( Control control ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
RenderHeader ( System.Web.UI.HtmlTextWriter writer ) : void
SaveClientState ( ) : string
SaveControlState ( ) : object

Private Methods

Méthode Description
EnsureActiveTab ( ) : void
GetServerActiveTabIndex ( int clientActiveTabIndex ) : int
GetSuffixTabStripPlacementCss ( ) : string
IPostBackEventHandler ( string eventArgument ) : void
RenderSpannerForVerticalTabs ( System.Web.UI.HtmlTextWriter writer ) : void
ShouldSerializeActiveTabIndexForClient ( ) : bool
ShouldSerializeUniqueID ( ) : bool

Method Details

AddAttributesToRender() protected méthode

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

AddParsedSubObject() protected méthode

protected AddParsedSubObject ( object obj ) : void
obj object
Résultat void

AddedControl() protected méthode

protected AddedControl ( Control control, int index ) : void
control System.Web.UI.Control
index int
Résultat void

CreateControlCollection() protected méthode

protected CreateControlCollection ( ) : System.Web.UI.ControlCollection
Résultat System.Web.UI.ControlCollection

CreateControlStyle() protected méthode

protected CreateControlStyle ( ) : System.Web.UI.WebControls.Style
Résultat System.Web.UI.WebControls.Style

DescribeComponent() protected méthode

protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
descriptor System.Web.UI.ScriptComponentDescriptor
Résultat void

LoadClientState() protected méthode

protected LoadClientState ( string clientState ) : void
clientState string
Résultat void

LoadControlState() protected méthode

protected LoadControlState ( object savedState ) : void
savedState object
Résultat void

LoadPostData() protected méthode

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

OnActiveTabChanged() protected méthode

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

OnInit() protected méthode

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

RaisePostDataChangedEvent() protected méthode

protected RaisePostDataChangedEvent ( ) : void
Résultat void

RemovedControl() protected méthode

protected RemovedControl ( Control control ) : void
control System.Web.UI.Control
Résultat void

RenderContents() protected méthode

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

RenderHeader() protected méthode

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

ResetLoadedOnceTabs() public méthode

public ResetLoadedOnceTabs ( ) : void
Résultat void

SaveClientState() protected méthode

protected SaveClientState ( ) : string
Résultat string

SaveControlState() protected méthode

protected SaveControlState ( ) : object
Résultat object

TabContainer() public méthode

public TabContainer ( ) : System
Résultat System