Interface LayerSourcePageContext

    • Method Detail

      • setLayerSource

        void setLayerSource​(LayerSource layerSource)
        Sets the LayerSource of this assistant.
        Parameters:
        layerSource - The LayerSource of this assistant.
      • getPropertyValue

        Object getPropertyValue​(String key)
        Gets the value for the given key.
        Parameters:
        key - The key of the property.
        Returns:
        The value of the property.
      • setPropertyValue

        void setPropertyValue​(String key,
                              Object value)
        Sets the value for the given key.
        Parameters:
        key - The key of the property.
        value - The value of the property.