Package | Description |
---|---|
com.saperion.ngc.navigation |
Package for navigation component classes.
|
Modifier and Type | Method and Description |
---|---|
FastAccessItem |
NavigationViewImpl.addFastAccess(String ddc,
String path,
String name,
boolean temporary)
Adds a new entry to the fast access list.
|
FastAccessItem |
NavigationView.addFastAccess(String ddc,
String path,
String name,
boolean temporary)
Adds a new entry to the fast access list.
|
FastAccessItem |
FastAccessList.addFastAccess(String ddc,
String path,
String name,
boolean temporary)
Creates a new fast access entry.
|
Modifier and Type | Method and Description |
---|---|
Map<String,FastAccessItem> |
FastAccessList.getFastAccessItems() |
Modifier and Type | Method and Description |
---|---|
void |
FastAccessList.removeFastAccessAndWrite(FastAccessItem item)
Removes a fast access entry and saves the reduced fast access list.
|
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.