Package | Description |
---|---|
com.codename1.rad.io | |
com.codename1.rad.models |
This package contains classes for CodeRAD models, such as
Entity , Property , and Tag . |
com.codename1.rad.ui |
This package contains the foundation classes for CodeRAD views.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultParser
A class that can parse XML or JSON data structures into Entity objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicEntityType
A special entity type that is automatically assigned to an entity that doesn’t have its own type.
|
class |
EntityType
Encapsulates an entity "type" for an
Entity class. |
Modifier and Type | Method and Description |
---|---|
EntityFactory |
EntityType.getFactory() |
static EntityFactory |
EntityType.getFactory(Class type) |
EntityFactory |
EntityType.getListFactory() |
static EntityFactory |
EntityType.getListFactory(Class type) |
EntityFactory |
EntityType.getRowFactory() |
static EntityFactory |
EntityType.getRowFactory(Class type) |
Modifier and Type | Method and Description |
---|---|
EntityTypeBuilder |
EntityTypeBuilder.factory(EntityFactory factory) |
EntityType |
EntityType.factory(EntityFactory factory) |
static <T extends Entity> |
EntityType.register(Class<T> cls,
EntityFactory factory) |
static <T extends Entity> |
EntityType.register(Class<T> cls,
EntityType et,
EntityFactory factory)
Register an entity class and its optional factory.
|
static <T extends EntityList,V extends Entity> |
EntityType.registerList(Class<T> listClass,
Class<V> rowType,
EntityFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
UI
The base class for UI descriptors.
|
Copyright © 2021. All Rights Reserved.