C# 클래스 Alex.Controls.iOS.Controls.EGFloatingTextEntry

상속: UITextField
파일 보기 프로젝트 열기: AlejandroRuiz/FloatingTextEntry 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
active bool
errorLabel UILabel
floatingLabel bool

공개 메소드들

메소드 설명
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

메소드 상세

BecomeFirstResponder() 공개 메소드

public BecomeFirstResponder ( ) : bool
리턴 bool

Draw() 공개 메소드

public Draw ( CGRect rect ) : void
rect CGRect
리턴 void

EGFloatingTextEntry() 공개 메소드

public EGFloatingTextEntry ( CGRect frame ) : System
frame CGRect
리턴 System

EGFloatingTextEntry() 공개 메소드

public EGFloatingTextEntry ( NSCoder coder ) : System
coder NSCoder
리턴 System

ResignFirstResponder() 공개 메소드

public ResignFirstResponder ( ) : bool
리턴 bool

SetText() 공개 메소드

public SetText ( string value ) : void
value string
리턴 void

animateLabelBack() 공개 메소드

public animateLabelBack ( ) : void
리턴 void

commonInit() 공개 메소드

public commonInit ( ) : void
리턴 void

floatLabelToTop() 공개 메소드

public floatLabelToTop ( bool changeColor = true ) : void
changeColor bool
리턴 void

performValidation() 공개 메소드

public performValidation ( bool isValid, string message ) : void
isValid bool
message string
리턴 void

showActiveBorder() 공개 메소드

public showActiveBorder ( ) : void
리턴 void

showInactiveBorder() 공개 메소드

public showInactiveBorder ( ) : void
리턴 void

validate() 공개 메소드

public validate ( ) : void
리턴 void

프로퍼티 상세

active 공개적으로 프로퍼티

public bool active
리턴 bool

errorLabel 공개적으로 프로퍼티

public UILabel errorLabel
리턴 UILabel

floatingLabel 공개적으로 프로퍼티

public bool floatingLabel
리턴 bool