|
||||||||||
| 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.DataMemberValidator
public class DataMemberValidator
Object validator for the DataMember class.
Generates a xml name from the object name.
| Constructor Summary | |
|---|---|
DataMemberValidator()
|
|
| Method Summary | |
|---|---|
boolean |
validateProperty(java.lang.String propertyName,
java.lang.Object propertyValue,
java.lang.Object editedObject,
PropertyEditor propertyEditor,
boolean complete)
Property validator method. |
| Methods inherited from class org.openbp.guiclient.objectvalidators.ModelObjectValidator |
|---|
checkNameUniqueness, validateObject |
| 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 DataMemberValidator()
| Method Detail |
|---|
public boolean validateProperty(java.lang.String propertyName,
java.lang.Object propertyValue,
java.lang.Object editedObject,
PropertyEditor propertyEditor,
boolean complete)
validateProperty in interface PropertyValidatorvalidateProperty in class DisplayObjectValidatorpropertyName - Name of the edited propertypropertyValue - Current value of the propertyeditedObject - Edited object that contains the propertypropertyEditor - Property editor that edits the property valuecomplete - true The value has been completely entered. This is the case if the user wishes to leave the field.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||