C# Class Ext.Net.TabPanelBase

Inheritance: PanelBase, IItems, IAutoPostBack
Afficher le fichier Open project: pgodwin/Ext.net

Private Properties

Свойство Type Description
Activate void
Activate void
BeginUpdate void
CheckTabVisible void
EndUpdate void
HideTabStripItem void
HideTabStripItem void
HideTabStripItem void
Page_PreRender void
ReadTabs void
ScrollToTab void
SetActiveTab void
SetActiveTab void
SetActiveTab void
UnhideTabStripItem void
UnhideTabStripItem void
UnhideTabStripItem void

Méthodes publiques

Méthode Description
HasLayout ( ) : bool

Méthodes protégées

Méthode Description
BeforeItemAdd ( Component item ) : void

OnInit ( EventArgs e ) : void

OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
Activate ( BoxComponentBase item ) : void
Activate ( string item ) : void
BeginUpdate ( ) : void
CheckTabVisible ( ) : void
EndUpdate ( ) : void
HideTabStripItem ( BoxComponentBase item ) : void
HideTabStripItem ( int item ) : void
HideTabStripItem ( string item ) : void
Page_PreRender ( object sender, EventArgs e ) : void
ReadTabs ( bool removeExisting ) : void
ScrollToTab ( BoxComponentBase item, bool animate ) : void
SetActiveTab ( BoxComponentBase item ) : void
SetActiveTab ( int index ) : void
SetActiveTab ( string id ) : void
UnhideTabStripItem ( BoxComponentBase item ) : void
UnhideTabStripItem ( int index ) : void
UnhideTabStripItem ( string id ) : void

Method Details

BeforeItemAdd() protected méthode

protected BeforeItemAdd ( Component item ) : void
item Component
Résultat void

HasLayout() public méthode

public HasLayout ( ) : bool
Résultat bool

OnInit() protected méthode

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

OnLoad() protected méthode

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