Package org.adempiere.webui.event
Class TouchEventHelper
java.lang.Object
org.adempiere.webui.event.TouchEventHelper
Deprecated, for removal: This API element is subject to removal in a future version.
- Author:
- hengsin
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
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
-
-