|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.guiclient.objectvalidators.ValidatorBase
org.openbp.guiclient.objectvalidators.DescriptionObjectValidator
org.openbp.guiclient.objectvalidators.DisplayObjectValidator
org.openbp.guiclient.objectvalidators.ModelObjectValidator
org.openbp.guiclient.objectvalidators.ModelValidator
public class ModelValidator
Object validator for the Model class.
Converts the model import container list to actual model imports and
resolves the references to the imported models.
| Constructor Summary | |
|---|---|
ModelValidator()
|
|
| Method Summary | |
|---|---|
boolean |
validateObject(java.lang.Object editedObject,
PropertyBrowser pb)
Validates the entire object before it will be saved. |
| Methods inherited from class org.openbp.guiclient.objectvalidators.ModelObjectValidator |
|---|
checkNameUniqueness |
| Methods inherited from class org.openbp.guiclient.objectvalidators.DisplayObjectValidator |
|---|
validateProperty |
| Methods inherited from class org.openbp.guiclient.objectvalidators.ValidatorBase |
|---|
displayErrorMsg, displayMsgContainer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelValidator()
| Method Detail |
|---|
public boolean validateObject(java.lang.Object editedObject,
PropertyBrowser pb)
validateObject in interface ObjectValidatorvalidateObject in class ModelObjectValidatoreditedObject - Edited object that contains the propertypb - Property browser that edits the object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||