|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.cdk.model.DescriptionGroupBase
org.richfaces.cdk.model.BeanModelBase
org.richfaces.cdk.model.ModelElementBase
org.richfaces.cdk.model.ValidatorModel
public class ValidatorModel
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.richfaces.cdk.model.FacesComponent |
|---|
FacesComponent.ComponentPredicate |
| Nested classes/interfaces inherited from interface org.richfaces.cdk.model.DescriptionGroup |
|---|
DescriptionGroup.Icon |
| Constructor Summary | |
|---|---|
ValidatorModel()
|
|
ValidatorModel(FacesId validatorId)
|
|
| Method Summary | ||
|---|---|---|
|
accept(Visitor<R,D> visitor,
D data)
|
|
void |
merge(ValidatorModel other)
Merge values from other object. |
|
boolean |
same(ValidatorModel other)
Compare object with other. |
|
| Methods inherited from class org.richfaces.cdk.model.ModelElementBase |
|---|
getBaseClass, getId, getInterfaces, getTags, getTargetClass, setBaseClass, setId, setTargetClass |
| Methods inherited from class org.richfaces.cdk.model.BeanModelBase |
|---|
createAttribute, getAttribute, getAttributes, getOrCreateAttribute |
| Methods inherited from class org.richfaces.cdk.model.DescriptionGroupBase |
|---|
getDescription, getDisplayname, getExtension, getIcon, isGenerate, setDescription, setDisplayname, setExtension, setGenerate, setIcon |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.richfaces.cdk.model.FacesComponent |
|---|
isGenerate, setGenerate |
| Constructor Detail |
|---|
public ValidatorModel()
public ValidatorModel(FacesId validatorId)
| Method Detail |
|---|
public <R,D> R accept(Visitor<R,D> visitor,
D data)
accept in interface Visitablepublic void merge(ValidatorModel other)
MergeableMerge values from other object.
merge in interface Mergeable<ValidatorModel>public boolean same(ValidatorModel other)
MergeableCompare object with other. For example, JSF component with same type or class is the same component.
same in interface Mergeable<ValidatorModel>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||