public abstract class AbstractFixedAutoComboModel<T> extends AbstractAutoComboModel<T>
| Constructor and Description |
|---|
AbstractFixedAutoComboModel(AutoCompleteCombo combo,
int max,
List<T> allentries)
Create a new AbstractFixedAutoComboModel.
|
| Modifier and Type | Method and Description |
|---|---|
ISubscriptionIntermediateFuture<T> |
doSetPattern(String pattern) |
addToTop, addValToTop, contains, containsVal, convertFromString, convertToString, getCombo, getElementAt, getModelValue, getSelectedItem, getSize, setPattern, setSelectedItem, setSelectedItemQuietaddListDataListener, getListDataListeners, getListeners, removeListDataListenerequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerpublic AbstractFixedAutoComboModel(AutoCompleteCombo combo, int max, List<T> allentries)
public ISubscriptionIntermediateFuture<T> doSetPattern(String pattern)
doSetPattern in class AbstractAutoComboModel<T>Copyright © 2015. All Rights Reserved.