Uses of Class
org.zkoss.zkmax.zul.Step
-
Packages that use Step Package Description org.zkoss.stateless.sul org.zkoss.zkmax.bind.impl org.zkoss.zkmax.zul -
-
Uses of Step in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Step Modifier and Type Method Description static IStep
IStepCtrl. from(Step instance)
-
Uses of Step in org.zkoss.zkmax.bind.impl
Methods in org.zkoss.zkmax.bind.impl with parameters of type Step Modifier and Type Method Description void
BindStepRenderer. render(Step step, E data, int index)
-
Uses of Step in org.zkoss.zkmax.zul
Methods in org.zkoss.zkmax.zul that return Step Modifier and Type Method Description Step
Stepbar. getActiveStep()
Return the active step.Methods in org.zkoss.zkmax.zul that return types with arguments of type Step Modifier and Type Method Description java.util.List<Step>
Stepbar. getSteps()
Returns the steps in this stepbar.Methods in org.zkoss.zkmax.zul with parameters of type Step Modifier and Type Method Description void
StepRenderer. render(Step step, T data, int index)
Renders the data to the specified Step.void
Stepbar. setActiveStep(Step step)
Sets the active step.
-