public class TextViewNode extends Node<android.widget.TextView,java.lang.String> implements android.text.TextWatcher
TextViewNode emits the the text content of the assigmmed TextView the change of
the content is committed.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
enabled |
graph, inputNodes| Constructor and Description |
|---|
TextViewNode(android.widget.TextView textView) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTextChanged(android.text.Editable editable) |
void |
beforeTextChanged(java.lang.CharSequence charSequence,
int start,
int count,
int after) |
<T extends android.widget.TextView> |
getView() |
boolean |
isEnabled() |
void |
onTextChanged(java.lang.CharSequence charSequence,
int start,
int before,
int count) |
void |
setEnabled(boolean enabled) |
action, action, addInputNode, attach, begin, begin, beginTimer, beginTimer, buffer, completed, concat, concatStrings, count, createErrorMessage, detach, dispatchError, dispatchReset, distinct, doOnCompleted, doOnError, doOnInput, doOnReset, emitOutput, emitOutput, filter, first, first, getGraph, hasInputNodes, isErrorReceived, last, last, map, merge, nth, observer, observer, onAttached, onCompleted, onDetached, onError, onInput, onReset, processInput, removeInputNode, repeat, reverse, setErrorReceived, setGraph, skip, skipWhile, start, string, sum, take, timer, timer, toBoolean, toByte, toChar, toDouble, toFloat, toInt, toLong, toMain, toShort, toWorker, whenClicked, whenTextChangedpublic <T extends android.widget.TextView> T getView()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public void beforeTextChanged(java.lang.CharSequence charSequence,
int start,
int count,
int after)
beforeTextChanged in interface android.text.TextWatcherpublic void onTextChanged(java.lang.CharSequence charSequence,
int start,
int before,
int count)
onTextChanged in interface android.text.TextWatcherpublic void afterTextChanged(android.text.Editable editable)
afterTextChanged in interface android.text.TextWatcher