Uses of Class
eu.webtoolkit.jwt.MatchOptions
-
Packages that use MatchOptions Package Description eu.webtoolkit.jwt -
-
Uses of MatchOptions in eu.webtoolkit.jwt
Fields in eu.webtoolkit.jwt declared as MatchOptions Modifier and Type Field Description static MatchOptionsMatchOptions. defaultMatchOptionsThe default match options, MatchStartsWith and MatchWrap.Methods in eu.webtoolkit.jwt with parameters of type MatchOptions Modifier and Type Method Description intWComboBox. findText(java.lang.CharSequence text, MatchOptions flags)Returns the index of the first item that matches a text.java.util.List<WModelIndex>WAbstractItemModel. match(WModelIndex start, ItemDataRole role, java.lang.Object value, int hits, MatchOptions flags)Returns an index list for data items that match.
-