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.
|
Modifier and Type | Method and Description |
---|---|
EntityViewFactory |
ViewNode.getViewFactory() |
EntityViewFactory |
ViewNode.getViewFactory(EntityViewFactory defaultVal) |
Modifier and Type | Method and Description |
---|---|
EntityView |
ViewNode.createView(Entity entity,
EntityViewFactory defaultFactory) |
EntityViewFactory |
ViewNode.getViewFactory(EntityViewFactory defaultVal) |
Constructor and Description |
---|
EntityViewFactoryNode(EntityViewFactory value,
Attribute... atts) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEntityViewFactory
The default factory used for rendering a ViewNode as an EntityView.
|
Modifier and Type | Method and Description |
---|---|
static EntityViewFactory |
UI.getDefaultEntityViewFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
UI.setDefaultEntityViewFactory(EntityViewFactory factory) |
static EntityViewFactoryNode |
UI.viewFactory(EntityViewFactory factory,
Attribute... atts) |
Copyright © 2021. All Rights Reserved.