C# Class MALClient.Android.Fragments.AnimeListPageFragment

Inheritance: MalFragmentBase
Mostra file Open project: Mordonus/MALClient

Private Properties

Property Type Description
AnimeListOnPropertyChanged void
AnimeListPageGridViewOnItemClick void
OnDisplayModeSelectionChanged void
OnFilterMenuSelectionChanged void
OnSortingMenuSelectionChanged void
SelectSeason void
ShowDisplayMenu void
ShowFilterMenu void
ShowSeasonMenu void
ShowSortMenu void

Public Methods

Method Description
BuildInstance ( object args ) : AnimeListPageFragment
OnConfigurationChanged ( Configuration newConfig ) : void

Protected Methods

Method Description
Init ( Bundle savedInstanceState ) : void
InitBindings ( ) : void

Private Methods

Method Description
AnimeListOnPropertyChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void
AnimeListPageGridViewOnItemClick ( AnimeItemViewModel model ) : void
OnDisplayModeSelectionChanged ( AnimeListDisplayModes animeListDisplayModes ) : void
OnFilterMenuSelectionChanged ( AnimeStatus status ) : void
OnSortingMenuSelectionChanged ( SortOptions option ) : void
SelectSeason ( int season ) : void
ShowDisplayMenu ( ) : void
ShowFilterMenu ( ) : void
ShowSeasonMenu ( ) : void
ShowSortMenu ( ) : void

Method Details

BuildInstance() public static method

public static BuildInstance ( object args ) : AnimeListPageFragment
args object
return AnimeListPageFragment

Init() protected method

protected Init ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
return void

InitBindings() protected method

protected InitBindings ( ) : void
return void

OnConfigurationChanged() public method

public OnConfigurationChanged ( Configuration newConfig ) : void
newConfig Configuration
return void