Uses of Interface
org.zkoss.stateless.sul.IStep
-
Packages that use IStep Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of IStep in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return types with arguments of type IStep Modifier and Type Method Description CheckedFunction2<DataT,java.lang.Integer,IStep>IStepbarController. getRenderer()Method parameters in org.zkoss.stateless.state with type arguments of type IStep Modifier and Type Method Description static <D> IStepbarController<D>IStepbarController. of(IStepbar owner, org.zkoss.zkmax.zul.StepModel<D> model, CheckedFunction2<D,java.lang.Integer,IStep> renderer)Returns the controller instance with the givenstepbarvoidIStepbarController. setRenderer(CheckedFunction2<DataT,java.lang.Integer,IStep> renderer) -
Uses of IStep in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IStep Modifier and Type Field Description static IStepIStep. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IStep Modifier and Type Method Description static IStepIStepCtrl. from(org.zkoss.zkmax.zul.Step instance)static IStepIStep. ofId(java.lang.String id)Returns the instance with the given id.static IStepIStep. ofTitle(java.lang.String title)Returns the instance with the given title.IStepIStep. withComplete(boolean complete)Returns a copy ofthisimmutable component with the specifiedcomplete.IStepIStep. withError(boolean error)Returns a copy ofthisimmutable component with the specifiederror.IStepIStep. withIconSclass(java.lang.String iconSclass)Returns a copy ofthisimmutable component with the specifiediconSclass.IStepIStep. withTitle(java.lang.String title)Returns a copy ofthisimmutable component with the specifiedtitle.Methods in org.zkoss.stateless.sul with parameters of type IStep Modifier and Type Method Description static IStepbarIStepbar. of(IStep... children)Returns the instance with the givenIStepchildren.Method parameters in org.zkoss.stateless.sul with type arguments of type IStep Modifier and Type Method Description static IStepbarIStepbar. of(java.lang.Iterable<? extends IStep> children)Returns the instance with the givenIStepchildren.
-