public interface ListSubModel<E>
ListModel
to control
the extract of the combobox.Modifier and Type | Method and Description |
---|---|
ListModel<E> |
getSubModel(java.lang.Object value,
int nRows)
Returns the subset of list model data that the subset data is extract
from combobox's list model data.
|
ListModel<E> getSubModel(java.lang.Object value, int nRows)
value
- the object is used to find that the content is consistent
within list model data.nRows
- the number of rows suggested to return (as the
returned ListModel instance). It's a suggestion for developer to
follow.
If non-positive, it means the maximal allowed rows is decided by the
implementation of ListSubmodel.Copyright © 2005-2021 Potix Corporation. All Rights Reserved.