public final class TextMatchStyle
com.smartgwt.client.types.TextMatchStyle
to remove dependency from smartgwt.jar.Modifier and Type | Field and Description |
---|---|
static TextMatchStyle |
EXACT
Exact, case-insensitive
|
static TextMatchStyle |
EXACT_CASE
Exact, case-sensitive
|
static TextMatchStyle |
STARTS_WITH
Starts with.
|
static TextMatchStyle |
SUBSTRING
Substring.
|
Modifier and Type | Method and Description |
---|---|
static TextMatchStyle |
findValueOf(java.lang.String value)
Finds
TextMatchStyle for specified string value. |
java.lang.String |
getValue()
Returns
enum value. |
java.lang.String |
toString()
Returns string value of field type.
|
public static final TextMatchStyle EXACT
public static final TextMatchStyle EXACT_CASE
public static final TextMatchStyle STARTS_WITH
public static final TextMatchStyle SUBSTRING
public java.lang.String getValue()
enum
value.String
value.public java.lang.String toString()
String
value of field type.public static TextMatchStyle findValueOf(java.lang.String value)
TextMatchStyle
for specified string value.value
- String
value to find.TextMatchStyle
of specified value;
null
- if not found.