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 | Class and Description |
---|---|
class |
SettingsForm
A settings form similar to the iOS and Android "Settings" applications.
|
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 |
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.
|
Copyright © 2021. All Rights Reserved.