Свойство | Type | Description | |
---|---|---|---|
List | ListView |
Méthode | Description | |
---|---|---|
InitializeTheme ( ) : void |
Method that tries to initialization the theme
|
|
MainPage ( ) : System |
Constructor that handles initialization of the page
|
|
SetContent ( ) : |
Method that creates the page content
|
Méthode | Description | |
---|---|---|
OnAppearing ( ) : void |
Override of the OnAppearing event. If an item is Selected in the _list it is reset. Sets the content of the page here, because it might not have been properly initialized with colors if the user wasnt coupled If its the first time its called, it will send a ShowCross message to the viewmodel. Also sends an Update message to the viewmodel
|
|
OnBackButtonPressed ( ) : bool |
Override of the OnBackButtonPressed event
|
Méthode | Description | |
---|---|---|
CheckStack ( ) : |
Method that creates a stacklayout with the checkhome checkbox
|
|
ClosePopup ( ) : void |
Method that handles closing the popup
|
|
CreatePopup ( string Message ) : |
Method that creates a stacklayout of a popup with a specific message
|
|
LogoutPopup ( ) : |
Method that creates a stacklayout of a popup with a yes/no before logging out
|
|
SendLogoutMessage ( ) : void |
Method that handles sending an Refresh message
|
|
SendSelectedMessage ( ) : void |
Method that handles sending an Selected message
|
|
SendViewStoredMessage ( ) : void |
Method that handles sending an ViewStored message
|
|
ShowLogoutPopup ( ) : void |
Method that handles displaying of an alert popup for logout
|
|
StartDrive ( ) : void |
Method that handles displaying of an alert popup with the correct message to notify the user that something is missing
|
|
ToggleHomeProperty ( ) : void |
Method that handles sending an ToggleHome message
|