Class WizardSession
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
- Author:
- Bogdan Stefanescu
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Modifier and TypeFieldDescriptionprotected Object
protected ValidationException
protected String
protected WizardPage
protected WizardPage[]
protected Map<String,
WizardPage> -
Constructor Summary
-
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
id
-
data
-
error
-
lastPage
-
pages
-
orderedPages
-
-
Constructor Details
-
WizardSession
-
-
Method Details
-
pushPage
-
popPage
-
getPageCount
public int getPageCount() -
getPage
-
getPage
-
getPageAt
-
getId
-
setError
-
removeError
-
getForm
-