|
||||||||||
| 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
public class ModelObjectValidator
Model object validator.
| Constructor Summary | |
|---|---|
ModelObjectValidator()
|
|
| Method Summary | |
|---|---|
static void |
checkNameUniqueness(ModelObject editedObject,
PropertyBrowser pb)
Checks if the name of this object is unique in the collection it iscontain in - if any. |
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.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 ModelObjectValidator()
| Method Detail |
|---|
public boolean validateObject(java.lang.Object editedObject,
PropertyBrowser pb)
validateObject in interface ObjectValidatorvalidateObject in class ValidatorBaseeditedObject - Edited object that contains the propertypb - Property browser that edits the object
public static void checkNameUniqueness(ModelObject editedObject,
PropertyBrowser pb)
editedObject - 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 | |||||||||