| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultListCellRenderer<T>
Default implementation of the renderer based on a label see the
ListCellRenderer
for more information about the use and purpose of this class |
class |
GenericListCellRenderer<T>
The generic list cell renderer can display containers or arbitrary Codename One components
as items in a list, notice that
we strongly
discourage usage of lists..
|
| Modifier and Type | Method and Description |
|---|---|
CellRenderer |
ContainerList.getRenderer()
Deprecated.
The renderer used to draw the container list elements
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerList.setRenderer(CellRenderer r)
Deprecated.
The renderer used to draw the container list elements
|
Copyright © 2023. All rights reserved.