Uses of Interface
org.zkoss.stateless.ui.StatelessComposer
-
Packages that use StatelessComposer Package Description org.zkoss.stateless.ui.util -
-
Uses of StatelessComposer in org.zkoss.stateless.ui.util
Methods in org.zkoss.stateless.ui.util with parameters of type StatelessComposer Modifier and Type Method Description static void
ActionHelper. wireAction(StatelessComposer composer, IStubComponent iStubComponent)
Wires the method action handlers from the givencomposer
into each matched component, which is found by finding withAction.from()
.
-