C# Class OS2Indberetning.StoredReportsPage

Page that makes it possible to view and send or delete stored reports
Inheritance: Xamarin.Forms.ContentPage
Afficher le fichier Open project: os2indberetning/OS2_Windows_Phone

Méthodes publiques

Свойство Type Description
List ListView
PopUpLayout XLabs.Forms.Controls.PopupLayout

Méthodes publiques

Méthode Description
ClosePopup ( ) : void

Method that closes the popup

CreateMessagePopup ( string message ) : StackLayout

Method that creates the stacklayout for the message popup

SetContent ( ) : View

Method that creates the page content

StoredReportsPage ( ) : System

Constructor that handles initialization of the page

Méthodes protégées

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

Private Methods

Méthode Description
CreatePopup ( string message ) : StackLayout

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

Method Details

ClosePopup() public méthode

Method that closes the popup
public ClosePopup ( ) : void
Résultat void

CreateMessagePopup() public méthode

Method that creates the stacklayout for the message popup
public CreateMessagePopup ( string message ) : StackLayout
message string Text to be displayed in the popup
Résultat Xamarin.Forms.StackLayout

OnAppearing() protected méthode

Method that overrides the OnAppearing event. Removes relection from the list, so that it can be Selected again
protected OnAppearing ( ) : void
Résultat void

OnBackButtonPressed() protected méthode

Method that overrides the BackbuttonPressed event. Calls SendBackMessage so that the logic is handles by the viewmodel
protected OnBackButtonPressed ( ) : bool
Résultat bool

SetContent() public méthode

Method that creates the page content
public SetContent ( ) : View
Résultat Xamarin.Forms.View

StoredReportsPage() public méthode

Constructor that handles initialization of the page
public StoredReportsPage ( ) : System
Résultat System

Property Details

List public_oe property

public ListView List
Résultat ListView

PopUpLayout public_oe property

public PopupLayout,XLabs.Forms.Controls PopUpLayout
Résultat XLabs.Forms.Controls.PopupLayout