|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,WizardStep>
org.xwiki.gwt.user.client.ui.wizard.WizardStepMap
public class WizardStepMap
A generic wizard step provider implemented as a map of wizard steps. The key into the map is the step name.
| Constructor Summary | |
|---|---|
WizardStepMap()
|
|
| Method Summary | |
|---|---|
WizardStep |
getStep(java.lang.String name)
Returns the WizardStep corresponding to the passed name. |
| 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 |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public WizardStepMap()
| Method Detail |
|---|
public WizardStep getStep(java.lang.String name)
WizardStep corresponding to the passed name.
getStep in interface WizardStepProvidername - the name of the WizardStep to find
WizardStep corresponding to the passed name or null if no such step exists.WizardStepProvider.getStep(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||