public static enum HtmlDataTable.SearchType extends java.lang.Enum<HtmlDataTable.SearchType>
| Enum Constant and Description |
|---|
CONTAINS |
ENDS_WITH |
EXACT |
STARTS_WITH |
| Modifier and Type | Method and Description |
|---|---|
static HtmlDataTable.SearchType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HtmlDataTable.SearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlDataTable.SearchType STARTS_WITH
public static final HtmlDataTable.SearchType ENDS_WITH
public static final HtmlDataTable.SearchType EXACT
public static final HtmlDataTable.SearchType CONTAINS
public static HtmlDataTable.SearchType[] values()
for (HtmlDataTable.SearchType c : HtmlDataTable.SearchType.values()) System.out.println(c);
public static HtmlDataTable.SearchType 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 nullCopyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.