0

What is purpose or use case of qx.ui.virtual.core.Axis when constructing a qx.ui.virtual.layer.WidgetCellSpan?

d-_-b
  • 6,555
  • 5
  • 40
  • 58

1 Answers1

0

The Axis is responsible for mapping screen coordinates to item indexes. Just check out the "test" demo: http://demo.qooxdoo.org/1.6/demobrowser/index.html?qxenv:demobrowser.withTests:true#virtual~CellSpan.html

But keep in mind that this is experimental code and most likely to change.

Martin Wittemann
  • 2,109
  • 1
  • 12
  • 14