org.granite.client.validation.javafx
Class ValidationResultEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javafx.event.Event
          extended by org.granite.client.validation.javafx.ValidationResultEvent
All Implemented Interfaces:
Serializable, Cloneable

public class ValidationResultEvent
extends javafx.event.Event

Author:
William DRAI
See Also:
Serialized Form

Field Summary
static javafx.event.EventType<ValidationResultEvent> ANY
           
static javafx.event.EventType<ValidationResultEvent> INVALID
           
static javafx.event.EventType<ValidationResultEvent> UNHANDLED
           
static javafx.event.EventType<ValidationResultEvent> VALID
           
 
Fields inherited from class javafx.event.Event
consumed, eventType, NULL_SOURCE_TARGET, target
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ValidationResultEvent(Object source, javafx.event.EventTarget target, javafx.event.EventType<ValidationResultEvent> type, List<ValidationResult> errorResults)
           
 
Method Summary
 List<ValidationResult> getErrorResults()
           
 
Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ANY

public static javafx.event.EventType<ValidationResultEvent> ANY

VALID

public static javafx.event.EventType<ValidationResultEvent> VALID

INVALID

public static javafx.event.EventType<ValidationResultEvent> INVALID

UNHANDLED

public static javafx.event.EventType<ValidationResultEvent> UNHANDLED
Constructor Detail

ValidationResultEvent

public ValidationResultEvent(Object source,
                             javafx.event.EventTarget target,
                             javafx.event.EventType<ValidationResultEvent> type,
                             List<ValidationResult> errorResults)
Method Detail

getErrorResults

public List<ValidationResult> getErrorResults()