Uses of Class
net.anotheria.anosite.gen.aswizarddata.data.WizardDefBuilder
-
Packages that use WizardDefBuilder Package Description net.anotheria.anosite.gen.aswizarddata.data -
-
Uses of WizardDefBuilder in net.anotheria.anosite.gen.aswizarddata.data
Methods in net.anotheria.anosite.gen.aswizarddata.data that return WizardDefBuilder Modifier and Type Method Description WizardDefBuilderWizardDefBuilder. accessOperation(java.lang.String aValue)Sets the value of the accessOperation attribute.WizardDefBuilderWizardDefBuilder. handler(java.lang.String aValue)Sets the value of the handler attribute.WizardDefBuilderWizardDefBuilder. name(java.lang.String aValue)Sets the value of the name attribute.WizardDefBuilderWizardDefBuilder. wizardCancelRedirectUrl(java.lang.String aValue)Sets the value of the wizardCancelRedirectUrl attribute.WizardDefBuilderWizardDefBuilder. wizardFinishRedirectUrl(java.lang.String aValue)Sets the value of the wizardFinishRedirectUrl attribute.WizardDefBuilderWizardDefBuilder. wizardSteps(java.util.List<java.lang.String> aValue)Sets the value of the wizardSteps attribute.
-