com.sencha.gxt.widget.core.client.event
Class InvalidEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<InvalidEvent.InvalidHandler>
com.sencha.gxt.widget.core.client.event.InvalidEvent
public class InvalidEvent
- extends GwtEvent<InvalidEvent.InvalidHandler>
Fires after a field value marked invalid.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidEvent
public InvalidEvent(java.util.List<EditorError> errors)
getType
public static GwtEvent.Type<InvalidEvent.InvalidHandler> getType()
- Gets the type associated with this event.
- Returns:
- returns the handler type
getAssociatedType
public GwtEvent.Type<InvalidEvent.InvalidHandler> getAssociatedType()
- Overrides:
getAssociatedType in class GwtEvent<InvalidEvent.InvalidHandler>
getErrors
public java.util.List<EditorError> getErrors()
getSource
public Field<?> getSource()
- Overrides:
getSource in class GwtEvent<InvalidEvent.InvalidHandler>
Copyright © 2012. All Rights Reserved.