Class CmsSitemapLoadEvent

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent

        com.google.gwt.event.shared.GwtEvent.Type<H extends java.lang.Object>
    • Constructor Summary

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

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void dispatch​(I_CmsSitemapLoadHandler handler)  
      com.google.gwt.event.shared.GwtEvent.Type<I_CmsSitemapLoadHandler> getAssociatedType()  
      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 isSetOpen()
      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 Detail

      • 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 Detail

      • getType

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

        Returns:
        the handler type
      • 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