| Package | Description |
|---|---|
| org.jrebirth.af.api.component.factory |
Provides contract used to build EnhancedComponent.
|
| org.jrebirth.af.api.facade |
Provide APi to manage JRebirth internal Facades.
|
| org.jrebirth.af.api.ui |
Provides API for User Interface components.
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
ComponentFactory.buildComponent(Class<R> clazz)
Build a fresh instance of a component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FacadeReady.setup()
Launch the initialization of the component.
|
void |
GlobalFacade.stop()
Propagate the stop action into the global facade.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Controller.activate()
Activate the controller by initializing all event handler.
|
void |
View.prepare()
Prepare the view by creating all visual nodes.
|
Copyright © 2011–2015 JRebirth OSS. All rights reserved.