public class ComponentTrinity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentTrinity.WithComponent
For fluent building.
|
static class |
ComponentTrinity.WithComponentAndProxy
For fluent building.
|
| Constructor and Description |
|---|
ComponentTrinity(Object theComponent,
Object theProxy,
ArooaContext theContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getTheComponent()
Getter for component.
|
ArooaContext |
getTheContext()
Getter for context.
|
Object |
getTheProxy()
Getter for proxy.
|
String |
toString() |
static ComponentTrinity.WithComponent |
withComponent(Object component)
For fluent building.
|
static ComponentTrinity.WithComponentAndProxy |
withComponentAndProxy(Object componentAndProxy)
For fluent building.
|
public ComponentTrinity(Object theComponent, Object theProxy, ArooaContext theContext)
public static ComponentTrinity.WithComponent withComponent(Object component)
component - The component.public static ComponentTrinity.WithComponentAndProxy withComponentAndProxy(Object componentAndProxy)
componentAndProxy - The object that is the component and proxy.public Object getTheComponent()
public Object getTheProxy()
public ArooaContext getTheContext()
Copyright © 2023. All rights reserved.