Package org.zkoss.stateless.ui
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I
build(BuildContext<I> ctx)
Builds an immutable components tree.
-
-
-
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
-
-