Interface FilterableComponentBuilder<T extends ComponentBuilder<T>>

    • Method Detail

      • add

        T add​(FilterComponentBuilder assembler)
        Adds a Filter to the component.
        Parameters:
        assembler - The FilterComponentBuilder with all of its attributes and sub components set.
        Returns:
        this Assembler.