Class CmsLazyTree<I extends CmsLazyTreeItem>

java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.ComplexPanel
org.opencms.gwt.client.ui.CmsList<I>
org.opencms.gwt.client.ui.tree.CmsTree<I>
org.opencms.gwt.client.ui.tree.CmsLazyTree<I>
Type Parameters:
I - the specific lazy tree item implementation
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.logical.shared.HasCloseHandlers<I>, com.google.gwt.event.logical.shared.HasOpenHandlers<I>, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasAnimation, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IndexedPanel, com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, Iterable<com.google.gwt.user.client.ui.Widget>, I_CmsDropTarget, I_CmsTruncable

public class CmsLazyTree<I extends CmsLazyTreeItem> extends CmsTree<I>
Lazy tree imeplementation.

Since:
8.0.0
  • Constructor Details

    • CmsLazyTree

      public CmsLazyTree(I_CmsLazyOpenHandler<I> openHandler)
      Initializes the lazy tree.

      Parameters:
      openHandler - the open handler which should be called when the user clicks on an opener in the tree.