public class QueryCaptionBrowserComponent extends CaptionBrowserComponent implements DesktopRemovalAwareComponent
| Modifier and Type | Class and Description |
|---|---|
protected class |
QueryCaptionBrowserComponent.MyQueryController |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractAdvancedSearchView |
advancedSearchArea |
protected ComponentController |
advancedSearchController |
protected Div |
advancedSearchDiv |
protected Toolbarbutton |
advSearchBtn |
protected EventListener |
queryController |
protected Textbox |
queryTextbox |
protected Toolbarbutton |
saveQueryBtn |
protected Button |
searchBtn |
protected Checkbox |
stickyBtn |
closeBtn, mainGroupbox, navigationPathLabel, navigationPathTooltipADV_QUERY_BTN_ACTIVE_IMG, ADV_QUERY_BTN_IMG, BROWSER_TOOLBAR_SCLASS, CLOSE_BTN_IMG, CONTENT_BROWSER_GB_SCLASS, CONTENT_BROWSER_STICKY_GB_SCLASS, DUPLICATE_BTN_IMG, initialized, MAIN_AREA_BL_SCLASS, MINIMIZE_BTN_IMG, SAVE_QUERY_BTN_IMG, SEARCH_MAGNIFIER_BTN_IMG, SPLIT_ACTIVE_BTN_IMG, SPLIT_INACTIVE_BTN_IMG| Constructor and Description |
|---|
QueryCaptionBrowserComponent(BrowserModel model,
AbstractContentBrowser contentBrowser) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractAdvancedSearchView |
createAdvancedSearchView(java.util.List<? extends Component> leftButtons,
java.util.List<? extends Component> rightButtons) |
protected HtmlBasedComponent |
createLeftCaptionContent()
Creates and returns the content of the (upper) left side of this caption component.
|
void |
desktopRemoved(Desktop desktop) |
void |
detach() |
SearchBrowserModel |
getModel() |
boolean |
initialize()
Initializes this browser component i.e.
|
protected AbstractAdvancedSearchView |
loadAdvancedSearchArea() |
void |
setModel(BrowserModel model)
Sets the model to
model and calls AbstractBrowserComponent.initialize(). |
void |
setParent(Component parent) |
boolean |
update()
Updates this browser component i.e.
|
createAdditionalRightCaptionComponents, createAdvancedArea, createCaption, createCaptionLabelComponent, createCaptionLabelTooltipContent, createGroupbox, createRightCaptionContent, resize, setActiveItem, updateActiveItems, updateItem, updateItem, updateLabels, updateSelectedItemsgetContentBrowserprotected transient Textbox queryTextbox
protected transient Toolbarbutton advSearchBtn
protected transient Toolbarbutton saveQueryBtn
protected transient Button searchBtn
protected transient AbstractAdvancedSearchView advancedSearchArea
protected transient Checkbox stickyBtn
protected EventListener queryController
protected transient Div advancedSearchDiv
protected ComponentController advancedSearchController
public QueryCaptionBrowserComponent(BrowserModel model, AbstractContentBrowser contentBrowser)
public boolean initialize()
AbstractBrowserComponentinitialized flag to true after this
method has been called.
Note: This method is automatically called when a model or browser controller is set.initialize in interface CockpitComponentinitialize in class CaptionBrowserComponenttrue if initialization was successful, false otherwiseAbstractBrowserComponent.setModel(BrowserModel)public boolean update()
AbstractBrowserComponentupdate in interface CockpitComponentupdate in class CaptionBrowserComponenttrue if this browser was successfully updated, false otherwisepublic void setModel(BrowserModel model)
AbstractBrowserComponentmodel and calls AbstractBrowserComponent.initialize().setModel in interface BrowserComponentsetModel in class AbstractBrowserComponentmodel - the modelpublic SearchBrowserModel getModel()
getModel in interface BrowserComponentgetModel in class AbstractBrowserComponentprotected HtmlBasedComponent createLeftCaptionContent()
CaptionBrowserComponentCaptionBrowserComponent.createCaption().createLeftCaptionContent in class CaptionBrowserComponentprotected AbstractAdvancedSearchView loadAdvancedSearchArea()
protected AbstractAdvancedSearchView createAdvancedSearchView(java.util.List<? extends Component> leftButtons, java.util.List<? extends Component> rightButtons)
public void desktopRemoved(Desktop desktop)
desktopRemoved in interface DesktopRemovalAwareComponentpublic void detach()
public void setParent(Component parent)
Copyright © 2018 SAP SE. All Rights Reserved.