|
||||||||||
| 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.InitialNodeValidator
public class InitialNodeValidator
Object validator for the InitialNode class.
If the 'default entry' flag has been set for the given initial node, the validator will
clear the flag from the other initial nodes of the process.
This ensures that there is always only one default initial node.
| Constructor Summary | |
|---|---|
InitialNodeValidator()
|
|
| 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 InitialNodeValidator()
| 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 | |||||||||