|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxava.util.meta.MetaSetsContainer
org.openxava.validators.meta.MetaValidator
public class MetaValidator
| Constructor Summary | |
|---|---|
MetaValidator()
|
|
| Method Summary | |
|---|---|
IPropertyValidator |
createPropertyValidator()
Creates a validator each time that this method is called; this validator is configured with the values assigned in XML. |
IRemoveValidator |
createRemoveValidator()
Creates a validator each time that this method is called; this validator is configured with the values assigned in XML. |
IValidator |
createValidator()
Creates a validator each time that this method is called; this validator is configured with the values assigned in XML. |
java.lang.String |
getClassName()
|
java.lang.String |
getName()
|
IPropertyValidator |
getPropertyValidator()
The first time the validator is created, the other times returns the created one. |
IRemoveValidator |
getRemoveValidator()
The first time the validator is created, the other times returns the created one. |
IValidator |
getValidator()
The first time the validator is created, the other times returns the created one. |
boolean |
isOnlyOnCreate()
|
void |
setClassName(java.lang.String newClass)
|
void |
setName(java.lang.String newName)
|
void |
setOnlyOnCreate(boolean onlyOnCreate)
|
| Methods inherited from class org.openxava.util.meta.MetaSetsContainer |
|---|
addMetaSet, assignPropertiesValues, containsMetaSets, containsMetaSetsWithoutValue, getMetaSets, getMetaSetsWithoutValue, getPropertyNameForPropertyFrom |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetaValidator()
| Method Detail |
|---|
public java.lang.String getClassName()
throws XavaException
XavaExceptionpublic java.lang.String getName()
public void setClassName(java.lang.String newClass)
public void setName(java.lang.String newName)
public IValidator createValidator()
throws XavaException
XavaException
public IValidator getValidator()
throws XavaException
XavaException
public IPropertyValidator createPropertyValidator()
throws XavaException
XavaException
public IPropertyValidator getPropertyValidator()
throws XavaException
XavaException
public IRemoveValidator createRemoveValidator()
throws XavaException
XavaException
public IRemoveValidator getRemoveValidator()
throws XavaException
XavaExceptionpublic boolean isOnlyOnCreate()
public void setOnlyOnCreate(boolean onlyOnCreate)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||