• Home
    • View
    • Login
    This page
    • Normal
    • Export PDF
    • Export Word
    • Attachments
    • Page Information

    Loading...
  1. Dashboard
  2. OpenJFX
  3. Main
  4. Projects and Components
  5. Controls
  6. User Experience Specifications
  7. TableView User Experience Documentation

Page History

Versions Compared

Old Version 4

changes.mady.by.user Jindrich Dinga

Saved on Nov 19, 2013

compared with

New Version Current

changes.mady.by.user Jindrich Dinga

Saved on Dec 02, 2013

  • Previous Change: Difference between versions 3 and 4
  • View Page History

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

WindowsMacAction
UpUpMoves focus & selection up one item. Creates anchor. All previous selections are canceled.
DownDownMoves focus & selection down one item. Creates anchor. All previous selections are canceled.
Ctrl-UpCmd-UpMoves focus up without changing selection.
Ctrl-DownCmd-DownMoves focus down without changing selection.
Shift-UpShift-Up

Expands or contracts selection up by one item. Only in multi-selection modes.

If focus is on an unselected item, pressing Shift-Up selects all items between anchor and the item which is right above the focused item. The item which is right above the focused item is also included in the selection. All previous selections are canceled, if applicable. Available in multi-selection mode only.

In single selection mode, Shift key should be ignored and only Up key should be processed. See description of Up behavior for more details.

Shift-DownShift-Down

Expands or contracts selection down by one item. Only in multi-selection modes.

If focus is on an unselected item, pressing Shift-Down selects all items between anchor and the item which is right below the focused item. The item which is right below the focused item is also included in the selection. All previous selections are canceled, if applicable. Available in multi-selection mode only.

In single selection mode, Shift key should be ignored and only Down key should be processed. See description of Down behavior for more details.

SpaceSpaceSelects focused item if it is not selected. Creates anchor.
Ctrl-SpaceCmd-Ctrl-SpaceSelects focused item if it is not selected. Deselects focused item if it is selected. Creates anchor.
Shift-SpaceShift-Space

Selects all items between anchor and focused item. Focused item is also included in the selection. All previous selections are canceled, if applicable. Available in multi-selection mode only.

In single selection mode, Shift key should be ignored and only Space key should be processed. See description of Space behavior for more details.

F2F2F2F2Edit selected item.
HomeHomeMoves focus & selection to the first item. Creates anchor.
EndEndMoves focus & selection to the last item. Creates anchor.
Shift-HomeShift-Home

Selects all items between anchor and the first item. All previous selections are canceled, if applicable. Available in multi-selection mode only.

In single selection mode, Shift key should be ignored and only Home key should be processed. See description of Home behavior for more details.

Shift-EndShift-End

Selects all items between anchor and the last item. All previous selections are canceled, if applicable. Available in multi-selection mode only.

In single selection mode, Shift key should be ignored and only End key should be processed. See description of End behavior for more details.

Ctrl-HomeCtrl-HomeCmd-HomeMoves focus to the first item.
Ctrl-EndCmd-EndMoves focus to the last item.
PageUpPageUpMove the selection up on the first fully visible item on the current page. If the first fully visible item is selected, move the selection on the first fully visible item on the previous page.

In multi-selection mode, it cancels all previous selections. Creates anchor.
PageDownPageDownMove the selection down on the last fully visible item on the current page. If the last fully visible item is selected, move the selection on the last fully visible item on the next page.

In multi-selection mode, it cancels all previous selections. Creates anchor.
Shift-PageUpShift-PageUp

Select all items between anchor and the first fully visible item on the current page. If the first fully visible item is already included in the selection, extend the selection to the first fully visible item on the previous page.

All previous selections, if applicable, are canceled. Available in multi-selection mode only.

In single selection mode, Shift key should be ignored and only PageUp key should be processed. See description of PageUp behavior for more details.

Shift-PageDownShift-PageDown

Select all items between anchor and the last fully visible item on the current page. If the last fully visible item is already included in the selection, extend the selection to the last fully visible item on the next page.

All previous selections, if applicable, are canceled. Available in multi-selection mode only.

