Class: ojToolbar

Oracle® JavaScript Extension Toolkit (JET)
1.1.2

E65297-01

oj. ojToolbar extends oj.baseComponent

Version:
  • 1.1.2
Since:
  • 0.6

Touch Information

All Toolbar touch interaction is with the individual buttons. See the JET Button touch gesture doc.

Keyboard Information

JET Toolbar is a single tabstop, with arrow-key navigation within the toolbar, as follows:

Key Action
LeftArrow Navigates to the previous enabled button on the left, wrapping around at the end.
RightArrow Navigates to the next enabled button on the right, wrapping around at the end.

See also the JET Button keyboard doc, for details on interacting with the individual buttons.