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

Inheritance: UITextField
Afficher le fichier Open project: AlejandroRuiz/FloatingTextEntry Class Usage Examples

Méthodes publiques

Свойство Type Description
active bool
errorLabel UILabel
floatingLabel bool

Méthodes publiques

Méthode 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 méthode

public BecomeFirstResponder ( ) : bool
Résultat bool

Draw() public méthode

public Draw ( CGRect rect ) : void
rect CGRect
Résultat void

EGFloatingTextEntry() public méthode

public EGFloatingTextEntry ( CGRect frame ) : System
frame CGRect
Résultat System

EGFloatingTextEntry() public méthode

public EGFloatingTextEntry ( NSCoder coder ) : System
coder NSCoder
Résultat System

ResignFirstResponder() public méthode

public ResignFirstResponder ( ) : bool
Résultat bool

SetText() public méthode

public SetText ( string value ) : void
value string
Résultat void

animateLabelBack() public méthode

public animateLabelBack ( ) : void
Résultat void

commonInit() public méthode

public commonInit ( ) : void
Résultat void

floatLabelToTop() public méthode

public floatLabelToTop ( bool changeColor = true ) : void
changeColor bool
Résultat void

performValidation() public méthode

public performValidation ( bool isValid, string message ) : void
isValid bool
message string
Résultat void

showActiveBorder() public méthode

public showActiveBorder ( ) : void
Résultat void

showInactiveBorder() public méthode

public showInactiveBorder ( ) : void
Résultat void

validate() public méthode

public validate ( ) : void
Résultat void

Property Details

active public_oe property

public bool active
Résultat bool

errorLabel public_oe property

public UILabel errorLabel
Résultat UILabel

floatingLabel public_oe property

public bool floatingLabel
Résultat bool