C# Class PhoneApp1.Views.Home

Inheritance: PhoneApplicationPage
Show file Open project: totobogy/ReadmillDotNet

Public Methods

Method Description
Home ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( System e ) : void
OnNavigatedTo ( System e ) : void

Private Methods

Method Description
HideCollectionsControls ( ) : void
HomePage_BackKeyPress ( object sender, System e ) : void
HomePage_Loaded ( object sender, RoutedEventArgs e ) : void
LoadBooksPanoramaItem ( ) : void

Any heavy loading is done asynchronously

LoadCollectionsPanoramaItem ( ) : void

Any heavy loading is done asynchronously

LoadDisplayBooksCollection ( ) : void

Any heavy loading is done asynchronously

LoadDisplayHighlightsCollection ( ) : void

Any heavy loading is done asynchronously

RefreshBookTiles ( ) : void
RefreshHighlightTile ( ) : void
ShowControlsIfCollectionsReady ( ) : bool

Displays Collections Controls if the CollectionsVM indicates that both books and highlight collections are ready to be displayed

allBooks_Tap ( object sender, System e ) : void
allHighlights_Tap ( object sender, System e ) : void
bookTile_Tap ( object sender, System e ) : void
booksList_Loaded ( object sender, RoutedEventArgs e ) : void
booksList_ManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
booksList_Tap ( object sender, System e ) : void
collectionsGrid_Loaded ( object sender, RoutedEventArgs e ) : void
searchBox_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

Home() public method

public Home ( ) : System
return System

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( System e ) : void
e System
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void