public class TargetSectionComponent extends AbstractGroupBoxBrowserSectionComponent implements CockpitEventAcceptor, DesktopRemovalAwareComponent
EMPTY_TEXT| Constructor and Description |
|---|
TargetSectionComponent(BrowserSectionModel sectionModel) |
| Modifier and Type | Method and Description |
|---|---|
protected AdvancedGroupbox |
createSectionView() |
void |
desktopRemoved(Desktop desktop) |
MappingBrowserModel |
getBrowserModel() |
ImportCockpitMappingUtils |
getImportCockpitMappingUtils() |
protected MappingLineConfigService |
getMappingLineConfigService() |
protected MappingLineTypeService |
getMappingLineTypeService() |
boolean |
initialize()
Initializes this browser component i.e.
|
void |
onCockpitEvent(CockpitEvent cockpitevent) |
void |
setActiveItem(TypedObject typedobject)
Sets the active item of this browser component to
activeItem. |
void |
setMappingLineConfigService(MappingLineConfigService mappingLineConfigService) |
void |
setMappingLineTypeService(MappingLineTypeService mappingLineTypeService) |
boolean |
update()
Updates this browser component i.e.
|
void |
updateActiveItems()
Re-renders the currently active item(s).
|
void |
updateItem(TypedObject item,
Set<PropertyDescriptor> modifiedProperties)
Re-renders the items specified.
|
void |
updateSelectedItems()
Re-renders the currently selected item(s).
|
getSectionGroupBox, setSectionGroupBoxgetModel, getSectionModel, setModelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModel, setModelgetSectionModelpublic TargetSectionComponent(BrowserSectionModel sectionModel)
protected MappingLineConfigService getMappingLineConfigService()
public void setMappingLineConfigService(MappingLineConfigService mappingLineConfigService)
protected MappingLineTypeService getMappingLineTypeService()
public void setMappingLineTypeService(MappingLineTypeService mappingLineTypeService)
public MappingBrowserModel getBrowserModel()
public boolean initialize()
CockpitComponentinitialize in interface CockpitComponentinitialize in class AbstractGroupBoxBrowserSectionComponenttrue if initialization was successful, false otherwiseprotected AdvancedGroupbox createSectionView()
createSectionView in class AbstractGroupBoxBrowserSectionComponentpublic void setActiveItem(TypedObject typedobject)
CockpitComponentactiveItem.setActiveItem in interface CockpitComponenttypedobject - the new active itempublic boolean update()
CockpitComponentupdate in interface CockpitComponenttrue if this browser was successfully updated, false otherwisepublic void updateActiveItems()
CockpitComponentupdateActiveItems in interface CockpitComponentpublic void updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties)
CockpitComponentupdateItem in interface CockpitComponentitem - the item to be re-renderedmodifiedProperties - modified propertiespublic void updateSelectedItems()
CockpitComponentupdateSelectedItems in interface CockpitComponentpublic void desktopRemoved(Desktop desktop)
desktopRemoved in interface DesktopRemovalAwareComponentpublic void onCockpitEvent(CockpitEvent cockpitevent)
onCockpitEvent in interface CockpitEventAcceptorpublic ImportCockpitMappingUtils getImportCockpitMappingUtils()
Copyright © 2017 SAP SE. All Rights Reserved.