Interface InitializedAccessor

    • Method Detail

      • isInitialized

        boolean isInitialized​()
        Retrieves the is-initialized property from the initialized property. Determines whether the component is initialized. A component is initialized after being initialized as of Initializable.initialize() or Configurable.initialize(Object).
        Returns:
        True in case of being initialized (returns the is-initialized property stored by the initialized property).