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

Inheritance: ControlBase, ICompositeControl
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
CompositeControlBase ( ) : System.Collections.Generic
CreateChildControls ( ControlCollection controls ) : void
EnsureChildControlsCreated ( ) : void
GetChildElementContainer ( ) : Element
OnDispose ( ) : void

Private Methods

Méthode Description
ChangeControl ( ControlBase control, bool add ) : void
GetChildElementContainerInternal ( ) : Element
RemoveChildControl ( ControlBase control ) : void

Method Details

AddControlTo() public méthode

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

CompositeControlBase() protected méthode

protected CompositeControlBase ( ) : System.Collections.Generic
Résultat System.Collections.Generic

CreateChildControls() protected abstract méthode

protected abstract CreateChildControls ( ControlCollection controls ) : void
controls ControlCollection
Résultat void

EnsureChildControlsCreated() protected méthode

protected EnsureChildControlsCreated ( ) : void
Résultat void

GetChildElementContainer() protected abstract méthode

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

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void

RemoveControlFrom() public méthode

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