Uses of Interface
org.zkoss.zkmax.zul.StepModel
-
Packages that use StepModel Package Description org.zkoss.clientbind org.zkoss.stateless.state org.zkoss.zkmax.zul -
-
Uses of StepModel in org.zkoss.clientbind
Fields in org.zkoss.clientbind with type parameters of type StepModel Modifier and Type Field Description java.util.Map<java.lang.Object,StepModel>ClientBindComposer. modelToStepModel -
Uses of StepModel in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return StepModel Modifier and Type Method Description StepModel<DataT>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 givenstepbarstatic <D> IStepbarController<D>IStepbarController. of(IStepbar owner, StepModel<D> model, CheckedFunction2<D,java.lang.Integer,IStep> renderer)Returns the controller instance with the givenstepbarvoidIStepbarController. setModel(StepModel<DataT> model) -
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.
-