Interface BindUiLifeCycle.Extension

  • All Known Implementing Classes:
    BindUiLifeCycleExtension
    Enclosing class:
    BindUiLifeCycle

    public static interface BindUiLifeCycle.Extension
    An interface used to extend the BindUiLifeCycle. 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 Detail

      • markLifeCycleHandling

        void markLifeCycleHandling​(Component comp)
      • isLifeCycleHandling

        boolean isLifeCycleHandling​(Component comp)
      • removeLifeCycleHandling

        void removeLifeCycleHandling​(Component comp)