public class ValidatorModel extends ModelElementBase implements ModelElement<ValidatorModel>
FacesComponent.ComponentPredicateDescriptionGroup.Icon| Constructor and Description |
|---|
ValidatorModel() |
ValidatorModel(FacesId validatorId) |
| Modifier and Type | Method and Description |
|---|---|
<R,D> R |
accept(Visitor<R,D> visitor,
D data) |
void |
merge(ValidatorModel other)
Merge values from other object. |
boolean |
same(ValidatorModel other)
Compare object with other. |
getBaseClass, getGenerate, getId, getInterfaces, getTags, getTargetClass, setBaseClass, setGenerate, setId, setTargetClasscreateAttribute, getAttribute, getAttributes, getOrCreateAttributegetDescription, getDisplayName, getExtension, getIcon, setDescription, setDisplayName, setExtension, setIconpublic ValidatorModel()
public ValidatorModel(FacesId validatorId)
public <R,D> R accept(Visitor<R,D> visitor, D data)
public 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>Copyright © 2014 JBoss by Red Hat. All Rights Reserved.