public class InvalidEvent extends GwtEvent<InvalidEvent.InvalidHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidEvent.HasInvalidHandlers
A widget that implements this interface is a public source of
InvalidEvent events. |
static interface |
InvalidEvent.InvalidHandler
Handler class for
InvalidEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
InvalidEvent(List<EditorError> errors) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<InvalidEvent.InvalidHandler> |
getAssociatedType() |
List<EditorError> |
getErrors() |
Field<?> |
getSource() |
static GwtEvent.Type<InvalidEvent.InvalidHandler> |
getType()
Gets the type associated with this event.
|
public InvalidEvent(List<EditorError> errors)
public static GwtEvent.Type<InvalidEvent.InvalidHandler> getType()
public GwtEvent.Type<InvalidEvent.InvalidHandler> getAssociatedType()
getAssociatedType in class GwtEvent<InvalidEvent.InvalidHandler>public List<EditorError> getErrors()
public Field<?> getSource()
getSource in class GwtEvent<InvalidEvent.InvalidHandler>Copyright © 2012. All Rights Reserved.