C# Class Blog.Mobile.Helpers.Controls

Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

Method Description
CreateDatePicker ( string binding ) : CustomDatePicker
CreateLabel ( string text ) : Label
CreatePicker ( IEnumerable itemsSrc ) : CustomPicker
CreateTextEntry ( string binding ) : CustomTextEntry

Method Details

CreateDatePicker() public static method

public static CreateDatePicker ( string binding ) : CustomDatePicker
binding string
return Blog.Mobile.Components.CustomDatePicker

CreateLabel() public static method

public static CreateLabel ( string text ) : Label
text string
return Xamarin.Forms.Label

CreatePicker() public static method

public static CreatePicker ( IEnumerable itemsSrc ) : CustomPicker
itemsSrc IEnumerable
return Blog.Mobile.Components.CustomPicker

CreateTextEntry() public static method

public static CreateTextEntry ( string binding ) : CustomTextEntry
binding string
return Blog.Mobile.Components.CustomTextEntry