C# Class AjaxControlToolkit.TabContainer

Inheritance: ScriptControlBase, IPostBackEventHandler
Mostrar archivo Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Property Type Description
EnsureActiveTab void
GetServerActiveTabIndex int
GetSuffixTabStripPlacementCss string
IPostBackEventHandler void
RenderSpannerForVerticalTabs void
ShouldSerializeActiveTabIndexForClient bool
ShouldSerializeUniqueID bool

Public Methods

Method Description
ResetLoadedOnceTabs ( ) : void
TabContainer ( ) : System

Protected Methods

Method 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

Method 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 method

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

AddParsedSubObject() protected method

protected AddParsedSubObject ( object obj ) : void
obj object
return void

AddedControl() protected method

protected AddedControl ( Control control, int index ) : void
control System.Web.UI.Control
index int
return void

CreateControlCollection() protected method

protected CreateControlCollection ( ) : System.Web.UI.ControlCollection
return System.Web.UI.ControlCollection

CreateControlStyle() protected method

protected CreateControlStyle ( ) : System.Web.UI.WebControls.Style
return System.Web.UI.WebControls.Style

DescribeComponent() protected method

protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
descriptor System.Web.UI.ScriptComponentDescriptor
return void

LoadClientState() protected method

protected LoadClientState ( string clientState ) : void
clientState string
return void

LoadControlState() protected method

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

LoadPostData() protected method

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
return bool

OnActiveTabChanged() protected method

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

OnInit() protected method

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

RaisePostDataChangedEvent() protected method

protected RaisePostDataChangedEvent ( ) : void
return void

RemovedControl() protected method

protected RemovedControl ( Control control ) : void
control System.Web.UI.Control
return void

RenderContents() protected method

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

RenderHeader() protected method

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

ResetLoadedOnceTabs() public method

public ResetLoadedOnceTabs ( ) : void
return void

SaveClientState() protected method

protected SaveClientState ( ) : string
return string

SaveControlState() protected method

protected SaveControlState ( ) : object
return object

TabContainer() public method

public TabContainer ( ) : System
return System