| Package | Description |
|---|---|
| org.richfaces.cdk.generate.java.taghandler | |
| org.richfaces.cdk.generate.taglib | |
| org.richfaces.cdk.model |
CDK library model classes used by all generation tasks.
|
| org.richfaces.cdk.xmlconfig.model |
JAXB classes that wraps real model classes.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
TagHandlerGeneratorVisitor.visitValidator(ValidatorModel model,
Boolean data) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
TaglibGeneratorVisitor.visitValidator(ValidatorModel model,
ComponentLibrary componentLibrary)
This method generates validator tag.
|
| Modifier and Type | Method and Description |
|---|---|
ModelCollection<ValidatorModel> |
ComponentLibrary.getValidators()
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatorModel.merge(ValidatorModel other) |
boolean |
ValidatorModel.same(ValidatorModel other) |
R |
Visitor.visitValidator(ValidatorModel model,
D param) |
R |
SimpleVisitor.visitValidator(ValidatorModel model,
D param) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ValidatorModel> |
ValidatorAdapter.getModelClass(ValidatorBean bean) |
List<ValidatorModel> |
FacesConfigBean.getValidators() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ValidatorBean> |
ValidatorAdapter.getBeanClass(ValidatorModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
FacesConfigBean.setValidators(List<ValidatorModel> validators) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.