public class CustomerSegmentModelingBrowserModel.StaticContentBrowserComponent extends AbstractSectionComponent implements BrowserSectionComponent
EMPTY_TEXT| Constructor and Description |
|---|
StaticContentBrowserComponent(CustomerSegmentModelingBrowserModel.StaticContentSectionModel sectionModel) |
| Modifier and Type | Method and Description |
|---|---|
BrowserModel |
getModel() |
CustomerSegmentModelingBrowserModel.StaticContentSectionModel |
getSectionModel() |
boolean |
initialize()
Initializes this browser component i.e.
|
void |
setActiveItem(TypedObject activeItem)
Sets the active item of this browser component to
activeItem. |
void |
setModel(BrowserModel model) |
boolean |
update()
Updates this browser component i.e.
|
void |
updateActiveItems()
Re-renders the currently active item(s).
|
void |
updateItem(TypedObject item,
java.util.Set<PropertyDescriptor> modifiedProperties)
Re-renders the items specified.
|
void |
updateSelectedItems()
Re-renders the currently selected item(s).
|
public StaticContentBrowserComponent(CustomerSegmentModelingBrowserModel.StaticContentSectionModel sectionModel)
public boolean update()
CockpitComponentupdate in interface CockpitComponenttrue if this browser was successfully updated, false otherwisepublic void setActiveItem(TypedObject activeItem)
CockpitComponentactiveItem.setActiveItem in interface CockpitComponentactiveItem - the new active itempublic boolean initialize()
CockpitComponentinitialize in interface CockpitComponenttrue if initialization was successful, false otherwisepublic CustomerSegmentModelingBrowserModel.StaticContentSectionModel getSectionModel()
getSectionModel in interface SectionComponentgetSectionModel in class AbstractSectionComponentpublic void updateActiveItems()
CockpitComponentupdateActiveItems in interface CockpitComponentpublic void updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
CockpitComponentupdateItem in interface CockpitComponentitem - the item to be re-renderedmodifiedProperties - modified propertiespublic void updateSelectedItems()
CockpitComponentupdateSelectedItems in interface CockpitComponentpublic BrowserModel getModel()
getModel in interface BrowserComponentpublic void setModel(BrowserModel model)
setModel in interface BrowserComponentCopyright © 2018 SAP SE. All Rights Reserved.