Class ClickItemEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<NavigationPagesEventHandler>
-
- org.silverpeas.mobile.client.apps.navigation.events.pages.AbstractNavigationPagesEvent
-
- org.silverpeas.mobile.client.apps.navigation.events.pages.ClickItemEvent
-
public class ClickItemEvent extends AbstractNavigationPagesEvent
-
-
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.navigation.events.pages.AbstractNavigationPagesEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description ClickItemEvent(SilverpeasObjectDTO data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(NavigationPagesEventHandler handler)
SilverpeasObjectDTO
getData()
boolean
isSpace()
-
Methods inherited from class org.silverpeas.mobile.client.apps.navigation.events.pages.AbstractNavigationPagesEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
ClickItemEvent
public ClickItemEvent(SilverpeasObjectDTO data)
-
-
Method Detail
-
dispatch
protected void dispatch(NavigationPagesEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<NavigationPagesEventHandler>
-
getData
public SilverpeasObjectDTO getData()
-
isSpace
public boolean isSpace()
-
-