| Package | Description |
|---|---|
| com.codename1.ui.list |
Lists are highly customizable and serve as the basis for
ComboBox and
other components (such as carousels etc) they employ a similar MVC approach to
Swing including the renderer pattern, notice that we strongly
discourage usage of lists...ListCellRenderer
allows us to customize the appearance of a list entry, it works as a
"rubber stamp" by drawing the rendered component and discarding its state thus
allowing very large lists with very little component state overhead. |
| com.codename1.ui.util |
Utility features that are either too domain specific or don't "fit" into any
other packages including the Resource file format loading API.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FilterProxyListModel.install(TextField search,
ContainerList l)
Installs a search field on a list making sure the filter method is invoked properly
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
UIBuilder.setListModel(ContainerList cmp)
Allows a subclass to set the list model for the given component
|
Copyright © 2022. All rights reserved.