Package | Description |
---|---|
com.codename1.rad.components.loginform | |
com.codename1.rad.entities | |
com.codename1.rad.models |
This package contains classes for CodeRAD models, such as
Entity , Property , and Tag . |
Modifier and Type | Interface and Description |
---|---|
interface |
LoginViewModel |
Modifier and Type | Interface and Description |
---|---|
interface |
Computer |
interface |
TestEntity |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTestEntity |
Modifier and Type | Interface and Description |
---|---|
interface |
Entity |
Modifier and Type | Class and Description |
---|---|
class |
Aggregate
A special type of Entity that helps to propagate changes from any entity in the aggregate to the
aggregate root.
|
class |
AggregateEntityList<T extends Entity>
An entity list that automatically adds its items to its aggregate root.
|
class |
BaseEntity
The base class for Model objects in CodeRAD.
|
class |
EntityList<T extends Entity>
Encapsulates a list of entities.
|
class |
SimpleEntityWrapper |
Copyright © 2021. All Rights Reserved.