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

    Constructors
    Constructor
    Description
    CmsSitemapLoadEvent(org.opencms.ade.sitemap.shared.CmsClientSitemapEntry entry, boolean setOpen)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    final com.google.gwt.event.shared.GwtEvent.Type<I_CmsSitemapLoadHandler>
     
    org.opencms.ade.sitemap.shared.CmsClientSitemapEntry
    Returns the entry.
    static com.google.gwt.event.shared.GwtEvent.Type<I_CmsSitemapLoadHandler>
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CmsSitemapLoadEvent

      public CmsSitemapLoadEvent(org.opencms.ade.sitemap.shared.CmsClientSitemapEntry entry, boolean setOpen)
      Constructor.

      Parameters:
      entry - the entry that loaded its children
      setOpen - if the entry should be opened
  • Method Details

    • getType

      public static com.google.gwt.event.shared.GwtEvent.Type<I_CmsSitemapLoadHandler> getType()
      Gets the event type associated with change events.

      Returns:
      the handler type
    • getAssociatedType

      public final com.google.gwt.event.shared.GwtEvent.Type<I_CmsSitemapLoadHandler> getAssociatedType()
      Specified by:
      getAssociatedType in class com.google.gwt.event.shared.GwtEvent<I_CmsSitemapLoadHandler>
      See Also:
      • GwtEvent.getAssociatedType()
    • getEntry

      public org.opencms.ade.sitemap.shared.CmsClientSitemapEntry getEntry()
      Returns the entry.

      Returns:
      the entry
    • isSetOpen

      public boolean isSetOpen()
      Returns if the entry should be opened.

      Returns:
      true if the entry should be opened
    • dispatch

      protected void dispatch(I_CmsSitemapLoadHandler handler)
      Specified by:
      dispatch in class com.google.gwt.event.shared.GwtEvent<I_CmsSitemapLoadHandler>
      See Also:
      • GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)