Class CmsSitemapLoadEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<I_CmsSitemapLoadHandler>
org.opencms.ade.sitemap.client.control.CmsSitemapLoadEvent
public class CmsSitemapLoadEvent
extends com.google.gwt.event.shared.GwtEvent<I_CmsSitemapLoadHandler>
Sitemap load event.
- Since:
- 8.0.0
- See Also:
-
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>
-
Constructor Summary
ConstructorDescriptionCmsSitemapLoadEvent
(org.opencms.ade.sitemap.shared.CmsClientSitemapEntry entry, boolean setOpen) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispatch
(I_CmsSitemapLoadHandler handler) final com.google.gwt.event.shared.GwtEvent.Type<I_CmsSitemapLoadHandler>
org.opencms.ade.sitemap.shared.CmsClientSitemapEntry
getEntry()
Returns the entry.static com.google.gwt.event.shared.GwtEvent.Type<I_CmsSitemapLoadHandler>
getType()
Gets the event type associated with change events.boolean
Returns if the entry should be opened.Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Constructor Details
-
Method Details
-
getType
Gets the event type associated with change events.- Returns:
- the handler type
-
getAssociatedType
- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<I_CmsSitemapLoadHandler>
- See Also:
-
GwtEvent.getAssociatedType()
-
getEntry
Returns the entry.- Returns:
- the entry
-
isSetOpen
Returns if the entry should be opened.- Returns:
true
if the entry should be opened
-
dispatch
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<I_CmsSitemapLoadHandler>
- See Also:
-
GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)
-