| Package | Description |
|---|---|
| com.codename1.rad.components.loginform | |
| com.codename1.rad.controllers |
This package contains controllers for CodeRAD applications.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ViewNode |
LoginView.Builder.buildNode() |
protected ViewNode |
LoginViewController.createViewNode() |
| Modifier and Type | Method and Description |
|---|---|
static LoginView.Builder |
LoginView.builder(ViewNode node) |
| Constructor and Description |
|---|
Builder(ViewNode node) |
LoginView(LoginViewModel model,
ViewNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected ViewNode |
Controller.createViewNode()
Creates the view node that should be used as the node for the controller’s view.
|
ViewNode |
Controller.getViewNode()
Gets the
ViewNode that should be used as the view model for views of this controller. |
| Modifier and Type | Method and Description |
|---|---|
ViewNode |
SwipeContainer.getLeft() |
ViewNode |
SwipeContainer.getRight() |
ViewNode |
FormNode.getRootView() |
ViewNode |
ListNode.getRowTemplate() |
ViewNode |
RowTemplateNode.getViewNode() |
| Constructor and Description |
|---|
SwipeContainer(ViewNode left,
ViewNode right,
Attribute... atts) |
| Modifier and Type | Method and Description |
|---|---|
static ViewNode |
UI.view(Attribute... atts) |
| Modifier and Type | Method and Description |
|---|---|
EntityView |
DefaultEntityViewFactory.createView(Entity entity,
ViewNode node) |
EntityView |
EntityViewFactory.createView(Entity entity,
ViewNode node) |
| Constructor and Description |
|---|
SettingsForm(Entity entity,
ViewNode node)
Creates a new SettingsForm to edit properties of the given entity.
|
UIBuilder(Entity entity,
ViewNode parentNode) |
| Modifier and Type | Method and Description |
|---|---|
ViewNode |
MultiButtonEntityView.getViewNode()
Deprecated.
|
| Constructor and Description |
|---|
LabelEntityView(Entity entity,
ViewNode node,
Label label,
int iconWidth,
int iconHeight)
Deprecated.
|
MultiButtonEntityView(T entity,
ViewNode viewNode)
Deprecated.
|
ProfileAvatarsTitleComponent(EntityList entity,
ViewNode node,
float avatarSizeMM)
Creates a title component.
|
ProfileListRowView(Entity profile,
ViewNode node,
float avatarSizeMM)
Creates a row for the given profile entity.
|
TabsEntityView(Entity entity,
ViewNode node) |
Copyright © 2021. All Rights Reserved.