public class TemplateCreatedEvent extends com.google.gwt.event.shared.GwtEvent<TemplateCreatedEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<TemplateCreatedEventHandler> |
TYPE |
| Constructor and Description |
|---|
TemplateCreatedEvent(boolean validate,
boolean save)
Instantiates a new template created event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(TemplateCreatedEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<TemplateCreatedEventHandler> |
getAssociatedType() |
boolean |
isSave()
Checks if is save.
|
boolean |
isValidate()
Checks if is validate.
|
void |
setSave(boolean save)
Sets the save.
|
void |
setValidate(boolean validate)
Sets the validate.
|
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<TemplateCreatedEventHandler> TYPE
public TemplateCreatedEvent(boolean validate,
boolean save)
validate - the validatesave - the savepublic com.google.gwt.event.shared.GwtEvent.Type<TemplateCreatedEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<TemplateCreatedEventHandler>public boolean isValidate()
public void setValidate(boolean validate)
validate - the validate to setpublic boolean isSave()
public void setSave(boolean save)
save - the save to setprotected void dispatch(TemplateCreatedEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<TemplateCreatedEventHandler>Copyright © 2017. All Rights Reserved.