| Package | Description |
|---|---|
| org.jrebirth.af.api.command |
Provides API for Command components.
|
| org.jrebirth.af.api.component.basic |
Provides base classes to create JRebirth EnhancedComponent.
|
| org.jrebirth.af.api.component.behavior |
Provide interface to support Behavior management into
Component. |
| org.jrebirth.af.api.facade |
Provide APi to manage JRebirth internal Facades.
|
| org.jrebirth.af.api.service |
Provides classes to define Service EnhancedComponent.
|
| org.jrebirth.af.api.ui |
Provides API for User Interface components.
|
| org.jrebirth.af.api.ui.object |
Provide API to manage bindable object into Model Components.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Command
The interface Command is used to run atomic and reusable action.
|
interface |
CommandBean<WB extends WaveBean>
The interface Command is used to run atomic and reusable action.
|
interface |
MultiCommand<WB extends WaveBean>
The class MultiCommand.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Component<R extends FacadeReady<R>>
The interface EnhancedComponent.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Behavior<D extends BehaviorData>
The Interface Behavior is used to define basic methods that each Behavior shall implements.
|
interface |
BehavioredComponent<C extends Component<C>>
The interface BehavioredComponent.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FacadeReady<R extends FacadeReady<R>>
The interface FacadeReady.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Service
The interface Service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Model
The interface Model.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModelObject<O>
The interface ModelObject is used to support a main object for a Model.
|
Copyright © 2011–2015 JRebirth OSS. All rights reserved.