Uses of Interface
org.zkoss.zkmax.zul.StepModel
-
Packages that use StepModel Package Description org.zkoss.zkmax.zul -
-
Uses of StepModel in org.zkoss.zkmax.zul
Classes in org.zkoss.zkmax.zul that implement StepModel Modifier and Type Class Description classDefaultStepModel<E>A simple step data model that usesStepto 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 voidStepbar. setModel(StepModel<?> model)Sets the step model associated with this stepbar.
-