C# 클래스 Ext.Net.TabPanelBase

상속: PanelBase, IItems, IAutoPostBack
파일 보기 프로젝트 열기: pgodwin/Ext.net

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
HasLayout ( ) : bool

보호된 메소드들

메소드 설명
BeforeItemAdd ( Component item ) : void

OnInit ( EventArgs e ) : void

OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

BeforeItemAdd() 보호된 메소드

protected BeforeItemAdd ( Component item ) : void
item Component
리턴 void

HasLayout() 공개 메소드

public HasLayout ( ) : bool
리턴 bool

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void