Interface Initializable

    • Method Detail

      • initialize

        void initialize()
        Initializes all references that may be needed during its lifetime. Method is called right before a component is attached and displayed.

        Notice: if an object implements Cleanable also, then it is possible that initialize() will be called several times without calling Cleanable.cleanup().