| Package | Description |
|---|---|
| ch.ralscha.extdirectspring.generator | |
| ch.ralscha.extdirectspring.generator.validation |
| Modifier and Type | Method and Description |
|---|---|
ModelFieldBean |
ModelBean.getField(String fieldName)
Looks for the
ModelFieldBean with the provided name and returns
it. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ModelFieldBean> |
ModelBean.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBean.addField(ModelFieldBean bean)
Adds one instance of
ModelFieldBean to the internal collection of
fields |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBean.addFields(List<ModelFieldBean> modelFields)
Add all provided fields to the collection of fields
|
void |
ModelBean.setFields(Map<String,ModelFieldBean> fields)
Overwrites all field definitions with the provided map.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractValidation.addValidationToModel(ModelBean model,
ModelFieldBean modelFieldBean,
Annotation fieldAnnotation,
IncludeValidation includeValidation) |
Copyright © 2010-2013. All Rights Reserved.