Class GedItemsLoadedEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<GedNavigationPagesEventHandler>
org.silverpeas.mobile.client.apps.documents.events.pages.navigation.AbstractGedNavigationPagesEvent
org.silverpeas.mobile.client.apps.documents.events.pages.navigation.GedItemsLoadedEvent
-
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.documents.events.pages.navigation.AbstractGedNavigationPagesEvent
TYPE -
Constructor Summary
ConstructorsConstructorDescriptionGedItemsLoadedEvent(List<BaseDTO> topicsAndPublications, int sharing, boolean canImport) GedItemsLoadedEvent(List<BaseDTO> topicsAndPublications, int sharing, boolean canImport, boolean forceReload) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddispatch(GedNavigationPagesEventHandler handler) intbooleanbooleanMethods inherited from class org.silverpeas.mobile.client.apps.documents.events.pages.navigation.AbstractGedNavigationPagesEvent
getAssociatedTypeMethods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, reviveMethods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Constructor Details
-
GedItemsLoadedEvent
-
GedItemsLoadedEvent
-
-
Method Details
-
getTopicsAndPublications
-
getSharing
public int getSharing() -
isForceReload
public boolean isForceReload() -
isCanImport
public boolean isCanImport()