| 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.
|
| com.codename1.rad.ui.image |
This class contains subclasses of AsyncImage
|
| Constructor and Description |
|---|
IconRendererAttribute(EntityImageRenderer value) |
| Modifier and Type | Method and Description |
|---|---|
ActionNode.Builder |
ActionNode.Builder.iconRenderer(EntityImageRenderer renderer) |
void |
ActionNode.Builder.setIconRenderer(EntityImageRenderer renderer) |
| Modifier and Type | Method and Description |
|---|---|
static IconRendererAttribute |
UI.iconRenderer(EntityImageRenderer renderer) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileAvatarView.ImageRenderer
An image renderer that will render a
ProfileAvatarView as an image for the given entity. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEntityImageRenderer
Default renderer for rendering an Entity image.
|
class |
FirstCharEntityImageRenderer
A renderer that renders the first letter of a given entity’s property in a nice colored circle.
|
Copyright © 2021. All Rights Reserved.