Uses of Class
org.zkoss.stateless.ui.IStubComponent
-
Packages that use IStubComponent Package Description org.zkoss.stateless.ui org.zkoss.stateless.ui.util -
-
Uses of IStubComponent in org.zkoss.stateless.ui
Methods in org.zkoss.stateless.ui that return IStubComponent Modifier and Type Method Description static IStubComponent
IStubComponent. of(IComponent root)
static IStubComponent
IStubComponent. of(Component root)
Methods in org.zkoss.stateless.ui with parameters of type IStubComponent Modifier and Type Method Description static java.lang.String
IStubComponent. redraw(IStubComponent root)
-
Uses of IStubComponent in org.zkoss.stateless.ui.util
Methods in org.zkoss.stateless.ui.util that return IStubComponent Modifier and Type Method Description IStubComponent
StatelessContentRenderer. getBinding()
Methods in org.zkoss.stateless.ui.util with parameters of type IStubComponent 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()
.static void
ActionHelper. wireAction(StatelessRichlet richlet, IStubComponent iStubComponent)
Wires the method action handlers from the givenrichlet
into each matched client widget.Constructors in org.zkoss.stateless.ui.util with parameters of type IStubComponent Constructor Description StatelessContentRenderer(ContentRenderer delegator, I owner, IStubComponent zkComp)
-