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<Data,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, StepModel<D> model, CheckedFunction2<D,java.lang.Integer,IStep> renderer)
Returns the controller instance with the givenstepbar
void
IStepbarController. setRenderer(CheckedFunction2<Data,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 IStep
IStep. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IStep Modifier and Type Method Description static IStep
IStepCtrl. from(Step instance)
static IStep
IStep. ofId(java.lang.String id)
Returns the instance with the given id.static IStep
IStep. ofTitle(java.lang.String title)
Returns the instance with the given title.IStep
IStep. withComplete(boolean complete)
Returns a copy ofthis
immutable component with the specifiedcomplete
.IStep
IStep. withError(boolean error)
Returns a copy ofthis
immutable component with the specifiederror
.IStep
IStep. withIconSclass(java.lang.String iconSclass)
Returns a copy ofthis
immutable component with the specifiediconSclass
.IStep
IStep. withTitle(java.lang.String title)
Returns a copy ofthis
immutable component with the specifiedtitle
.Methods in org.zkoss.stateless.sul with parameters of type IStep Modifier and Type Method Description static IStepbar
IStepbar. of(IStep... children)
Returns the instance with the givenIStep
children.Method parameters in org.zkoss.stateless.sul with type arguments of type IStep Modifier and Type Method Description static IStepbar
IStepbar. of(java.lang.Iterable<? extends IStep> children)
Returns the instance with the givenIStep
children.
-