public class Wizard
extends java.lang.Object
Constructor and Description |
---|
Wizard(TypeProperties props) |
Modifier and Type | Method and Description |
---|---|
boolean |
check(java.sql.Connection con,
DynActionForm form,
Process process) |
java.util.List<Step> |
getCreateStepList() |
java.util.List<Step> |
getStepList() |
protected void |
loadSteps(ParameterMap wizardConf,
java.lang.String prefix,
java.util.List<Step> stepList) |
public Wizard(TypeProperties props)
protected void loadSteps(ParameterMap wizardConf, java.lang.String prefix, java.util.List<Step> stepList)
public java.util.List<Step> getStepList()
public java.util.List<Step> getCreateStepList()
public boolean check(java.sql.Connection con, DynActionForm form, Process process)