Class N2oWizard
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.N2oMetadata
-
- net.n2oapp.framework.api.metadata.global.view.widget.N2oWidget
-
- net.n2oapp.framework.api.metadata.global.view.widget.N2oWizard
-
- All Implemented Interfaces:
java.io.Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NameAware,NamespaceUriAware,RefIdAware,Source,SourceComponent,SourceMetadata
public class N2oWizard extends N2oWidget
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classN2oWizard.Finishstatic classN2oWizard.Step
-
Constructor Summary
Constructors Constructor Description N2oWizard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N2oWizard.FinishgetFinish()N2oWizard.Step[]getSteps()voidsetFinish(N2oWizard.Finish finish)voidsetSteps(N2oWizard.Step[] steps)-
Methods inherited from class net.n2oapp.framework.api.metadata.global.view.widget.N2oWidget
addPreFilters, getPostfix, getSourceBaseClass, getWidgetClass
-
Methods inherited from class net.n2oapp.framework.api.metadata.global.N2oMetadata
getId, getName, getNamespaceUri, getRefId, setId, setName, setNamespaceUri, setRefId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.CssClassAware
getCssClass, setCssClass
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.RefIdAware
getRefId, setRefId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.SourceMetadata
getMetadataType
-
-
-
-
Method Detail
-
getSteps
public N2oWizard.Step[] getSteps()
-
setSteps
public void setSteps(N2oWizard.Step[] steps)
-
getFinish
public N2oWizard.Finish getFinish()
-
setFinish
public void setFinish(N2oWizard.Finish finish)
-
-