Interface SCOContainer<T>

    • Method Detail

      • load

        void load()
        Inform the SCO that it should load itself fully now (in case it is using lazy loading).
      • isLoaded

        boolean isLoaded()
        Method to return if the SCO has its contents loaded. If the SCO doesn't support lazy loading will just return true.
        Returns:
        Whether it is loaded
      • setValue

        void setValue​(T value)
        Method to change the delegate value this wraps (to save recreating the wrapper).
        Parameters:
        value - The new value