Interface JmixScrollBoxLayoutServerRpc

All Superinterfaces:
Serializable, com.vaadin.shared.communication.ServerRpc

public interface JmixScrollBoxLayoutServerRpc extends com.vaadin.shared.communication.ServerRpc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setDeferredScroll(int scrollTop, int scrollLeft)
     
    void
    setDelayedScroll(int scrollTop, int scrollLeft)
     
  • Method Details

    • setDeferredScroll

      @Delayed(lastOnly=true) void setDeferredScroll(int scrollTop, int scrollLeft)
    • setDelayedScroll

      void setDelayedScroll(int scrollTop, int scrollLeft)