Uses of Class
org.eclipse.rdf4j.common.webapp.navigation.View
-
Packages that use View Package Description org.eclipse.rdf4j.common.webapp.navigation -
-
Uses of View in org.eclipse.rdf4j.common.webapp.navigation
Fields in org.eclipse.rdf4j.common.webapp.navigation with type parameters of type View Modifier and Type Field Description protected Map<String,View>
Group. viewNames
protected Map<String,View>
Group. views
Methods in org.eclipse.rdf4j.common.webapp.navigation that return View Modifier and Type Method Description View
NavigationModel. findView(String viewName)
Find the view with the specified name in the NavigationModel.protected View
Group. findViewInternal(String viewName)
View
Group. getView(String viewId)
View
Group. getViewByName(String viewName)
Get the view with the specified name.Methods in org.eclipse.rdf4j.common.webapp.navigation that return types with arguments of type View Modifier and Type Method Description List<View>
Group. getViews()
Get the list of views.Methods in org.eclipse.rdf4j.common.webapp.navigation with parameters of type View Modifier and Type Method Description void
Group. addView(View view)
Add a view to this group.
-