org.richfaces.cdk.model
Class ValidatorModel
java.lang.Object
org.richfaces.cdk.model.DescriptionGroupBase
org.richfaces.cdk.model.BeanModelBase
org.richfaces.cdk.model.ModelElementBase
org.richfaces.cdk.model.ValidatorModel
- All Implemented Interfaces:
- Serializable, DescriptionGroup, Extensible<ConfigExtension>, FacesComponent, GeneratedFacesComponent, Mergeable<ValidatorModel>, ModelElement<ValidatorModel>, ViewElement, Visitable
public class ValidatorModel
- extends ModelElementBase
- implements ModelElement<ValidatorModel>
- Author:
- asmirnov@exadel.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidatorModel
public ValidatorModel()
ValidatorModel
public ValidatorModel(FacesId validatorId)
accept
public <R,D> R accept(Visitor<R,D> visitor,
D data)
- Specified by:
accept in interface Visitable
merge
public void merge(ValidatorModel other)
- Description copied from interface:
Mergeable
Merge values from other object.
- Specified by:
merge in interface Mergeable<ValidatorModel>
same
public boolean same(ValidatorModel other)
- Description copied from interface:
Mergeable
Compare object with other. For example, JSF component with same type or class is the same component.
- Specified by:
same in interface Mergeable<ValidatorModel>
- Returns:
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.