Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webengine.ui.wizard
Class WizardSession

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by org.nuxeo.ecm.webengine.ui.wizard.WizardSession
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>

public class WizardSession
extends java.util.HashMap<java.lang.String,java.lang.Object>

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
WizardSession(java.lang.String wizardId, WizardPage[] pages)
           
 
Method Summary
<T extends Form>
T
getForm(java.lang.Class<T> formType)
           
 java.lang.String getId()
           
 WizardPage getPage()
           
 WizardPage getPage(java.lang.String id)
           
 java.lang.String getPageAt(int index)
           
 int getPageCount()
           
 WizardPage popPage()
           
 WizardPage pushPage(java.lang.String pageId)
           
 ValidationException removeError()
           
 void setError(ValidationException e)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

WizardSession

public WizardSession(java.lang.String wizardId,
                     WizardPage[] pages)
Method Detail

pushPage

public WizardPage pushPage(java.lang.String pageId)

popPage

public WizardPage popPage()

getPageCount

public int getPageCount()

getPage

public WizardPage getPage()

getPage

public WizardPage getPage(java.lang.String id)

getPageAt

public java.lang.String getPageAt(int index)

getId

public java.lang.String getId()

setError

public void setError(ValidationException e)

removeError

public ValidationException removeError()

getForm

public <T extends Form> T getForm(java.lang.Class<T> formType)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.