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