| Package | Description |
|---|---|
| de.richtercloud.reflection.form.builder | |
| de.richtercloud.reflection.form.builder.fieldhandler | |
| de.richtercloud.reflection.form.builder.fieldhandler.factory |
| Modifier and Type | Method and Description |
|---|---|
FieldHandler |
ReflectionFormPanel.getFieldHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected JComponent |
ReflectionFormBuilder.getClassComponent(Field field,
Class<?> entityClass,
Object instance,
FieldHandler fieldHandler)
Retrieves the associated
JComponent to be displayed in the form. |
protected void |
ReflectionFormBuilder.transformClass(Class<?> clazz,
Object instance,
Map<Field,JComponent> fieldMapping,
ReflectionFormPanel reflectionFormPanel,
FieldHandler fieldHandler)
Code used by entity and embeddable transformation.
|
ReflectionFormPanel |
ReflectionFormBuilder.transformEntityClass(Class<?> entityClass,
Object entityToUpdate,
FieldHandler fieldHandler) |
| Constructor and Description |
|---|
ReflectionFormPanel(Map<Field,JComponent> fieldMapping,
Object instance,
Class<?> entityClass,
FieldHandler fieldHandler)
Creates a new reflection form panel.
|
| Modifier and Type | Method and Description |
|---|---|
FieldHandler |
MappingFieldHandler.retrieveFieldHandler(Type fieldType,
Map<Type,FieldHandler<?,?,?,?>> classMapping) |
| Modifier and Type | Method and Description |
|---|---|
Map<Type,FieldHandler<?,?,?,?>> |
MappingFieldHandler.getClassMapping() |
| Modifier and Type | Method and Description |
|---|---|
FieldHandler |
MappingFieldHandler.retrieveFieldHandler(Type fieldType,
Map<Type,FieldHandler<?,?,?,?>> classMapping) |
| Constructor and Description |
|---|
MappingFieldHandler(Map<Type,FieldHandler<?,?,?,?>> classMapping,
Map<Class<?>,FieldHandler<?,?,?,?>> primitiveMapping,
de.richtercloud.message.handler.IssueHandler issueHandler)
Creates a
ClassMappingFieldHandler. |
MappingFieldHandler(Map<Type,FieldHandler<?,?,?,?>> classMapping,
Map<Class<?>,FieldHandler<?,?,?,?>> primitiveMapping,
de.richtercloud.message.handler.IssueHandler issueHandler)
Creates a
ClassMappingFieldHandler. |
| Modifier and Type | Method and Description |
|---|---|
Map<Type,FieldHandler<?,?,?,?>> |
MappingFieldHandlerFactory.generateClassMapping() |
Map<Type,FieldHandler<?,?,?,?>> |
AmountMoneyMappingFieldHandlerFactory.generateClassMapping()
A separate method to add a
AmountMoneyFieldHandler which avoids
messing up the constructor call hierarchy. |
Map<Class<?>,FieldHandler<?,?,?,?>> |
MappingFieldHandlerFactory.generatePrimitiveMapping() |
Copyright © 2018. All rights reserved.