Package | Description |
---|---|
com.codename1.rad.attributes |
This package contains
Attribute classes for use in UI descriptors. |
com.codename1.rad.nodes |
This package contains
Node classes for use inside UI descriptors. |
com.codename1.rad.ui |
This package contains the foundation classes for CodeRAD views.
|
com.codename1.rad.ui.entityviews |
This package contains entity views - view components that are bound to an Entity value model.
|
Constructor and Description |
---|
ListCellRendererAttribute(EntityListCellRenderer value) |
Modifier and Type | Method and Description |
---|---|
EntityListCellRenderer |
ListNode.getListCellRenderer() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEntityListCellRenderer
The default renderer for rendering a row of the EntityListView.
|
Modifier and Type | Method and Description |
---|---|
static EntityListCellRenderer |
UI.getDefaultListCellRenderer() |
Modifier and Type | Method and Description |
---|---|
static ListCellRendererAttribute |
UI.cellRenderer(EntityListCellRenderer renderer) |
static void |
UI.setDefaultListCellRenderer(EntityListCellRenderer renderer) |
Modifier and Type | Class and Description |
---|---|
static class |
ProfileListView.ProfileListRowCellRenderer
A list cell renderer for rendering rows of a list with
ProfileListView.ProfileListRowView . |
Modifier and Type | Method and Description |
---|---|
EntityListCellRenderer |
EntityListView.getListCellRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
EntityListView.setListCellRenderer(EntityListCellRenderer renderer) |
Copyright © 2021. All Rights Reserved.