public abstract class AbstractFixedAutoComboModel<T> extends AbstractAutoComboModel<T>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<T> |
allentries |
combo, entries, max, selected
Constructor and Description |
---|
AbstractFixedAutoComboModel(AutoCompleteCombo combo,
int max,
java.util.List<T> allentries)
Create a new AbstractFixedAutoComboModel.
|
Modifier and Type | Method and Description |
---|---|
protected void |
copyEntries() |
ISubscriptionIntermediateFuture<T> |
doSetPattern(java.lang.String pattern) |
addToTop, addValToTop, contains, containsVal, convertFromString, convertToString, fireChangeEvents, getCombo, getElementAt, getModelValue, getSelectedItem, getSize, setPattern, setSelectedItem, setSelectedItemQuiet
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
protected java.util.List<T> allentries
public AbstractFixedAutoComboModel(AutoCompleteCombo combo, int max, java.util.List<T> allentries)
protected void copyEntries()
public ISubscriptionIntermediateFuture<T> doSetPattern(java.lang.String pattern)
doSetPattern
in class AbstractAutoComboModel<T>