public static enum TokenCompleteTextView.TokenClickStyle extends java.lang.Enum<TokenCompleteTextView.TokenClickStyle>
| Enum Constant and Description |
|---|
Delete |
None |
Select |
SelectDeselect |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSelectable() |
static TokenCompleteTextView.TokenClickStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TokenCompleteTextView.TokenClickStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenCompleteTextView.TokenClickStyle None
public static final TokenCompleteTextView.TokenClickStyle Delete
public static final TokenCompleteTextView.TokenClickStyle Select
public static final TokenCompleteTextView.TokenClickStyle SelectDeselect
public static TokenCompleteTextView.TokenClickStyle[] values()
for (TokenCompleteTextView.TokenClickStyle c : TokenCompleteTextView.TokenClickStyle.values()) System.out.println(c);
public static TokenCompleteTextView.TokenClickStyle valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean isSelectable()