| Package | Description |
|---|---|
| org.marid.spring.contexts | |
| org.marid.spring.xml |
| Modifier and Type | Field and Description |
|---|---|
javafx.beans.value.WritableValue<DElement<?>> |
ValueEditorContext.element |
| Constructor and Description |
|---|
ValueEditorContext(javafx.beans.value.WritableValue<DElement<?>> element,
TypeInfo typeInfo,
org.springframework.core.ResolvableType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
DElement<T extends DElement<T>> |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanData |
class |
DArray |
class |
DCollection<T extends DCollection<T>> |
class |
DList |
class |
DProps |
class |
DRef |
class |
DValue |
| Modifier and Type | Field and Description |
|---|---|
javafx.beans.property.ObjectProperty<DElement<?>> |
BeanProp.data |
javafx.beans.property.ObjectProperty<DElement<?>> |
BeanArg.data |
javafx.collections.ObservableList<DElement<?>> |
DCollection.elements |
| Modifier and Type | Method and Description |
|---|---|
DElement<?> |
BeanProp.getData() |
DElement<?> |
BeanArg.getData() |
DElement<?>[] |
DCollection.getElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanProp.setData(DElement<?> data) |
void |
BeanArg.setData(DElement<?> data) |
void |
DCollection.setElements(DElement<?>[] elements) |
Copyright © 2012–2017 MARID software development group. All rights reserved.