org.granite.client.validation.javafx
Class ValidationResultEvent
java.lang.Object
java.util.EventObject
javafx.event.Event
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
| Fields inherited from class javafx.event.Event |
consumed, eventType, NULL_SOURCE_TARGET, target |
| Methods inherited from class javafx.event.Event |
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed |
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
ValidationResultEvent
public ValidationResultEvent(Object source,
javafx.event.EventTarget target,
javafx.event.EventType<ValidationResultEvent> type,
List<ValidationResult> errorResults)
getErrorResults
public List<ValidationResult> getErrorResults()