TextField
|
Up, down, left, right arrow keys
|
Moves cursor in editor.
If the cursor is moved beyond the editor contents, e.g.,
pressing the down arrow key in the last row or the up arrow key in the first
row, the focus moves to the end or the beginning of the TextField ,
respectively.
Left and right arrow key presses in the beginning and end
of the rows move the focus to the end or to the beginning of the editing buffer
respectively only if the cursor is in the beginning or at the end of the editing
buffer, not in middle of the buffer
Left and right arrow keys in the line ends in the middle
of the buffer move normally in the buffer (e.g., move to the start of the
next line in the end of line when the right arrow key is pressed in left to
right editing mode).
|
Interactive Gauge
|
Left, right arrow keys
|
Modifies Gauge value.
|
Interactive Gauge
|
Up, down keys
|
Does focus traversal out of the Item .
|
DateField
|
Left, right arrow keys
|
Changes between DateField subfields (switches between
minute, hour, day, month, or year subfields if available).
|
DateField
|
Up, down keys
|
Does focus traversal out of the Item .
|
ChoiceGroup
|
Left, right arrow keys
|
Do not move focus at all.
|
ChoiceGroup
|
Up, down arrow keys
|
Moves focus inside the ChoiceGroup between the
elements or if focus is in the first or last element, then moves focus out
of the Item .
|