C# Class MorseCode.CsJs.UI.Controls.PlaceHolderCompositeControlBase

Inheritance: CompositeControlBase
Afficher le fichier Open project: jam40jeff/CsJs

Méthodes publiques

Méthode Description
AddControlTo ( Element container ) : void
RemoveControlFrom ( Element container ) : void

Méthodes protégées

Méthode Description
CreateElements ( ) : void
GetChildElementContainer ( ) : Element
GetRootElements ( ) : IEnumerable

Private Methods

Méthode Description
SwitchContainer ( Element container, Element oldContainer ) : void

Method Details

AddControlTo() public méthode

public AddControlTo ( Element container ) : void
container System.Html.Element
Résultat void

CreateElements() protected final méthode

protected final CreateElements ( ) : void
Résultat void

GetChildElementContainer() protected final méthode

protected final GetChildElementContainer ( ) : Element
Résultat System.Html.Element

GetRootElements() protected final méthode

protected final GetRootElements ( ) : IEnumerable
Résultat IEnumerable

RemoveControlFrom() public méthode

public RemoveControlFrom ( Element container ) : void
container System.Html.Element
Résultat void