Class FormsOnlineValidationRequestEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<FormsOnlineAppEventHandler>
-
- org.silverpeas.mobile.client.apps.formsonline.events.app.AbstractFormsOnlineAppEvent
-
- org.silverpeas.mobile.client.apps.formsonline.events.app.FormsOnlineValidationRequestEvent
-
public class FormsOnlineValidationRequestEvent extends AbstractFormsOnlineAppEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
-
Fields inherited from class org.silverpeas.mobile.client.apps.formsonline.events.app.AbstractFormsOnlineAppEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description FormsOnlineValidationRequestEvent()
FormsOnlineValidationRequestEvent(FormRequestDTO data, ValidationRequestDTO validation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(FormsOnlineAppEventHandler handler)
FormRequestDTO
getData()
ValidationRequestDTO
getValidation()
-
Methods inherited from class org.silverpeas.mobile.client.apps.formsonline.events.app.AbstractFormsOnlineAppEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
FormsOnlineValidationRequestEvent
public FormsOnlineValidationRequestEvent()
-
FormsOnlineValidationRequestEvent
public FormsOnlineValidationRequestEvent(FormRequestDTO data, ValidationRequestDTO validation)
-
-
Method Detail
-
dispatch
protected void dispatch(FormsOnlineAppEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<FormsOnlineAppEventHandler>
-
getData
public FormRequestDTO getData()
-
getValidation
public ValidationRequestDTO getValidation()
-
-