Package org.zkoss.stateless.ui
Interface StatelessComposer<I extends IComponent>
-
- All Superinterfaces:
Composer
,IComponentBuilder<I>
,java.io.Serializable
public interface StatelessComposer<I extends IComponent> extends Composer, IComponentBuilder<I>, java.io.Serializable
A state less composer to compose of ZKComponent
s into Stateless immutableIComponent
s- Author:
- jumperchen
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
doAfterCompose(Component t)
Marks as final implementation for subclass; Instead, implementsIComponentBuilder.build(BuildContext)
for building an immutables components tree to the given view if any.-
Methods inherited from interface org.zkoss.stateless.ui.IComponentBuilder
build
-
-
-
-
Method Detail
-
doAfterCompose
default void doAfterCompose(Component t) throws java.lang.Exception
Marks as final implementation for subclass; Instead, implementsIComponentBuilder.build(BuildContext)
for building an immutables components tree to the given view if any.- Specified by:
doAfterCompose
in interfaceComposer<I extends IComponent>
- Parameters:
t
-- Throws:
java.lang.Exception
-
-