Method | Description | |
---|---|---|
ActivateView ( this task ) : void |
Activate view using the ViewManager
|
|
ActivateView ( this task, bool newView ) : void |
Activate view using the ViewManager
|
|
DeactivateView ( this task ) : void |
De-activate view using the ViewManager
|
public static ActivateView ( this task ) : void | ||
task | this | Task to show view for |
return | void |
public static ActivateView ( this task, bool newView ) : void | ||
task | this | Task to show view for |
newView | bool | Initiate an existing view or a new view. |
return | void |
public static DeactivateView ( this task ) : void | ||
task | this | Task to hide view for |
return | void |