org.granite.client.validation.javafx
Class ConstraintViolationEvent

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

public class ConstraintViolationEvent
extends javafx.event.Event

Author:
William DRAI
See Also:
Serialized Form

Field Summary
static javafx.event.EventType<ConstraintViolationEvent> ANY
           
static javafx.event.EventType<ConstraintViolationEvent> CONSTRAINT_VIOLATION
           
 
Fields inherited from class javafx.event.Event
consumed, eventType, NULL_SOURCE_TARGET, target
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConstraintViolationEvent(javafx.event.EventType<? extends ConstraintViolationEvent> type, Set<ConstraintViolation<?>> violations)
           
 
Method Summary
 Set<ConstraintViolation<?>> getViolations()
           
 
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<ConstraintViolationEvent> ANY

CONSTRAINT_VIOLATION

public static javafx.event.EventType<ConstraintViolationEvent> CONSTRAINT_VIOLATION
Constructor Detail

ConstraintViolationEvent

public ConstraintViolationEvent(javafx.event.EventType<? extends ConstraintViolationEvent> type,
                                Set<ConstraintViolation<?>> violations)
Method Detail

getViolations

public Set<ConstraintViolation<?>> getViolations()