Class PublicationLoadedEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<PublicationNavigationPagesEventHandler>
org.silverpeas.mobile.client.apps.documents.events.pages.publication.AbstractPublicationPagesEvent
org.silverpeas.mobile.client.apps.documents.events.pages.publication.PublicationLoadedEvent
-
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.publication.AbstractPublicationPagesEvent
TYPE -
Constructor Summary
ConstructorsConstructorDescriptionPublicationLoadedEvent(PublicationDTO publication, boolean commentable, boolean ableToStoreContent, boolean notifiable, int sharing, String type, boolean canImport, boolean canPublish) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidintgetType()booleanbooleanbooleanbooleanbooleanMethods inherited from class org.silverpeas.mobile.client.apps.documents.events.pages.publication.AbstractPublicationPagesEvent
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
-
Method Details
-
getPublication
-
isCommentable
public boolean isCommentable() -
isAbleToStoreContent
public boolean isAbleToStoreContent() -
isNotifiable
public boolean isNotifiable() -
getType
-
getSharing
public int getSharing() -
isCanImport
public boolean isCanImport() -
isCanPublish
public boolean isCanPublish()