Interface Composer<T extends Component>

    • Method Detail

      • doAfterCompose

        void doAfterCompose​(T comp)
                     throws java.lang.Exception
        Invokes after ZK loader creates this component, initializes it and composes all its children, if any.
        Parameters:
        comp - the component has been composed
        Throws:
        java.lang.Exception