public class UIAuthCodeView
extends LinearLayout
| 构造器和说明 |
|---|
UIAuthCodeView(Context context) |
UIAuthCodeView(Context context,
AttributeSet attrs) |
UIAuthCodeView(Context context,
AttributeSet attrs,
int defStyleAttr) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterTextChanged(Editable s) |
void |
beforeTextChanged(java.lang.CharSequence s,
int start,
int count,
int after) |
java.lang.String |
getCode()
获取验证码内容
|
protected void |
onAttachedToWindow() |
void |
onFocusChange(View v,
boolean hasFocus) |
boolean |
onKey(View v,
int keyCode,
KeyEvent event) |
void |
onTextChanged(java.lang.CharSequence s,
int start,
int before,
int count) |
public UIAuthCodeView(Context context)
public UIAuthCodeView(Context context,
@Nullable
AttributeSet attrs)
public UIAuthCodeView(Context context,
@Nullable
AttributeSet attrs,
int defStyleAttr)
protected void onAttachedToWindow()
public void beforeTextChanged(java.lang.CharSequence s,
int start,
int count,
int after)
public void onTextChanged(java.lang.CharSequence s,
int start,
int before,
int count)
public void afterTextChanged(Editable s)
public boolean onKey(View v,
int keyCode,
KeyEvent event)
public void onFocusChange(View v,
boolean hasFocus)
public java.lang.String getCode()