| Package | Description |
|---|---|
| com.icesoft.faces.component.ext |
| Modifier and Type | Method and Description |
|---|---|
static HtmlDataTable.SearchType |
HtmlDataTable.SearchType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HtmlDataTable.SearchType[] |
HtmlDataTable.SearchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
HtmlDataTable.findRow(java.lang.String query,
java.lang.String[] fields,
int startRow,
HtmlDataTable.SearchType searchType)
Find the index of a row object in the current DataModel.
|
int |
HtmlDataTable.findRow(java.lang.String query,
java.lang.String[] fields,
int startRow,
HtmlDataTable.SearchType searchType,
boolean caseSensitive)
Find the index of a row object in the current DataModel.
|
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.