public interface ISearchComponent extends IWidget
Modifier and Type | Interface and Description |
---|---|
static interface |
ISearchComponent.FieldLabelPositions |
static interface |
ISearchComponent.ScopeDisplay |
Modifier and Type | Method and Description |
---|---|
String |
getButtonLabel() |
String |
getCssClass() |
Collection<String> |
getDatastoreList() |
String |
getDisplayScope() |
String |
getFieldLabel() |
String |
getFieldLabelPosition() |
String |
getIdKey() |
Collection<String> |
getPluginList() |
boolean |
isInline() |
boolean |
isSearchFileCenter() |
boolean |
isSearchPlugins() |
boolean |
isSearchSite() |
void |
setButtonLabel(String newValue) |
void |
setCssClass(String newValue) |
void |
setDatastoreList(Collection<String> newValue) |
void |
setDisplayScope(String newValue) |
void |
setFieldLabel(String newValue) |
void |
setFieldLabelPosition(String newValue) |
void |
setIdKey(String newValue) |
void |
setInline(boolean newValue) |
void |
setPluginList(Collection<String> newValue) |
void |
setSearchFileCenter(boolean newValue) |
void |
setSearchPlugins(boolean newValue) |
void |
setSearchSite(boolean newValue) |
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysname
boolean isSearchSite()
void setSearchSite(boolean newValue)
boolean isSearchFileCenter()
void setSearchFileCenter(boolean newValue)
Collection<String> getDatastoreList()
void setDatastoreList(Collection<String> newValue)
boolean isSearchPlugins()
void setSearchPlugins(boolean newValue)
Collection<String> getPluginList()
void setPluginList(Collection<String> newValue)
boolean isInline()
void setInline(boolean newValue)
String getFieldLabel()
void setFieldLabel(String newValue)
String getFieldLabelPosition()
void setFieldLabelPosition(String newValue)
String getDisplayScope()
void setDisplayScope(String newValue)
String getButtonLabel()
void setButtonLabel(String newValue)
String getIdKey()
void setIdKey(String newValue)
String getCssClass()
void setCssClass(String newValue)
Copyright © 2019 Visiativ Software. All rights reserved.