C# 클래스 Open.Testing.Views.ControlWrapperView

Represents the container for a test-control.
상속: TestHarnessViewBase
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 메소드들

메소드 설명
ControlWrapperView ( jQueryObject divHost, IView control, jQueryObject htmlElement, ControlDisplayMode displayMode, IEnumerable allViews ) : System

Constructor.

보호된 메소드들

메소드 설명
OnDisposed ( ) : void

Destructor.

OnUpdateLayout ( ) : void

비공개 메소드들

메소드 설명
GetLeft ( ) : int
GetOffsetHeight ( ) : int
GetStackedTop ( ) : int
GetTop ( ) : int
OnHostResized ( object sender, EventArgs e ) : void
SetSizeWithPadding ( int xPadding, int yPadding ) : void
UpdatePosition ( ) : void
UpdateSize ( ) : void

메소드 상세

ControlWrapperView() 공개 메소드

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.
리턴 System

OnDisposed() 보호된 메소드

Destructor.
protected OnDisposed ( ) : void
리턴 void

OnUpdateLayout() 보호된 메소드

protected OnUpdateLayout ( ) : void
리턴 void