In single selection mode, Shift key should be ignored and only PageDown key should be processed. See description of PageDown behavior for more details.

Ctrl-PageUpCtrl-PageUpCmd-PageUpMove focus up on the first fully visible item on the current page. If the first fully visible item is focused, move focus on the first fully visible item on the previous page.
Ctrl-PageDownCmd-PageDownMove focus down on the last fully visible item on the current page. If the last fully visible item is focused, move focus on the last fully visible item on the next page.
Ctrl-ACmd-ASelects entire table. Focus remains on the same item. In multi-selection mode only.
EscEscCancels editing.
EnterEnterConfirms editing (depends on the cell editor).
Ctrl-Shift-UpCmd-Shift-Up

Expands selection up by one item. Only in multi-selection modes.

If focus is on an unselected item, pressing Ctrl-Shift-Up selects all items between anchor and the item which is right above the focused item. The item which is right above the focused item is also included in the selection. Available in multi-selection mode only.

In single selection mode, Shift key should be ignored and only Ctrl-Up (Cmd-Up) should be processed. See description of Ctrl-Up behavior for more details.

Ctrl-Shift-DownCmd-Shift-Down

Expands selection down by one item. Only in multi-selection modes.

If focus is on an unselected item, pressing Ctrl-Shift-Down selects all items between anchor and the item which is right below the focused item. The item which is right below the focused item is also included in the selection. Available in multi-selection mode only.

In single selection mode, Shift key should be ignored and only Ctrl-Down (Cmd-Down) should be processed. See description of Ctrl-Down behavior for more details.

Ctrl-Shift-SpaceCmd-Shift-Space

Selects all items between anchor and focused item. Focused item is also included in the selection. Create anchor. Available in multi-selection mode only.

In single selection mode, Shift key should be ignored and only Ctrl-Space (Cmd-Space) should be processed. See description of Ctrl-Space behavior for more details.

Ctrl-Shift-HomeCmd-Shift-HomeCtrl-Shift-HomeCmd-Shift-Home

Selects all items between anchor and the first item. Available in multi-selection mode only.

In single selection mode, Shift key should be ignored and only Ctrl-Home (Cmd-Home) should be processed. See description of Ctrl-Home behavior for more details.

Ctrl-Shift-EndCmd-Shift-End

Selects all items between anchor and the last item. Available in multi-selection mode only.

In single selection mode, Shift key should be ignored and only Ctrl-End (Cmd-End) should be processed. See description of Ctrl-End behavior for more details

Selects all items between anchor and the last item. Available in multi-selection mode only

.

Ctrl-Shift-PageUpCmd-Shift-PageUp

Select all items between anchor and the first fully visible item on the current page. If the first fully visible item is already included in the selection, extend the selection to the first fully

visible item on the previous page.
Available in multi-selection mode only

visible item on the previous page.

Available in multi-selection mode only.

In single selection mode, Shift key should be ignored and only Ctrl-PageUp (Cmd-PageUp) should be processed. See description of Ctrl-PageUp behavior for more details.

Ctrl-Shift-PageDownCmd-Shift-PageDown

Select all items between anchor and the last fully visible item on the current page. If the last fully visible item is already included in the selection, extend the selection to the last fully visible item on the next page.

Available in multi-selection mode only.

In single selection mode, Shift key should be ignored and only Ctrl-PageDown (Cmd-PageDown) should be processed. See description of Ctrl-PageDown behavior for more details.

Overview
Content Tools
ThemeBuilder

Terms of Use
• License: GPLv2
• Privacy • Trademarks • Contact Us

Powered by a free Atlassian Confluence Open Source Project License granted to https://www.atlassian.com/software/views/opensource-community-additional-license-offer. Evaluate Confluence today.

  • Kolekti ThemeBuilder Powered by Atlassian Confluence 8.5.23
  • Kolekti ThemeBuilder printed.by.atlassian.confluence
  • Report a bug
  • Atlassian News
Atlassian
Kolekti ThemeBuilder EngineAtlassian Confluence
{"serverDuration": 259, "requestCorrelationId": "cd0a1b63d499d0d5"}