Property | Type | Description | |
---|---|---|---|
IconJs | string | ||
IconMethod | string |
Method | Description | |
---|---|---|
AddPackageView ( ) : System |
Constructor.
|
|
AddToTestHarness ( ) : |
Inserts an instance of the view into the TestHarness' main canvas.
|
|
GetPackageInfo ( ) : |
Gets the package-info singleton from the currently text settings.
|
|
SlideOff ( System.Action onComplete ) : void |
Slides the panel off screen.
|
|
SlideOn ( System.Action onComplete ) : void |
Slides the panel on screen.
|
|
UpdateState ( ) : void |
Updates the state of the control and it's children.
|
Method | Description | |
---|---|---|
OnDisposed ( ) : void |
Method | Description | |
---|---|---|
CreateButton ( string text ) : IconTextButton | ||
FireHidden ( ) : void | ||
FireShowing ( ) : void | ||
InitializeTextbox ( string selector, string icon ) : |
||
InitializeTextboxes ( ) : void | ||
OnKeydown ( object sender, |
||
Slide ( string left, System.Action onComplete ) : void |
public static AddToTestHarness ( ) : |
||
return |
public GetPackageInfo ( ) : |
||
return |
public SlideOff ( System.Action onComplete ) : void | ||
onComplete | System.Action | Action to invoke upon completion. |
return | void |
public SlideOn ( System.Action onComplete ) : void | ||
onComplete | System.Action | Action to invoke upon completion. |
return | void |