public class SearchCategoryBrowser extends java.lang.Object implements CategoryBrowser
| Constructor and Description |
|---|
SearchCategoryBrowser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(CategoryBrowserContext ctx)
Returns true if the Category Browser proposes to browse this cateogy.
|
java.lang.String |
getIcon(CategoryBrowserContext ctx)
Returns the icon of the Category Browser.
|
java.lang.String |
getLabel(CategoryBrowserContext ctx)
Return the label used in the dropdown menu.
|
java.lang.String |
getUrl(CategoryBrowserContext ctx)
Returns the URL to browse the category
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLinkAttributes, getLinkCss, isExclusivepublic boolean accept(CategoryBrowserContext ctx)
CategoryBrowseraccept in interface CategoryBrowserctx - the Category Browser contextpublic java.lang.String getUrl(CategoryBrowserContext ctx)
CategoryBrowsergetUrl in interface CategoryBrowserctx - the Category Browser contextpublic java.lang.String getLabel(CategoryBrowserContext ctx)
CategoryBrowsergetLabel in interface CategoryBrowserctx - the Category Browser contextpublic java.lang.String getIcon(CategoryBrowserContext ctx)
CategoryBrowsergetIcon in interface CategoryBrowserctx - the Category Browser contextCopyright © 2001-2021 Jalios SA. All Rights Reserved.