| Package | Description |
|---|---|
| org.jacpfx.api.component | |
| org.jacpfx.api.scheduler |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentView<C,A,M>
Represents an UI component handled by a perspective.
|
| Modifier and Type | Method and Description |
|---|---|
<X extends ComponentHandle<?,A,M>> |
SubComponent.getComponent()
Returns the component handle class, this is the users implementation of the component.
|
<X extends ComponentHandle<?,A,M>> |
SubComponent.setComponent(X handle)
Set the component handle class.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends StatelessCallabackComponent<L,A,M>,H extends ComponentHandle> |
StatelessComponentScheduler.getCloneBean(T component,
java.lang.Class<H> clazz)
Returns a new instance of managed state less component.
|