public interface NavigationStateViewModel
| Modifier and Type | Method and Description |
|---|---|
void |
afterFacetsApplied()
Operations on component model after facets applied/removed.
|
void |
applyFacet(NavigationLinkViewModel navLinkModel) |
java.util.Collection<NavigationLinkViewModel> |
getAppliedFacets()
Getting all applied facets
|
java.util.Collection<NavigationLinkCollectionViewModel> |
getCurrentNavLinkCollection()
Getting current NavigationLinkCollectionViewModel collection (for facet tabs generation puropses)
|
void |
removeAppliedFacet(NavigationLinkViewModel linkModel) |
java.util.Collection<NavigationLinkViewModel> getAppliedFacets()
void applyFacet(NavigationLinkViewModel navLinkModel)
void removeAppliedFacet(NavigationLinkViewModel linkModel)
void afterFacetsApplied()
java.util.Collection<NavigationLinkCollectionViewModel> getCurrentNavLinkCollection()
Copyright © 2018 SAP SE. All Rights Reserved.