Interface ViewBuilder

    • Method Detail

      • withProperties

        ViewBuilder withProperties​(java.util.Map<java.lang.String,​java.lang.String> properties)
        Add key/value properties to the view.
        Parameters:
        properties - key/value properties
        Returns:
        this for method chaining
      • withProperty

        ViewBuilder withProperty​(java.lang.String key,
                                 java.lang.String value)
        Add a key/value property to the view.
        Parameters:
        key - a key
        value - a value
        Returns:
        this for method chaining
      • create

        View create()
        Create the view.
        Returns:
        the view created
      • replace

        View replace()
        Replace the view.
        Returns:
        the View replaced
      • createOrReplace

        View createOrReplace()
        Create or replace the view.
        Returns:
        the View created or replaced