C# Class Praeclarum.UI.WhiteTheme

Inheritance: Theme
Exibir arquivo Open project: praeclarum/Praeclarum

Public Properties

Property Type Description
BarButtonFontName string
BarButtonFontSize float
BarButtonTextShadowColor UIKit.UIColor
BarButtonTextShadowOffset UIOffset
BarTextShadowOffset UIOffset
BarTintColor UIKit.UIColor
GroupedTableBackgroundColor UIKit.UIColor
IsModern bool
PaperColor UIKit.UIColor
TableHeadingTextColor UIKit.UIColor
TintColor UIKit.UIColor
ValueTextColor UIKit.UIColor

Public Methods

Method Description
Apply ( ) : void
Apply ( UIBarButtonItem appearance, string options = null ) : void
Apply ( UINavigationBar appearance, string options = null ) : void
Apply ( UISearchBar appearance, string options = null ) : void
Apply ( UITableView tableView ) : void
Apply ( UITableViewCell cell ) : void
Apply ( UIToolbar appearance ) : void
Apply ( UIToolbar appearance, string options = null ) : void
ApplyChecked ( UITableViewCell cell ) : void
ApplyCommand ( UITableViewCell cell ) : void
CreateActionButton ( EventHandler handler ) : UIBarButtonItem
CreateAddButton ( EventHandler handler ) : UIBarButtonItem
CreateBarButton ( UIKit.UIImage image, EventHandler handler, UIBarButtonSystemItem fallback = UIBarButtonSystemItem.Add ) : UIBarButtonItem
CreateCancelButton ( EventHandler handler ) : UIBarButtonItem
CreateDeleteButton ( EventHandler handler ) : UIBarButtonItem
CreateDuplicateButton ( EventHandler handler ) : UIBarButtonItem
CreateEditButton ( EventHandler handler ) : UIBarButtonItem

Private Methods

Method Description
WhiteTheme ( ) : System

Method Details

Apply() public method

public Apply ( ) : void
return void

Apply() public static method

public static Apply ( UIBarButtonItem appearance, string options = null ) : void
appearance UIBarButtonItem
options string
return void

Apply() public static method

public static Apply ( UINavigationBar appearance, string options = null ) : void
appearance UINavigationBar
options string
return void

Apply() public static method

public static Apply ( UISearchBar appearance, string options = null ) : void
appearance UISearchBar
options string
return void

Apply() public method

public Apply ( UITableView tableView ) : void
tableView UITableView
return void

Apply() public method

public Apply ( UITableViewCell cell ) : void
cell UITableViewCell
return void

Apply() public method

public Apply ( UIToolbar appearance ) : void
appearance UIToolbar
return void

Apply() public static method

public static Apply ( UIToolbar appearance, string options = null ) : void
appearance UIToolbar
options string
return void

ApplyChecked() public method

public ApplyChecked ( UITableViewCell cell ) : void
cell UITableViewCell
return void

ApplyCommand() public method

public ApplyCommand ( UITableViewCell cell ) : void
cell UITableViewCell
return void

CreateActionButton() public method

public CreateActionButton ( EventHandler handler ) : UIBarButtonItem
handler EventHandler
return UIBarButtonItem

CreateAddButton() public method

public CreateAddButton ( EventHandler handler ) : UIBarButtonItem
handler EventHandler
return UIBarButtonItem

CreateBarButton() public method

public CreateBarButton ( UIKit.UIImage image, EventHandler handler, UIBarButtonSystemItem fallback = UIBarButtonSystemItem.Add ) : UIBarButtonItem
image UIKit.UIImage
handler EventHandler
fallback UIBarButtonSystemItem
return UIBarButtonItem

CreateCancelButton() public method

public CreateCancelButton ( EventHandler handler ) : UIBarButtonItem
handler EventHandler
return UIBarButtonItem

CreateDeleteButton() public method

public CreateDeleteButton ( EventHandler handler ) : UIBarButtonItem
handler EventHandler
return UIBarButtonItem

CreateDuplicateButton() public method

public CreateDuplicateButton ( EventHandler handler ) : UIBarButtonItem
handler EventHandler
return UIBarButtonItem

CreateEditButton() public method

public CreateEditButton ( EventHandler handler ) : UIBarButtonItem
handler EventHandler
return UIBarButtonItem

Property Details

BarButtonFontName public_oe static_oe property

public static string BarButtonFontName
return string

BarButtonFontSize public_oe static_oe property

public static float BarButtonFontSize
return float

BarButtonTextShadowColor public_oe static_oe property

public static UIColor,UIKit BarButtonTextShadowColor
return UIKit.UIColor

BarButtonTextShadowOffset public_oe static_oe property

public static UIOffset BarButtonTextShadowOffset
return UIOffset

BarTextShadowOffset public_oe static_oe property

public static UIOffset BarTextShadowOffset
return UIOffset

BarTintColor public_oe static_oe property

public static UIColor,UIKit BarTintColor
return UIKit.UIColor

GroupedTableBackgroundColor public_oe static_oe property

public static UIColor,UIKit GroupedTableBackgroundColor
return UIKit.UIColor

IsModern public_oe static_oe property

public static bool IsModern
return bool

PaperColor public_oe static_oe property

public static UIColor,UIKit PaperColor
return UIKit.UIColor

TableHeadingTextColor public_oe static_oe property

public static UIColor,UIKit TableHeadingTextColor
return UIKit.UIColor

TintColor public_oe static_oe property

public static UIColor,UIKit TintColor
return UIKit.UIColor

ValueTextColor public_oe static_oe property

public static UIColor,UIKit ValueTextColor
return UIKit.UIColor