|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HtmlDataTable.SearchType | |
---|---|
com.icesoft.faces.component.ext |
Uses of HtmlDataTable.SearchType in com.icesoft.faces.component.ext |
---|
Methods in com.icesoft.faces.component.ext that return HtmlDataTable.SearchType | |
---|---|
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're declared. |
Methods in com.icesoft.faces.component.ext with parameters of type HtmlDataTable.SearchType | |
---|---|
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. |
|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV NEXT | FRAMES NO FRAMES |