Package de.hybris.platform.cockpit.util
Interface ViewUpdateUtils.UpdateCallbackObject
- Enclosing class:
- ViewUpdateUtils
public static interface ViewUpdateUtils.UpdateCallbackObject
An object that can be attached to a zk component
-
Method Summary
Modifier and TypeMethodDescriptionbooleanThis method is invoked whenViewUpdateUtils.performViewUpdate(Component, Map, boolean)is called
-
Method Details
-
update
This method is invoked whenViewUpdateUtils.performViewUpdate(Component, Map, boolean)is called- Parameters:
component- the zk componentctx- additional context information- Returns:
- true, if recursive updating on children of this component should be performed. If the update causes a full refresh of the component, further recursive updates may not be needed, so return false in that case for increasing performance.
-