C# Class Alex.Controls.iOS.Controls.EGFloatingTextEntry

Inheritance: UITextField
Show file Open project: AlejandroRuiz/FloatingTextEntry Class Usage Examples

Public Properties

Property Type Description
active bool
errorLabel UILabel
floatingLabel bool

Public Methods

Method Description
BecomeFirstResponder ( ) : bool
Draw ( CGRect rect ) : void
EGFloatingTextEntry ( CGRect frame ) : System
EGFloatingTextEntry ( NSCoder coder ) : System
ResignFirstResponder ( ) : bool
SetText ( string value ) : void
animateLabelBack ( ) : void
commonInit ( ) : void
floatLabelToTop ( bool changeColor = true ) : void
performValidation ( bool isValid, string message ) : void
showActiveBorder ( ) : void
showInactiveBorder ( ) : void
validate ( ) : void

Method Details

BecomeFirstResponder() public method

public BecomeFirstResponder ( ) : bool
return bool

Draw() public method

public Draw ( CGRect rect ) : void
rect CGRect
return void

EGFloatingTextEntry() public method

public EGFloatingTextEntry ( CGRect frame ) : System
frame CGRect
return System

EGFloatingTextEntry() public method

public EGFloatingTextEntry ( NSCoder coder ) : System
coder NSCoder
return System

ResignFirstResponder() public method

public ResignFirstResponder ( ) : bool
return bool

SetText() public method

public SetText ( string value ) : void
value string
return void

animateLabelBack() public method

public animateLabelBack ( ) : void
return void

commonInit() public method

public commonInit ( ) : void
return void

floatLabelToTop() public method

public floatLabelToTop ( bool changeColor = true ) : void
changeColor bool
return void

performValidation() public method

public performValidation ( bool isValid, string message ) : void
isValid bool
message string
return void

showActiveBorder() public method

public showActiveBorder ( ) : void
return void

showInactiveBorder() public method

public showInactiveBorder ( ) : void
return void

validate() public method

public validate ( ) : void
return void

Property Details

active public property

public bool active
return bool

errorLabel public property

public UILabel errorLabel
return UILabel

floatingLabel public property

public bool floatingLabel
return bool