| Interface | Description |
|---|---|
| FieldHandler<T,E extends FieldUpdateEvent<T>,R extends ReflectionFormBuilder,C extends Component> |
This interface specifies information which allow you to write custom field handlers.Due to the fact that
#handle(java.lang.reflect.Field, java.lang.Object, java.lang.String, java.lang.Class, richtercloud.reflection.form.builder.FieldUpdateListener, richtercloud.reflection.form.builder.ReflectionFormBuilder) provides information about the handled field you can retrieve information as good and as easily as the Java Reflection API allows you. |
| FieldUpdateListener<E extends FieldUpdateEvent<?>> |
| Exception | Description |
|---|---|
| FieldHandlingException |
Wraps all exception which can occur during read or write access to fields
using the Java reflection API.
|
Copyright © 2018. All rights reserved.