Свойство | Type | Description | |
---|---|---|---|
List | ListView | ||
PopUpLayout | XLabs.Forms.Controls.PopupLayout |
Méthode | Description | |
---|---|---|
ClosePopup ( ) : void |
Method that closes the popup
|
|
CreateMessagePopup ( string message ) : |
Method that creates the stacklayout for the message popup
|
|
SetContent ( ) : |
Method that creates the page content
|
|
StoredReportsPage ( ) : System |
Constructor that handles initialization of the page
|
Méthode | Description | |
---|---|---|
OnAppearing ( ) : void |
Method that overrides the OnAppearing event. Removes relection from the list, so that it can be Selected again
|
|
OnBackButtonPressed ( ) : bool |
Method that overrides the BackbuttonPressed event. Calls SendBackMessage so that the logic is handles by the viewmodel
|
Méthode | Description | |
---|---|---|
CreatePopup ( string message ) : |
Method that creates the stacklayout for the popup
|
|
SendBackMessage ( ) : void |
Method that handles sending a Back message
|
|
SendRemoveMessage ( ) : void |
Method that handles sending a Remove message
|
|
SendUploadMessage ( ) : void |
Method that handles sending a Upload message
|
public CreateMessagePopup ( string message ) : |
||
message | string | Text to be displayed in the popup |
Résultat |