|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.webapp.navigation.NavigationNodeBase
info.aduna.webapp.navigation.View
public class View
View represents a "leaf" in the navigation model, for example a page in a website.
| Field Summary |
|---|
| Fields inherited from class info.aduna.webapp.navigation.NavigationNodeBase |
|---|
i18n, icon, path, viewSuffix |
| Constructor Summary | |
|---|---|
View(String id)
Construct a new view with the specified ID. |
|
| Method Summary | |
|---|---|
Object |
clone()
|
String |
getPath()
|
| Methods inherited from class info.aduna.webapp.navigation.NavigationNodeBase |
|---|
copyCommonAttributes, equals, getDepth, getI18n, getI18nPrefix, getI18nSeparator, getI18nSuffix, getIcon, getIconPrefix, getIconSeparator, getIconSuffix, getId, getParent, getPathPrefix, getPathSeparator, getViewSuffix, hashCode, isEnabled, isHidden, isParent, setEnabled, setHidden, setI18n, setIcon, setParent, setPath, setViewSuffix |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public View(String id)
id - the ID of the view| Method Detail |
|---|
public String getPath()
getPath in interface NavigationNodegetPath in class NavigationNodeBasepublic Object clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||