C# Class Smeedee.Android.WidgetContainer

Inheritance: Android.App.Activity
Show file Open project: Smeedee/Smeedee-Mobile

Public Methods

Method Description
OnConfigurationChanged ( Configuration newConfig ) : void
OnCreateOptionsMenu ( IMenu menu ) : bool
OnOptionsItemSelected ( IMenuItem item ) : bool
OnPrepareOptionsMenu ( IMenu menu ) : bool

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnPause ( ) : void
OnResume ( ) : void
OnStop ( ) : void

Private Methods

Method Description
AddWidgetsToFlipper ( ) : void
CheckForEnabledAndDisabledWidgets ( ) : void
GetWidgetNameOfCurrentlyDisplayedWidget ( ) : string
GetWidgets ( ) : IEnumerable
HandleScreenChanged ( object sender, EventArgs e ) : void
HideTheBottomRefreshButton ( ) : void
HideTheStartUpRefreshWheel ( ) : void
RefreshAllCurrentlyEnabledWidgets ( ) : void
RefreshCurrentWidget ( ) : void
SetCorrectTopBannerWidgetDescription ( ) : void
SetCorrectTopBannerWidgetTitle ( ) : void
ShowRefreshButtonAtBottom ( Object timer ) : void
StartRefreshTimer ( ) : void
WidgetDescriptionChanged ( object sender, EventArgs e ) : void

Method Details

OnConfigurationChanged() public method

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

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

OnCreateOptionsMenu() public method

public OnCreateOptionsMenu ( IMenu menu ) : bool
menu IMenu
return bool

OnOptionsItemSelected() public method

public OnOptionsItemSelected ( IMenuItem item ) : bool
item IMenuItem
return bool

OnPause() protected method

protected OnPause ( ) : void
return void

OnPrepareOptionsMenu() public method

public OnPrepareOptionsMenu ( IMenu menu ) : bool
menu IMenu
return bool

OnResume() protected method

protected OnResume ( ) : void
return void

OnStop() protected method

protected OnStop ( ) : void
return void