| Package | Description |
|---|---|
| org.quickstart.api.component | |
| org.quickstart.api.coordinator |
| Modifier and Type | Method and Description |
|---|---|
IComponentHandler<T,A> |
IRootComponent.getComponentHandler()
Returns component handler to handle initialization and reassignment of
subcomponents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPerspective.postInit(IComponentHandler<ISubComponent<L,A,M>,Message<A,M>> componentHandler)
post init method to set correct component handler and to initialize
components depending on objects created in startUp sequence.
|
| Modifier and Type | Method and Description |
|---|---|
<P extends IComponent<L,M>> |
ICoordinator.setComponentHandler(IComponentHandler<P,Message<A,M>> handler)
set associated componentHandler
|
<P extends IComponent<L,M>> |
IDelegator.setPerspectiveHandler(IComponentHandler<P,Message<A,M>> handler)
Set the associated perspective handler.
|
<P extends IComponent<L,M>> |
ICoordinator.setPerspectiveHandler(IComponentHandler<P,Message<A,M>> handler)
set associated perspectiveHandler
|