Uses of Class
org.eclipse.rdf4j.common.webapp.navigation.Group
-
Packages that use Group Package Description org.eclipse.rdf4j.common.webapp.navigation -
-
Uses of Group in org.eclipse.rdf4j.common.webapp.navigation
Subclasses of Group in org.eclipse.rdf4j.common.webapp.navigation Modifier and Type Class Description class
NavigationModel
NavigationModel represents the navigation structure of a web application.Fields in org.eclipse.rdf4j.common.webapp.navigation with type parameters of type Group Modifier and Type Field Description protected Map<String,Group>
Group. groups
Methods in org.eclipse.rdf4j.common.webapp.navigation that return Group Modifier and Type Method Description Group
Group. getGroup(String id)
Get the sub-group with the specified ID.Methods in org.eclipse.rdf4j.common.webapp.navigation that return types with arguments of type Group Modifier and Type Method Description List<Group>
Group. getGroups()
Get the list of sub-groupsMethods in org.eclipse.rdf4j.common.webapp.navigation with parameters of type Group Modifier and Type Method Description void
Group. addGroup(Group group)
Add a group to this group.protected void
Group. copyGroupsAndViews(Group group)
-