Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
EntityView |
ViewNode.createView(Entity entity) |
EntityView |
ViewNode.createView(Entity entity,
EntityViewFactory defaultFactory) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityView<T extends Entity>
A base class for a view that can bind to an entity.
|
class |
SettingsForm
A settings form similar to the iOS and Android "Settings" applications.
|
Modifier and Type | Method and Description |
---|---|
EntityView |
EntityViewFactory.createView(Entity entity,
ViewNode node) |
EntityView |
DefaultEntityViewFactory.createView(Entity entity,
ViewNode node) |
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 |
EntityListView<T extends EntityList>
A view that renders an
EntityList visually. |
class |
LabelEntityView
A view which displays a label representing a given entity.
|
class |
MultiButtonEntityView<T extends Entity>
A view that renders an
Entity as a MultiButton. |
class |
ProfileAvatarsTitleComponent
A component with profile avatars of one or more profiles.
|
class |
ProfileAvatarView
A view that shows a profile’s avatar filled in a circle.
|
class |
ProfileListView
A list view that can show a list of profiles.
|
static class |
ProfileListView.ProfileListRowView
Row view for rendering a single row of the
ProfileListView . |
class |
TabsEntityView
An Tabs component that is backed by a view model.
|
class |
WrapperEntityView<T extends Entity>
An entity view that is made explicitly to wrap another component.
|
Modifier and Type | Method and Description |
---|---|
EntityView |
ProfileListView.ProfileListRowCellRenderer.getListCellRendererComponent(EntityListView list,
Entity value,
int index,
boolean isSelected,
boolean isFocused) |
EntityView |
EntityListView.getRowViewForEntity(Entity e) |
Modifier and Type | Method and Description |
---|---|
AsyncImage |
ProfileAvatarView.ImageRenderer.createImage(EntityView view,
Property property,
int rowIndex,
boolean selected,
boolean focused) |
Modifier and Type | Method and Description |
---|---|
AsyncImage |
FirstCharEntityImageRenderer.createImage(EntityView view,
Property property,
int rowIndex,
boolean selected,
boolean focused) |
AsyncImage |
EntityImageRenderer.createImage(EntityView view,
Property property,
int rowIndex,
boolean selected,
boolean focused) |
AsyncImage |
DefaultEntityImageRenderer.createImage(EntityView view,
Property property,
int rowIndex,
boolean selected,
boolean focused) |
Copyright © 2021. All Rights Reserved.