Uses of Interface
org.zkoss.stateless.sul.IStepbar
-
Packages that use IStepbar Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of IStepbar in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return IStepbar Modifier and Type Method Description IStepbarIStepbarController. build()Methods in org.zkoss.stateless.state with parameters of type IStepbar Modifier and Type Method Description static <D> IStepbarController<D>IStepbarController. of(IStepbar owner, org.zkoss.zkmax.zul.StepModel<D> model)Returns the controller instance with the givenstepbarstatic <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 givenstepbar -
Uses of IStepbar in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IStepbar Modifier and Type Field Description static IStepbarIStepbar. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IStepbar Modifier and Type Method Description static IStepbarIStepbarCtrl. from(org.zkoss.zkmax.zul.Stepbar instance)static IStepbarIStepbar. of(java.lang.Iterable<? extends IStep> children)Returns the instance with the givenIStepchildren.static IStepbarIStepbar. of(IStep... children)Returns the instance with the givenIStepchildren.static IStepbarIStepbar. ofId(java.lang.String id)Returns the instance with the given id.IStepbarIStepbar. withActiveIndex(int activeIndex)Returns a copy ofthisimmutable component with the specifiedactiveIndex.IStepbarIStepbar. withLinear(boolean linear)Returns a copy ofthisimmutable component with the specifiedlinear.IStepbarIStepbar. withWrappedLabels(boolean wrappedLabels)Returns a copy ofthisimmutable component with the specifiedwrappedLabels.
-