public abstract class AbstractWidgetContentBrowser extends AbstractSimpleContentBrowser implements CockpitEventAcceptor
AbstractContentBrowser.BrowserFocusDivcaptionComponent, CONTENT_BROWSER_CHANGE, contextAreaComponent, DEFAULT_OVERLAY_SCLASS, DEFAULT_SCLASS, FOCUSED_OVERLAY_SCLASS, FOCUSED_SCLASS, initialized, mainAreaComponent, statusBar, toolbarComponent| Constructor and Description |
|---|
AbstractWidgetContentBrowser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanup() |
protected abstract void |
createFrame(HtmlBasedComponent parent,
java.util.Map<java.lang.String,Widget> widgetMap) |
WidgetBrowserModel |
getModel() |
protected java.lang.String |
getViewTemplateURI() |
protected WidgetContainer |
getWidgetContainer() |
protected boolean |
initialize()
Initializes this content browser i.e.
|
protected void |
registerListeners() |
void |
setModel(BrowserModel model) |
protected void |
unregisterListeners() |
resize, update, updateActivation, updateActiveItems, updateCaption, updateContextArea, updateItem, updateMainArea, updateSelectedItems, updateToolbar, updateViewModedesktopRemoved, detach, getActionConfiguration, getCaptionComponent, getContentBrowserComponent, getContextAreaComponent, getDDWrapper, getFocusComponent, getMainAreaComponent, getToolbarComponent, isActiveWhenUnfocused, isInitialized, setActiveWhenUnfocused, setContentBrowserComponent, setFocus, setFocusComponent, setParent, setRealSclass, setSclass, updateItem, updateStatusBarclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonCockpitEventpublic void setModel(BrowserModel model)
setModel in class AbstractContentBrowserpublic WidgetBrowserModel getModel()
getModel in class AbstractContentBrowserprotected boolean initialize()
AbstractContentBrowsermodel is set.
Implementation note: Do not forget to set the AbstractContentBrowser.initialized flag before returning.initialize in class AbstractContentBrowsertrue if initialization was successful, false otherwiseAbstractContentBrowser.setModel(BrowserModel)protected java.lang.String getViewTemplateURI()
protected WidgetContainer getWidgetContainer()
protected void cleanup()
cleanup in class AbstractContentBrowserprotected void registerListeners()
protected void unregisterListeners()
protected abstract void createFrame(HtmlBasedComponent parent,
java.util.Map<java.lang.String,Widget> widgetMap)
Copyright © 2018 SAP SE. All Rights Reserved.