Package org.opencms.ade.sitemap.client
Class CmsSitemapView.TreeOpenHandler
java.lang.Object
org.opencms.ade.sitemap.client.CmsSitemapView.TreeOpenHandler
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.OpenHandler<CmsSitemapTreeItem>
,com.google.gwt.event.shared.EventHandler
,I_CmsLazyOpenHandler<CmsSitemapTreeItem>
- Enclosing class:
- CmsSitemapView
protected class CmsSitemapView.TreeOpenHandler
extends Object
implements I_CmsLazyOpenHandler<CmsSitemapTreeItem>
The sitemap tree open handler.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
load
(CmsSitemapTreeItem target, Runnable loadCallback) Load the children of the given tree item.void
onOpen
(com.google.gwt.event.logical.shared.OpenEvent<CmsSitemapTreeItem> event) protected void
setInitializing
(boolean initializing) Sets the initializing flag.
-
Constructor Details
-
TreeOpenHandler
protected TreeOpenHandler()
-
-
Method Details
-
load
Description copied from interface:I_CmsLazyOpenHandler
Load the children of the given tree item.- Specified by:
load
in interfaceI_CmsLazyOpenHandler<CmsSitemapTreeItem>
- Parameters:
target
- the tree item to be loadedloadCallback
- the callback to execute after loading- See Also:
-
setInitializing
Sets the initializing flag.- Parameters:
initializing
- the initializing flag
-