jbpm-data-modeler-editor-client 6.0.0-SNAPSHOT

org.jbpm.datamodeler.editor.client.editors.widgets.propertyeditor
Interface PropertyValidator


public interface PropertyValidator


Method Summary
 List<PropertyChangeError> validate(Object value)
          Validates the value.
 

Method Detail

validate

List<PropertyChangeError> validate(Object value)
Validates the value.

Parameters:
value - Object to validate.
Returns:
null if validation was ok, any other value indicates that validation failed.

jbpm-data-modeler-editor-client 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.