Package org.opencms.gwt.client.ui.tree
Class A_CmsLazyOpenHandler<I extends CmsLazyTreeItem>
java.lang.Object
org.opencms.gwt.client.ui.tree.A_CmsLazyOpenHandler<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>
- Direct Known Subclasses:
A_CmsDeepLazyOpenHandler
public abstract class A_CmsLazyOpenHandler<I extends CmsLazyTreeItem>
extends Object
implements I_CmsLazyOpenHandler<I>
Lazy list tree open handler abstract implementation.
- Since:
- 8.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onFinishOpen
(I target) Called when the opening process has finished and the children (if any) are visible.void
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_CmsLazyOpenHandler
public A_CmsLazyOpenHandler()
-
-
Method Details
-
onFinishOpen
Called when the opening process has finished and the children (if any) are visible.- Parameters:
target
- the target tree item
-