org.granite.client.validation
Class ValidationResult

java.lang.Object
  extended by org.granite.client.validation.ValidationResult

public class ValidationResult
extends Object

Author:
William DRAI

Constructor Summary
ValidationResult(boolean error, javafx.beans.property.Property<?> property, String code, String message)
           
 
Method Summary
 String getCode()
           
 String getMessage()
           
 javafx.beans.property.Property<?> getProperty()
           
 boolean isError()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationResult

public ValidationResult(boolean error,
                        javafx.beans.property.Property<?> property,
                        String code,
                        String message)
Method Detail

isError

public boolean isError()

getProperty

public javafx.beans.property.Property<?> getProperty()

getCode

public String getCode()

getMessage

public String getMessage()