| Package | Description |
|---|---|
| org.jrebirth.af.api.command |
Provides API for Command components.
|
| org.jrebirth.af.api.component.behavior |
Provide interface to support Behavior management into
Component. |
| 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 | Method and Description |
|---|---|
BehavioredComponent<?> |
Behavior.getComponent()
Gets the
EnhancedComponent concerned by this Behavior. |
| 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.