public final class TextMatchStyle
extends java.lang.Enum com.smartgwt.client.types.TextMatchStyle to remove dependency from smartgwt.jar.| Modifier and Type | Field and Description | 
|---|---|
| static TextMatchStyle | EXACTExact, case-insensitive | 
| static TextMatchStyle | EXACT_CASEExact, case-sensitive | 
| static TextMatchStyle | STARTS_WITHStarts with. | 
| static TextMatchStyle | SUBSTRINGSubstring. | 
| Modifier and Type | Method and Description | 
|---|---|
| static TextMatchStyle | findValueOf(java.lang.String value)Finds  TextMatchStylefor specified string value. | 
| java.lang.String | getValue()Returns  enumvalue. | 
| 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()
toString in class java.lang.EnumString 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.