public class ObjectContext<T> extends ComplexContext<T> implements ObjectContext<T>
| Constructor and Description |
|---|
ObjectContext(Bindings bindings,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
clazz() |
T |
get()
Return underlying value.
|
String |
name() |
T |
node() |
void |
set(T value)
Set underlying value.
|
childsbindings, getStage, parent, setStageCopyright © 2021. All rights reserved.