public class JobContextAreaBrowserComponent extends AbstractContextBrowserComponent
ADV_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, 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 |
|---|
JobContextAreaBrowserComponent(BrowserModel model,
AbstractContentBrowser contentBrowser) |
| Modifier and Type | Method and Description |
|---|---|
ImportCockpitMappingUtils |
getImportCockpitMappingUtils() |
protected ImportCockpitCronJobService |
getImportCockpitService() |
protected MediaService |
getMediaService() |
ImportCockpitBrowserModel |
getModel() |
boolean |
initialize()
Initializes this browser component i.e.
|
void |
resize()
Notifies this browser component that it should resize itself if possible, since the view state might require it.
|
protected static java.lang.String |
resolveEncoding(EncodingEnum encodingEnum) |
void |
setActiveItem(TypedObject typedobject)
Sets the active item of this browser component to
activeItem. |
boolean |
update()
Updates this browser component i.e.
|
boolean |
update(boolean cleanContextHeader)
Updates this browser component i.e.
|
void |
updateActiveItems()
Re-renders the currently active item(s).
|
void |
updateItem(TypedObject typedobject,
java.util.Set<PropertyDescriptor> set)
Re-renders the item.
|
void |
updateSelectedItems()
Re-renders the currently selected item(s).
|
getContentBrowser, setModel, updateItempublic JobContextAreaBrowserComponent(BrowserModel model, AbstractContentBrowser contentBrowser)
protected ImportCockpitCronJobService getImportCockpitService()
protected MediaService getMediaService()
public ImportCockpitMappingUtils getImportCockpitMappingUtils()
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 AbstractBrowserComponenttrue if initialization was successful, false otherwiseAbstractBrowserComponent.setModel(BrowserModel)public void resize()
AbstractBrowserComponentBorderlayout components.resize in class AbstractBrowserComponentpublic void setActiveItem(TypedObject typedobject)
AbstractBrowserComponentactiveItem.setActiveItem in interface CockpitComponentsetActiveItem in class AbstractBrowserComponenttypedobject - the new active itempublic boolean update()
AbstractBrowserComponentupdate in interface CockpitComponentupdate in class AbstractBrowserComponenttrue if this browser was successfully updated, false otherwisepublic ImportCockpitBrowserModel getModel()
getModel in interface BrowserComponentgetModel in class AbstractBrowserComponentpublic void updateActiveItems()
AbstractBrowserComponentupdateActiveItems in interface CockpitComponentupdateActiveItems in class AbstractBrowserComponentpublic void updateItem(TypedObject typedobject, java.util.Set<PropertyDescriptor> set)
AbstractBrowserComponentupdateItem in interface CockpitComponentupdateItem in class AbstractBrowserComponenttypedobject - the item to be re-renderedset - modified propertiespublic void updateSelectedItems()
AbstractBrowserComponentupdateSelectedItems in interface CockpitComponentupdateSelectedItems in class AbstractBrowserComponentpublic boolean update(boolean cleanContextHeader)
AbstractContextBrowserComponentupdate in class AbstractContextBrowserComponentcleanContextHeader - indicates if cleaning of ContextHeader is necessarytrue if this browser was successfully updated, false otherwiseprotected static java.lang.String resolveEncoding(EncodingEnum encodingEnum)
Copyright © 2018 SAP SE. All Rights Reserved.