Uses of Interface
com.hybris.cockpitng.widgets.controller.bookmark.BookmarkHandler
-
Packages that use BookmarkHandler Package Description com.hybris.cockpitng.widgets.controller.bookmark -
-
Uses of BookmarkHandler in com.hybris.cockpitng.widgets.controller.bookmark
Classes in com.hybris.cockpitng.widgets.controller.bookmark that implement BookmarkHandler Modifier and Type Class Description classDefaultBookmarkHandlerDefault handler for bookmark events.Methods in com.hybris.cockpitng.widgets.controller.bookmark that return BookmarkHandler Modifier and Type Method Description protected BookmarkHandlerGenericBookmarkHandlerController. getBeanById(java.lang.String id)BookmarkHandlerGenericBookmarkHandlerController. getBookmarkHandler()BookmarkHandlerGenericBookmarkHandlerController. getDefaultBookmarkHandler()Deprecated, for removal: This API element is subject to removal in a future version.since 1905, useGenericBookmarkHandlerController.getBookmarkHandler()protected BookmarkHandlerGenericBookmarkHandlerController. resolveBookmarkHandler()Methods in com.hybris.cockpitng.widgets.controller.bookmark with parameters of type BookmarkHandler Modifier and Type Method Description protected voidGenericBookmarkHandlerController. handleBookmark(org.zkoss.zk.ui.event.BookmarkEvent data, BookmarkHandler handler)voidGenericBookmarkHandlerController. setBookmarkHandler(BookmarkHandler bookmarkHandler)voidGenericBookmarkHandlerController. setDefaultBookmarkHandler(BookmarkHandler defaultBookmarkHandler)Deprecated, for removal: This API element is subject to removal in a future version.
-