C# 클래스 MorseCode.CsJs.UI.Controls.CompositeControlBase

상속: ControlBase, ICompositeControl
파일 보기 프로젝트 열기: jam40jeff/CsJs

공개 메소드들

메소드 설명
AddControlTo ( Element container ) : void
RemoveControlFrom ( Element container ) : void

보호된 메소드들

메소드 설명
CompositeControlBase ( ) : System.Collections.Generic
CreateChildControls ( ControlCollection controls ) : void
EnsureChildControlsCreated ( ) : void
GetChildElementContainer ( ) : Element
OnDispose ( ) : void

비공개 메소드들

메소드 설명
ChangeControl ( ControlBase control, bool add ) : void
GetChildElementContainerInternal ( ) : Element
RemoveChildControl ( ControlBase control ) : void

메소드 상세

AddControlTo() 공개 메소드

public AddControlTo ( Element container ) : void
container System.Html.Element
리턴 void

CompositeControlBase() 보호된 메소드

protected CompositeControlBase ( ) : System.Collections.Generic
리턴 System.Collections.Generic

CreateChildControls() 보호된 추상적인 메소드

protected abstract CreateChildControls ( ControlCollection controls ) : void
controls ControlCollection
리턴 void

EnsureChildControlsCreated() 보호된 메소드

protected EnsureChildControlsCreated ( ) : void
리턴 void

GetChildElementContainer() 보호된 추상적인 메소드

protected abstract GetChildElementContainer ( ) : Element
리턴 System.Html.Element

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void

RemoveControlFrom() 공개 메소드

public RemoveControlFrom ( Element container ) : void
container System.Html.Element
리턴 void