Interface IComponentBuilder<I extends IComponent>

  • All Known Subinterfaces:
    StatelessComposer<I>

    public interface IComponentBuilder<I extends IComponent>
    An immutable component builder interface to build a component tree to the given view.
    Author:
    jumperchen
    • Method Detail

      • build

        I build​(BuildContext<I> ctx)
        Builds an immutable components tree.
        Parameters:
        ctx - The build context
        Returns:
        the new component tree if any.
        See Also:
        BuildContext