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 IStepbar
IStepbarController. 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, StepModel<D> model)
Returns the controller instance with the givenstepbar
static <D> IStepbarController<D>
IStepbarController. of(IStepbar owner, 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 IStepbar
IStepbar. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IStepbar Modifier and Type Method Description static IStepbar
IStepbarCtrl. from(Stepbar instance)
static IStepbar
IStepbar. of(java.lang.Iterable<? extends IStep> children)
Returns the instance with the givenIStep
children.static IStepbar
IStepbar. of(IStep... children)
Returns the instance with the givenIStep
children.static IStepbar
IStepbar. ofId(java.lang.String id)
Returns the instance with the given id.IStepbar
IStepbar. withActiveIndex(int activeIndex)
Returns a copy ofthis
immutable component with the specifiedactiveIndex
.IStepbar
IStepbar. withLinear(boolean linear)
Returns a copy ofthis
immutable component with the specifiedlinear
.IStepbar
IStepbar. withWrappedLabels(boolean wrappedLabels)
Returns a copy ofthis
immutable component with the specifiedwrappedLabels
.
-