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: