Uses of Interface
org.zkoss.zkmax.zul.StepModel
-
Packages that use StepModel Package Description org.zkoss.stateless.state org.zkoss.zkmax.zul -
-
Uses of StepModel in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return StepModel Modifier and Type Method Description StepModel<Data>
IStepbarController. getModel()
Methods in org.zkoss.stateless.state with parameters of type StepModel 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
void
IStepbarController. setModel(StepModel<Data> model)
-
Uses of StepModel in org.zkoss.zkmax.zul
Classes in org.zkoss.zkmax.zul that implement StepModel Modifier and Type Class Description class
DefaultStepModel<E>
A simple step data model that usesStep
to represent a stepbar.Methods in org.zkoss.zkmax.zul that return StepModel Modifier and Type Method Description StepModel<?>
Stepbar. getModel()
Returns the step model associated with this stepbar, or null if this stepbar is not associated with any step model.Methods in org.zkoss.zkmax.zul with parameters of type StepModel Modifier and Type Method Description void
Stepbar. setModel(StepModel<?> model)
Sets the step model associated with this stepbar.
-