| nl.hippo.cms.wizard.components.AbstractComponentContainer nl.hippo.cms.wizard.NewDocumentWizard
NewDocumentWizard | public class NewDocumentWizard extends AbstractComponentContainer implements Wizard(Code) | | Root component for the wizard model. Holds an OrderedMap of Configurations which
are displayed as tabs.
author: a.bogaart@hippo.nl |
NewDocumentWizard | public NewDocumentWizard() throws Exception(Code) | | Default Constructor
|
getCurrent | public String getCurrent()(Code) | | We can't have an empty or null value as initial state since this will break the behaviour of the
ResetOldResourceDropdown form event, so return 0 instead.
|
getCurrentComponent | public Component getCurrentComponent()(Code) | | Cforms stores the value of the current tab as an int, describing it's index in the OrderedMap.
Component reference to current component in focus, or null if not found |
reset | public void reset()(Code) | | Different reset behaviour for the tabs, use super call to auto reset Resources but save tab state
|
setResultAction | public void setResultAction(String resultAction)(Code) | | |
|
|