| Package | Description |
|---|---|
| de.intarsys.tools.functor | |
| de.intarsys.tools.objectmodel | |
| de.intarsys.tools.presentation | |
| de.intarsys.tools.reflect |
| Modifier and Type | Method and Description |
|---|---|
Object |
FunctorFieldHandler.getValue(Object object) |
Object |
FunctorFieldHandler.setValue(Object object,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
FunctorField.getValue(Object receiver) |
Object |
FunctorField.setValue(Object receiver,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PropertyRenderer.getValue(Object object) |
Object |
PropertyRenderer.setValue(Object receiver,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
int |
IFieldHandlerAccessibility.getAccessMode(Object receiver)
Query the access state of the field represented by this within the
receiver. |
int |
IAccessHandlerAccessibility.getAccessMode(Object receiver,
String name)
Query the access state of the property
name within the
receiver. |
int |
IAccessSupportAccessibility.getAccessMode(String name)
Query the access state of the property
name within this. |
Object |
IFieldHandler.getValue(Object receiver)
Make a reflective read access to the field represented by this within the
receiver. |
Object |
IFieldHandler.setValue(Object receiver,
Object value)
Make a reflective write access to the field represented by this within
receiver. |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.