Interface ViewUpdateUtils.UpdateCallbackObject

  • Enclosing class:
    ViewUpdateUtils

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

      • update

        boolean update​(org.zkoss.zk.ui.Component component,
                       java.util.Map<java.lang.String,​java.lang.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.