Class: ojButtonset

Oracle® JavaScript Extension Toolkit (JET)
1.1.2

E65297-01

oj. ojButtonset extends oj.baseComponent

Version:
  • 1.1.2
Since:
  • 0.6

Touch Information

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

Keyboard Information

JET Buttonset is a single tabstop, with arrow-key navigation within the buttonset, 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.