public class IsFormValidEvent extends com.google.gwt.event.shared.GwtEvent<IsFormValidEvent.Handler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
IsFormValidEvent.Handler
Handler for
IsFormValidEvent. |
static interface |
IsFormValidEvent.HasIsFormValidHandlers
Indicates if a widget supports ok/cancel.
|
| Constructor and Description |
|---|
IsFormValidEvent(Boolean validity)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(IsFormValidEvent.Handler handler) |
static IsFormValidEvent |
fire(com.google.gwt.event.shared.HasHandlers source,
Boolean validity)
Fires the event.
|
com.google.gwt.event.shared.GwtEvent.Type<IsFormValidEvent.Handler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<IsFormValidEvent.Handler> |
getType()
Gets the type associated with this event.
|
Boolean |
isValid() |
void |
setValidity(Boolean validity) |
assertLive, getSource, isLive, kill, revivepublic IsFormValidEvent(Boolean validity)
validity - public static IsFormValidEvent fire(com.google.gwt.event.shared.HasHandlers source, Boolean validity)
source - validity - public static com.google.gwt.event.shared.GwtEvent.Type<IsFormValidEvent.Handler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<IsFormValidEvent.Handler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<IsFormValidEvent.Handler>GwtEvent.getAssociatedType()protected void dispatch(IsFormValidEvent.Handler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<IsFormValidEvent.Handler>GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)public Boolean isValid()
public void setValidity(Boolean validity)
validity - the validity to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.