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
FieldsModifier and TypeFieldDescriptionprotected Objectprotected ValidationExceptionprotected Stringprotected WizardPageprotected WizardPage[]protected Map<String,WizardPage> -
Constructor Summary
Constructors -
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, valuesMethods 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
-