Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

New features (Java):
ScrollPane now supports automatic scrolling with Drag.
  • When dragging a draggable child of a scrollPane, the pane will start to scroll when the draggable item is near the edge.
  • Nested Scrollpanes are also supported.
UIDOM now tracks more stateful information for window-based components (window, dialog, messageDialog)
  • x
  • y
  • width
  • height
  • minimized
  • maximized
UIDOM now tracks more stateful information about columns
  • width
  • visualIndex
UIDOM now tracks more stateful information about rows
  • visualIndex?
New APIs:
  • DisplayService.getVisualColumnIndex()
  • PluginDocumentHandler.convertElementToPeer()
  • No labels