public interface CockpitComponent
CockpitComponent represents a view component in the Cockpit Framework.| Modifier and Type | Method and Description |
|---|---|
boolean |
initialize()
Initializes this browser component i.e.
|
void |
setActiveItem(TypedObject activeItem)
Sets the active item of this browser component to
activeItem. |
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).
|
boolean initialize()
true if initialization was successful, false otherwiseboolean update()
true if this browser was successfully updated, false otherwisevoid updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties)
item - the item to be re-renderedmodifiedProperties - modified propertiesvoid setActiveItem(TypedObject activeItem)
activeItem.activeItem - the new active itemvoid updateActiveItems()
void updateSelectedItems()
Copyright © 2017 SAP SE. All Rights Reserved.