Class FormOnlineLoadUserFieldEvent
- 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.FormOnlineLoadUserFieldEvent
-
public class FormOnlineLoadUserFieldEvent 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 FormOnlineLoadUserFieldEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(FormsOnlineAppEventHandler handler)
String
getFieldName()
void
setFieldName(String fieldName)
-
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
-
-
-
-
Method Detail
-
dispatch
protected void dispatch(FormsOnlineAppEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<FormsOnlineAppEventHandler>
-
getFieldName
public String getFieldName()
-
setFieldName
public void setFieldName(String fieldName)
-
-