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

상속: CompositeControlBase
파일 보기 프로젝트 열기: jam40jeff/CsJs

공개 메소드들

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

보호된 메소드들

메소드 설명
CreateElements ( ) : void
GetChildElementContainer ( ) : Element
GetRootElements ( ) : IEnumerable

비공개 메소드들

메소드 설명
SwitchContainer ( Element container, Element oldContainer ) : void

메소드 상세

AddControlTo() 공개 메소드

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

CreateElements() 보호된 최종 메소드

protected final CreateElements ( ) : void
리턴 void

GetChildElementContainer() 보호된 최종 메소드

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

GetRootElements() 보호된 최종 메소드

protected final GetRootElements ( ) : IEnumerable
리턴 IEnumerable

RemoveControlFrom() 공개 메소드

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