| Package | Description |
|---|---|
| org.quickstart.api.component | |
| org.quickstart.api.coordinator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPerspective<L,A,M>
Defines a perspective, a perspective is a root component handled by an
workbench and contains sub-components such as visible UI components or
background components.
|
interface |
IPerspectiveView<C,L,A,M>
This interface defines perspective components with visible ui.
|
interface |
IStatelessCallabackComponent<L,A,M>
Represents a state less background/callback component.
|
interface |
ISubComponent<L,A,M>
Defines a subcomponent handled by a root component.
|
interface |
IUIComponent<C,L,A,M>
Represents an basic UI component handled by a perspective.
|
| 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
|