Class CmsLazyTreeItem

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget, I_CmsDraggable, I_CmsListItem, I_CmsTruncable
    Direct Known Subclasses:
    CmsSitemapTreeItem

    public class CmsLazyTreeItem
    extends CmsTreeItem
    Tree item for lazily loaded list trees.

    Since:
    8.0.0
    • Constructor Detail

      • CmsLazyTreeItem

        public CmsLazyTreeItem​(CmsCheckBox checkbox,
                               com.google.gwt.user.client.ui.Widget widget,
                               boolean useLoadItem)
        Constructs a new lazy tree item with a main widget and a check box.

        Parameters:
        checkbox - the check box
        widget - the main widget
        useLoadItem - true to show a load item while children are being loaded
      • CmsLazyTreeItem

        public CmsLazyTreeItem​(com.google.gwt.user.client.ui.Widget widget,
                               boolean useLoadItem)
        Constructs a new lazy tree item with a main widget.

        Parameters:
        widget - the main widget
        useLoadItem - true to show a load item while children are being loaded