Package org.zkoss.bind.tracker.impl
Interface BindUiLifeCycle.Extension
-
- All Known Implementing Classes:
BindUiLifeCycleExtension
- Enclosing class:
- BindUiLifeCycle
public static interface BindUiLifeCycle.Extension
An 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 boolean
isLifeCycleHandling(Component comp)
void
markLifeCycleHandling(Component comp)
void
removeLifeCycleHandling(Component comp)
-