|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchTab | |
|---|---|
| no.sesat.search.datamodel.page | |
| no.sesat.search.result.handler | |
| no.sesat.search.run | |
| no.sesat.search.view | |
| no.sesat.search.view.config | |
| no.sesat.search.view.output | |
| Uses of SearchTab in no.sesat.search.datamodel.page |
|---|
| Methods in no.sesat.search.datamodel.page that return SearchTab | |
|---|---|
SearchTab |
PageDataObject.getCurrentTab()
|
SearchTab |
PageDataObject.getTab(String tabName)
|
| Methods in no.sesat.search.datamodel.page that return types with arguments of type SearchTab | |
|---|---|
Map<String,SearchTab> |
PageDataObject.getTabs()
|
| Methods in no.sesat.search.datamodel.page with parameters of type SearchTab | |
|---|---|
void |
PageDataObject.setCurrentTab(SearchTab currentTab)
|
void |
PageDataObject.setTab(String tabName,
SearchTab tab)
|
| Uses of SearchTab in no.sesat.search.result.handler |
|---|
| Methods in no.sesat.search.result.handler that return SearchTab | |
|---|---|
SearchTab |
ResultHandler.Context.getSearchTab()
|
| Uses of SearchTab in no.sesat.search.run |
|---|
| Methods in no.sesat.search.run that return SearchTab | |
|---|---|
SearchTab |
RunningQuery.Context.getSearchTab()
|
| Uses of SearchTab in no.sesat.search.view |
|---|
| Methods in no.sesat.search.view that return SearchTab | |
|---|---|
SearchTab |
SearchTabFactory.getTabByKey(String key)
Find the tab with the given key. |
SearchTab |
SearchTabFactory.getTabByName(String id)
Find the tab with the given id. |
| Methods in no.sesat.search.view that return types with arguments of type SearchTab | |
|---|---|
Map<String,SearchTab> |
SearchTabFactory.getTabsByName()
|
| Uses of SearchTab in no.sesat.search.view.config |
|---|
| Methods in no.sesat.search.view.config that return SearchTab | |
|---|---|
SearchTab |
SearchTab.getInherit()
Getter for property inherit. |
| Methods in no.sesat.search.view.config that return types with arguments of type SearchTab | |
|---|---|
List<SearchTab> |
SearchTab.getAncestry()
|
| Constructors in no.sesat.search.view.config with parameters of type SearchTab | |
|---|---|
SearchTab(SearchTab inherit,
String id,
String mode,
String key,
String parentKey,
String rssResultName,
boolean rssHidden,
NavigationConfig navConf,
Collection<SearchTab.EnrichmentPlacementHint> placements,
Collection<SearchTab.EnrichmentHint> enrichments,
String adCommand,
int adLimit,
int adOnTop,
List<String> css,
List<String> javascript,
boolean displayCss,
boolean executeOnBlank,
SearchTab.Layout defaultLayout,
Map<String,SearchTab.Layout> layouts,
SearchTab.Scope scope)
Creates a new instance of SearchTab |
|
| Uses of SearchTab in no.sesat.search.view.output |
|---|
| Methods in no.sesat.search.view.output that return SearchTab | |
|---|---|
SearchTab |
SyndicationGenerator.Context.getTab()
The tab to generate rss for. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||