Package | Description |
---|---|
org.zkoss.zkmax.bind.impl | |
org.zkoss.zkmax.zul |
Components and UI utitilies available in ZK EE.
|
Modifier and Type | Method and Description |
---|---|
void |
BindStepRenderer.render(Step step,
E data,
int index) |
Modifier and Type | Method and Description |
---|---|
Step |
Stepbar.getActiveStep()
Return the active step.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Step> |
Stepbar.getSteps()
Returns the steps in this stepbar.
|
Modifier and Type | Method and 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.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.