C# Class Open.Testing.Views.ControlWrapperView

Represents the container for a test-control.
Inheritance: TestHarnessViewBase
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Méthodes publiques

Méthode Description
ControlWrapperView ( jQueryObject divHost, IView control, jQueryObject htmlElement, ControlDisplayMode displayMode, IEnumerable allViews ) : System

Constructor.

Méthodes protégées

Méthode Description
OnDisposed ( ) : void

Destructor.

OnUpdateLayout ( ) : void

Private Methods

Méthode Description
GetLeft ( ) : int
GetOffsetHeight ( ) : int
GetStackedTop ( ) : int
GetTop ( ) : int
OnHostResized ( object sender, EventArgs e ) : void
SetSizeWithPadding ( int xPadding, int yPadding ) : void
UpdatePosition ( ) : void
UpdateSize ( ) : void

Method Details

ControlWrapperView() public méthode

Constructor.
public ControlWrapperView ( jQueryObject divHost, IView control, jQueryObject htmlElement, ControlDisplayMode displayMode, IEnumerable allViews ) : System
divHost jQueryObject The control host DIV.
control IView The logical IView control (null if not available).
htmlElement jQueryObject The control content (supplied by the test class. This is the control that is under test).
displayMode ControlDisplayMode The sizing strategy to use for the control.
allViews IEnumerable The Collection of all controls.
Résultat System

OnDisposed() protected méthode

Destructor.
protected OnDisposed ( ) : void
Résultat void

OnUpdateLayout() protected méthode

protected OnUpdateLayout ( ) : void
Résultat void