C# Class OS2Indberetning.StoredReportsPage

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

Public Properties

Property Type Description
List ListView
PopUpLayout XLabs.Forms.Controls.PopupLayout

Public Methods

Method 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

Protected Methods

Method 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

Method 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 method

Method that closes the popup
public ClosePopup ( ) : void
return void

CreateMessagePopup() public method

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

OnAppearing() protected method

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

OnBackButtonPressed() protected method

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

SetContent() public method

Method that creates the page content
public SetContent ( ) : View
return Xamarin.Forms.View

StoredReportsPage() public method

Constructor that handles initialization of the page
public StoredReportsPage ( ) : System
return System

Property Details

List public_oe property

public ListView List
return ListView

PopUpLayout public_oe property

public PopupLayout,XLabs.Forms.Controls PopUpLayout
return XLabs.Forms.Controls.PopupLayout