Package org.opencms.gwt.client.ui.tree
Class A_CmsDeepLazyOpenHandler<I extends CmsLazyTreeItem>
java.lang.Object
org.opencms.gwt.client.ui.tree.A_CmsLazyOpenHandler<I>
org.opencms.gwt.client.ui.tree.A_CmsDeepLazyOpenHandler<I>
- Type Parameters:
I
- the specific lazy tree item implementation
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.OpenHandler<I>
,com.google.gwt.event.shared.EventHandler
,I_CmsLazyOpenHandler<I>
public abstract class A_CmsDeepLazyOpenHandler<I extends CmsLazyTreeItem>
extends A_CmsLazyOpenHandler<I>
Two levels deep lazy list tree open handler abstract implementation.
- Since:
- 8.0.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.opencms.gwt.client.ui.tree.A_CmsLazyOpenHandler
onFinishOpen
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opencms.gwt.client.ui.tree.I_CmsLazyOpenHandler
load
-
Constructor Details
-
A_CmsDeepLazyOpenHandler
public A_CmsDeepLazyOpenHandler()
-
-
Method Details