My favorites | Sign in
Project Logo
                
Search
for
Updated Jan 10, 2008 by steam.fade
FilteringExpressions  
Regular expressions used in filtering

Regular expressions used in filtering

You can enable/disable filtering with setFilteringEnabled method of MasterView class. By default filtering is disabled. After you'll enable the filtering, you can type filter expressions in the appeared textboxes. The expression will be applied after the textbox in which you typed will loose focus. To remove filter just delete text from associated textbox or type any number of stars ("*" symbols) in it.

The expressions used in filtering are quite simple and surely not as powerfull as Java or JavaScript regexps. They will be familiar to the most of end-users. The "*" symbol stands for any number (zero or more) of random symbols and the "?" stands for one random symbol.


Comment by charltonw, Aug 28, 2009

Sign in to add a comment
Hosted by Google Code