This is the central manager class for an AutoComplete instance. The matcher
can specify disabled rows that should not be hilited or selected by
implementing isRowDisabled(row):boolean for each autocomplete
row. No row will be considered disabled if this method is not implemented.