Interface ContextAwareUIComponentConfiguration

    • Method Detail

      • getContext

        UIComponentConfigurationContext getContext()
        Gets the context stored on this configuration object.
        Returns:
        context stored on this configuration object or null if no context was set during creation.
      • setContext

        void setContext​(UIComponentConfigurationContext context)
        Sets the given context to this configuration object. Typically by a factory during creation.
        Parameters:
        context - context to be set