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 IStubComponentIStubComponent. of(IComponent root)static IStubComponentIStubComponent. of(org.zkoss.zk.ui.Component root)Methods in org.zkoss.stateless.ui with parameters of type IStubComponent Modifier and Type Method Description static java.lang.StringIStubComponent. 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 IStubComponentStatelessContentRenderer. getBinding()Methods in org.zkoss.stateless.ui.util with parameters of type IStubComponent Modifier and Type Method Description static voidActionHelper. wireAction(StatelessComposer composer, IStubComponent iStubComponent)Wires the method action handlers from the givencomposerinto each matched component, which is found by finding withAction.from().static voidActionHelper. wireAction(StatelessRichlet richlet, IStubComponent iStubComponent)Wires the method action handlers from the givenrichletinto each matched client widget.Constructors in org.zkoss.stateless.ui.util with parameters of type IStubComponent Constructor Description StatelessContentRenderer(org.zkoss.zk.ui.sys.ContentRenderer delegator, I owner, IStubComponent zkComp)
-