Uses of Class
com.hybris.cockpitng.widgets.navigation.NavigationHistoryController.HistoryElement
-
Packages that use NavigationHistoryController.HistoryElement Package Description com.hybris.cockpitng.widgets.navigation -
-
Uses of NavigationHistoryController.HistoryElement in com.hybris.cockpitng.widgets.navigation
Subclasses of NavigationHistoryController.HistoryElement in com.hybris.cockpitng.widgets.navigation Modifier and Type Class Description protected static classNavigationHistoryController.EmptyHistoryElementMethods in com.hybris.cockpitng.widgets.navigation that return NavigationHistoryController.HistoryElement Modifier and Type Method Description protected NavigationHistoryController.HistoryElementNavigationHistoryController. createHistoryElement(java.lang.String socket, java.lang.Object item)Methods in com.hybris.cockpitng.widgets.navigation with parameters of type NavigationHistoryController.HistoryElement Modifier and Type Method Description protected voidNavigationHistoryController. addHistoryMenuItem(NavigationHistoryController.HistoryElement obj)Appends ui representation of given history element at the beginning of historyStack (LIFO)protected voidNavigationHistoryController. addToHistory(NavigationHistoryController.HistoryElement obj)protected java.lang.StringNavigationHistoryController. getHistoryElementLabel(NavigationHistoryController.HistoryElement historyElement)protected java.lang.StringNavigationHistoryController. getObjectLabel(NavigationHistoryController.HistoryElement object)protected voidNavigationHistoryController. removeElementsFromHistory(NavigationHistoryController.HistoryElement toRemove)
-