Interface ViewUpdateUtils.UpdateCallbackObject

Enclosing class:
ViewUpdateUtils

public static interface ViewUpdateUtils.UpdateCallbackObject
An object that can be attached to a zk component
  • Method Details

    • update

      boolean update(org.zkoss.zk.ui.Component component, Map<String,Object> ctx)
      Parameters:
      component - the zk component
      ctx - 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.