- setPrefix(CharSequence) - Method in class com.tokenautocomplete.TokenCompleteTextView
-
A String of text that is shown before all the tokens inside the EditText
(Think "To: " in an email address field.
- setPrefix(CharSequence, int) - Method in class com.tokenautocomplete.TokenCompleteTextView
-
You can get a color integer either using
androidx.core.content.ContextCompat#getColor(android.content.Context, int)
or with Color.parseColor(String).
- setTokenClickStyle(TokenCompleteTextView.TokenClickStyle) - Method in class com.tokenautocomplete.TokenCompleteTextView
-
Set the action to be taken when a Token is clicked
- setTokenizer(Tokenizer) - Method in class com.tokenautocomplete.TokenCompleteTextView
-
- setTokenLimit(int) - Method in class com.tokenautocomplete.TokenCompleteTextView
-
Set a number of tokens limit.
- setTokenListener(TokenCompleteTextView.TokenListener<T>) - Method in class com.tokenautocomplete.TokenCompleteTextView
-
Set the listener that will be notified of changes in the Token list
- shouldIgnoreToken(T) - Method in class com.tokenautocomplete.TokenCompleteTextView
-
Override if you want to prevent a token from being added.
- SpanUtils - Class in com.tokenautocomplete
-
- SpanUtils() - Constructor for class com.tokenautocomplete.SpanUtils
-