Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
EntityView |
EntityListCellRenderer.getListCellRendererComponent(EntityListView list,
Entity value,
int index,
boolean isSelected,
boolean isFocused) |
EntityView |
DefaultEntityListCellRenderer.getListCellRendererComponent(EntityListView list,
Entity value,
int index,
boolean isSelected,
boolean isFocused) |
Modifier and Type | Class and Description |
---|---|
class |
ProfileListView
A list view that can show a list of profiles.
|
Modifier and Type | Method and Description |
---|---|
EntityView |
ProfileListView.ProfileListRowCellRenderer.getListCellRendererComponent(EntityListView list,
Entity value,
int index,
boolean isSelected,
boolean isFocused) |
Copyright © 2021. All Rights Reserved.