|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--planetj.dataengine.AbstractNavigationMap
Field Summary | |
static String |
className
Class name. |
Constructor Summary | |
AbstractNavigationMap(String id)
NavigationSession constructor comment. |
Method Summary | |
String |
getId()
Get this navigation map's id. |
String |
getKey()
Get this navigation map's id. |
String |
getLastChildId()
Get the id of the last navigation map added to this navigation map. |
AbstractNavigationMap |
put(AbstractNavigationMap navMap)
Adds the given navigation map to this map. |
NavigationAttributes |
put(NavigationAttributes attributes)
Adds the given navigation attributes map to this map. |
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 |
Field Detail |
public static final String className
Constructor Detail |
public AbstractNavigationMap(String id)
Method Detail |
public String getId()
public String getKey()
public String getLastChildId()
public AbstractNavigationMap put(AbstractNavigationMap navMap)
navMap
- navigation map to add to this navigation mappublic NavigationAttributes put(NavigationAttributes attributes)
attributes
- navigation attributes map to add to this navigation map
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |