C# Class Ext.Net.TabPanelBase

Inheritance: PanelBase, IItems, IAutoPostBack
Exibir arquivo Open project: pgodwin/Ext.net

Private Properties

Property 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

Public Methods

Method Description
HasLayout ( ) : bool

Protected Methods

Method Description
BeforeItemAdd ( Component item ) : void

OnInit ( EventArgs e ) : void

OnLoad ( EventArgs e ) : void

Private Methods

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

protected BeforeItemAdd ( Component item ) : void
item Component
return void

HasLayout() public method

public HasLayout ( ) : bool
return bool

OnInit() protected method

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

OnLoad() protected method

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