Class TouchEventHelper

java.lang.Object
org.adempiere.webui.event.TouchEventHelper

@Deprecated(forRemoval=true, since="11") public class TouchEventHelper extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Author:
hengsin
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addTabletScrollingFix(org.zkoss.zul.Grid grid)
    Deprecated, for removal: This API element is subject to removal in a future version.
    iPad: Use client side listener to workaround the issue that grid header doesn't scroll together with body.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TouchEventHelper

      public TouchEventHelper()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • addTabletScrollingFix

      public static void addTabletScrollingFix(org.zkoss.zul.Grid grid)
      Deprecated, for removal: This API element is subject to removal in a future version.
      iPad: Use client side listener to workaround the issue that grid header doesn't scroll together with body. Outstanding Issues: Frozen not working.
      Parameters:
      grid -