| Constructor and Description |
|---|
TextLazyLoader(android.widget.TextView input) |
| Modifier and Type | Method and Description |
|---|---|
static TextLazyLoader |
editText(android.widget.EditText editText) |
String |
getValue() |
static TextLazyLoader |
textView(android.widget.TextView textView) |
public String getValue()
getValue in interface com.github.yoojia.inputs.LazyLoader<String>public static TextLazyLoader textView(android.widget.TextView textView)
public static TextLazyLoader editText(android.widget.EditText editText)