Operation |
Details |
public getServerLogo():String |
Sequential Notes: | Getter for the logo definition f the type of the server. E.g a dev server gets another logo than an demo server. @return logo definition | |
public getType():String |
Sequential Notes: | Get instance type property. Return an empty string if it is not defined. @return A string representing the instance type, e.g. "dev", "qa". | |
public Header(): |
Sequential Notes: | Public constructor. | |
public init():void |
Sequential Notes: | Callback method that is called whenever a page containing this page fragment is navigated to, either directly via a URL, or indirectly via page navigation. | |