public interface UIItemView extends UIViewComponent
| Modifier and Type | Method and Description |
|---|---|
void |
setDDContext(DragAndDropContext ddContext) |
void |
updateActivation()
Called whenever the activation needs to be updated i.e.
|
void |
updateActiveItems()
Called whenever the currently active items need to be re-rendered.
|
int |
updateItem(TypedObject item,
java.util.Set<PropertyDescriptor> modifiedProperties)
try to update rows containing the specified items
|
void |
updateItems()
Called whenever the items have changed in some way e.g.
|
void |
updateSelection()
Called whenever the selection is changed in some way and the view needs to update itself accordingly.
|
initialize, updatevoid setDDContext(DragAndDropContext ddContext)
void updateItems()
void updateActiveItems()
updateActivation().updateActivation()int updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
item - the itemmodifiedProperties - modified propertiesvoid updateActivation()
updateActiveItems().void updateSelection()
Copyright © 2018 SAP SE. All Rights Reserved.