Package org.zkoss.bind.tracker.impl
Interface BindUiLifeCycle.Extension
-
- Enclosing class:
- BindUiLifeCycle
public static interface BindUiLifeCycle.ExtensionAn interface used to extend theBindUiLifeCycle. The class name of the extension shall be specified in the library properties called org.zkoss.bind.tracker.impl.extension.Notice that it is used only internally.
- Since:
- 6.5.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisLifeCycleHandling(org.zkoss.zk.ui.Component comp)voidmarkLifeCycleHandling(org.zkoss.zk.ui.Component comp)voidremoveLifeCycleHandling(org.zkoss.zk.ui.Component comp)
-