@openui5/sap.ui.table 1.136.1 → 1.136.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -1
- package/package.json +3 -3
- package/src/sap/ui/table/.library +1 -1
- package/src/sap/ui/table/AnalyticalColumn.js +1 -1
- package/src/sap/ui/table/AnalyticalColumnMenu.js +1 -1
- package/src/sap/ui/table/AnalyticalTable.js +1 -1
- package/src/sap/ui/table/Column.js +1 -1
- package/src/sap/ui/table/ColumnMenu.js +1 -1
- package/src/sap/ui/table/CreationRow.js +1 -1
- package/src/sap/ui/table/Row.js +1 -1
- package/src/sap/ui/table/RowAction.js +1 -1
- package/src/sap/ui/table/RowActionItem.js +1 -1
- package/src/sap/ui/table/RowSettings.js +1 -1
- package/src/sap/ui/table/Table.js +1 -1
- package/src/sap/ui/table/TablePersoController.js +1 -1
- package/src/sap/ui/table/TreeTable.js +1 -1
- package/src/sap/ui/table/extensions/Accessibility.js +1 -1
- package/src/sap/ui/table/extensions/AccessibilityRender.js +1 -1
- package/src/sap/ui/table/extensions/DragAndDrop.js +1 -1
- package/src/sap/ui/table/extensions/ExtensionBase.js +1 -1
- package/src/sap/ui/table/extensions/Keyboard.js +1 -1
- package/src/sap/ui/table/extensions/KeyboardDelegate.js +1 -1
- package/src/sap/ui/table/extensions/Pointer.js +1 -1
- package/src/sap/ui/table/extensions/Scrolling.js +1 -1
- package/src/sap/ui/table/extensions/ScrollingIOS.js +1 -1
- package/src/sap/ui/table/extensions/Synchronization.js +1 -1
- package/src/sap/ui/table/i18n/interaction.xml +7 -3
- package/src/sap/ui/table/i18n/interaction_ar.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_bg.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_ca.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_cnr.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_cs.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_cy.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_da.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_de.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_el.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_en.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_en_GB.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_en_US_saprigi.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_es.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_es_MX.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_et.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_fi.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_fr.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_fr_CA.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_hi.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_hr.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_hu.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_id.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_it.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_iw.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_ja.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_kk.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_ko.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_lt.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_lv.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_mk.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_ms.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_nl.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_no.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_pl.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_pt.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_pt_PT.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_ro.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_ru.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_sh.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_sk.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_sl.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_sr.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_sv.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_th.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_tr.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_uk.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_vi.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_zh_CN.xml +191 -0
- package/src/sap/ui/table/i18n/interaction_zh_TW.xml +191 -0
- package/src/sap/ui/table/library.js +10 -10
- package/src/sap/ui/table/menus/AnalyticalTableContextMenu.js +1 -1
- package/src/sap/ui/table/menus/ColumnHeaderMenuAdapter.js +1 -1
- package/src/sap/ui/table/menus/ContextMenu.js +1 -1
- package/src/sap/ui/table/menus/MobileColumnHeaderMenuAdapter.js +1 -1
- package/src/sap/ui/table/messagebundle_el.properties +1 -1
- package/src/sap/ui/table/plugins/BindingSelection.js +1 -1
- package/src/sap/ui/table/plugins/MultiSelectionPlugin.js +1 -1
- package/src/sap/ui/table/plugins/ODataV4Selection.js +1 -1
- package/src/sap/ui/table/plugins/PluginBase.js +1 -1
- package/src/sap/ui/table/plugins/SelectionModelSelection.js +1 -1
- package/src/sap/ui/table/plugins/SelectionPlugin.js +1 -1
- package/src/sap/ui/table/plugins/V4Aggregation.js +1 -1
- package/src/sap/ui/table/rowmodes/Auto.js +1 -1
- package/src/sap/ui/table/rowmodes/Fixed.js +1 -1
- package/src/sap/ui/table/rowmodes/Interactive.js +1 -1
- package/src/sap/ui/table/rowmodes/RowMode.js +1 -1
- package/src/sap/ui/table/rowmodes/Variable.js +1 -1
- package/src/sap/ui/table/utils/TableUtils.js +1 -1
- package/src/sap/ui/table/utils/_BindingUtils.js +1 -1
- package/src/sap/ui/table/utils/_ColumnUtils.js +1 -1
- package/src/sap/ui/table/utils/_GroupingUtils.js +1 -1
- package/src/sap/ui/table/utils/_HookUtils.js +1 -1
- package/src/sap/ui/table/utils/_MenuUtils.js +1 -1
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.m" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.table.Table"/>
|
|
5
|
+
<control name="sap.ui.table.AnalyticalTable"/>
|
|
6
|
+
<control name="sap.ui.table.TreeTable"/>
|
|
7
|
+
<interaction> <kbd>ArrowUp</kbd> <kbd>ArrowDown</kbd> <kbd>ArrowRight</kbd> <kbd>ArrowLeft</kbd> <description>
|
|
8
|
+
<p>Verschiebt den Fokus in die nächste Zelle innerhalb derselben Spalte oder Zeile in die entsprechende Richtung.</p>
|
|
9
|
+
<p><kbd>ArrowUp</kbd></p>
|
|
10
|
+
<p>Wenn der Fokus auf der ersten Zeile liegt, verschiebt sich der Fokus auf den Spaltenkopf.</p>
|
|
11
|
+
<p><kbd>ArrowDown</kbd></p>
|
|
12
|
+
<p>Wenn der Fokus auf einem Spaltenkopf liegt, verschiebt sich der Fokus auf die Zelle in der ersten sichtbaren Zeile dieser Spalte; diese hängt von der aktuellen Scroll-Position ab.</p>
|
|
13
|
+
<p>Wenn der Fokus auf dem Ankreuzfeld <span class="uicontrol">Alle markieren</span> liegt, verschiebt sich der Fokus auf das Zeilenauswahlfeld in der ersten sichtbaren Zeile; diese hängt von der aktuellen Scroll-Position ab.</p>
|
|
14
|
+
<p><kbd>ArrowLeft</kbd></p>
|
|
15
|
+
<p>Wenn der Fokus auf einer Zelle in der ersten Spalte liegt, verschiebt sich der Fokus auf das Zeilenauswahlfeld.</p>
|
|
16
|
+
<p>Wenn der Fokus auf einem Spaltenkopf liegt, verschiebt sich der Fokus auf den Spaltenkopf links davon.</p>
|
|
17
|
+
<p>Wenn der Fokus auf dem ersten Spaltenkopf liegt, verschiebt sich der Fokus auf das Ankreuzfeld <span class="uicontrol">Alle markieren</span>.</p>
|
|
18
|
+
<p>Wenn der Fokus auf dem Gruppenkopf einer expandierten Gruppe liegt, wird die Gruppe komprimiert.</p>
|
|
19
|
+
<p><kbd>ArrowRight</kbd></p>
|
|
20
|
+
<p>Wenn der Fokus auf dem Spaltenkopf liegt, verschiebt sich der Fokus auf den Spaltenkopf rechts davon.</p>
|
|
21
|
+
<p>Wenn der Fokus auf dem Zeilenauswahlfeld liegt, verschiebt sich der Fokus auf die Zelle der ersten Spalte innerhalb derselben Zeile.</p>
|
|
22
|
+
<p>Wenn der Fokus auf dem Ankreuzfeld <span class="uicontrol">Alle markieren</span> liegt, verschiebt sich der Fokus auf den ersten Spaltenkopf.</p>
|
|
23
|
+
</description>
|
|
24
|
+
</interaction>
|
|
25
|
+
<interaction> <kbd>PageUp</kbd> <description>
|
|
26
|
+
<p>Wenn der Fokus auf Zellenebene liegt, verschiebt sich der Fokus auf die Zelle ganz oben in derselben Spalte. Wenn der Fokus bereits auf dieser Ebene liegt, verschiebt sich der Fokus um eine Seite nach oben und bleibt mit dem erforderlichen Scrollen in derselben Spalte.</p>
|
|
27
|
+
<p>Wenn der Fokus auf der ersten Zeile liegt, verschiebt sich der Fokus auf den Spaltenkopf.</p>
|
|
28
|
+
</description>
|
|
29
|
+
</interaction>
|
|
30
|
+
<interaction> <kbd>PageDown</kbd> <description>
|
|
31
|
+
<p>Wenn der Fokus auf Zellenebene liegt, verschiebt sich der Fokus auf die letzte sichtbare Zelle in derselben Spalte. Wenn der Fokus bereits auf dieser Ebene liegt, verschiebt er sich um eine Seite nach unten und bleibt mit dem erforderlichen Scrollen in derselben Spalte.</p>
|
|
32
|
+
<p>Wenn der Fokus auf dem Spaltenkopf liegt, verschiebt sich der Fokus auf die erste Zeile.</p>
|
|
33
|
+
</description>
|
|
34
|
+
</interaction>
|
|
35
|
+
<interaction> <kbd>Alt + PageUp</kbd> <description>
|
|
36
|
+
<p>Wenn der Fokus auf Zellenebene oder auf einem Spaltenkopf liegt, verschiebt sich der Fokus um fünf Spalten nach links (Standardseitengröße). Wenn sich links weniger Spalten befinden als die aktuelle Seitengröße, verschiebt sich der Fokus auf die erste Spalte.</p>
|
|
37
|
+
<p>Wenn der Fokus auf der ersten Spalte auf Zellenebene liegt, verschiebt sich der Fokus auf das Zeilenauswahlfeld.</p>
|
|
38
|
+
<p>Wenn der Fokus auf dem ersten Spaltenkopf liegt, verschiebt sich der Fokus auf <span class="uicontrol">Alle markieren</span>.</p>
|
|
39
|
+
</description>
|
|
40
|
+
</interaction>
|
|
41
|
+
<interaction> <kbd>Alt + PageDown</kbd> <description>
|
|
42
|
+
<p>Wenn der Fokus auf Zellenebene liegt, verschiebt sich der Fokus um fünf Spalten nach rechts (Standardseitengröße).</p>
|
|
43
|
+
<p>Wenn der Fokus auf dem Spaltenkopf liegt und sich rechts weniger Spalten befinden als die aktuelle Seitengröße, verschiebt sich der Fokus auf die letzte Spalte.</p>
|
|
44
|
+
<p>Wenn der Fokus auf dem Zeilenauswahlfeld liegt, verschiebt sich der Fokus auf die erste Spalte in derselben Zeile.</p>
|
|
45
|
+
<p>Wenn der Fokus auf <span class="uicontrol">Alle markieren</span> liegt, verschiebt sich der Fokus auf den ersten Spaltenkopf.</p>
|
|
46
|
+
</description>
|
|
47
|
+
</interaction>
|
|
48
|
+
<interaction> <kbd>Home</kbd> <kbd>Pos1</kbd> <description>
|
|
49
|
+
<p>Wenn der Fokus auf der Zelle liegt, verschiebt sich der Fokus auf die erste Spalte in derselben Zeile.</p>
|
|
50
|
+
<p>Wenn der Fokus auf der Zelle in der ersten Spalte liegt, verschiebt sich der Fokus auf das Zeilenauswahlfeld.</p>
|
|
51
|
+
<p>Wenn der Fokus auf dem Spaltenkopf liegt, verschiebt sich der Fokus auf den ersten Spaltenkopf.</p>
|
|
52
|
+
<p>Wenn der Fokus auf dem ersten Spaltenkopf liegt, verschiebt sich der Fokus auf <span class="uicontrol">Alle markieren</span>.</p>
|
|
53
|
+
</description>
|
|
54
|
+
</interaction>
|
|
55
|
+
<interaction> <kbd>End</kbd> <description>
|
|
56
|
+
<p>Wenn der Fokus auf der Zelle oder dem Spaltenkopf liegt, verschiebt sich der Fokus auf die letzte Spalte.</p>
|
|
57
|
+
<p>Wenn der Fokus auf dem Zeilenauswahlfeld liegt, verschiebt sich der Fokus auf die erste Spalte in derselben Zeile.</p>
|
|
58
|
+
<p>Wenn der Fokus auf <span class="uicontrol">Alle markieren</span> liegt, verschiebt sich der Fokus auf den ersten Spaltenkopf.</p>
|
|
59
|
+
</description>
|
|
60
|
+
</interaction>
|
|
61
|
+
<interaction> <kbd>Ctrl + Home</kbd> <kbd>Pos1</kbd> <description>
|
|
62
|
+
<p>Wenn der Fokus auf der Zelle liegt, verschiebt sich der Fokus auf den Spaltenkopf.</p>
|
|
63
|
+
<p>Wenn der Fokus auf dem Zeilenauswahlfeld liegt, verschiebt sich der Fokus auf <span class="uicontrol">Alle markieren</span>.</p>
|
|
64
|
+
</description>
|
|
65
|
+
</interaction>
|
|
66
|
+
<interaction> <kbd>Ctrl + End</kbd> <description>
|
|
67
|
+
<p>Wenn der Fokus auf der Zelle oder dem Spaltenkopf liegt, verschiebt sich der Fokus auf die letzte Zeile in derselben Spalte.</p>
|
|
68
|
+
<p>Wenn der Fokus auf dem Zeilenauswahlfeld oder <span class="uicontrol">Alle markieren</span> liegt, verschiebt sich der Fokus auf das letzte Zeilenauswahlfeld.</p>
|
|
69
|
+
</description>
|
|
70
|
+
</interaction>
|
|
71
|
+
<interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
|
|
72
|
+
<p>Wenn der Fokus auf der Zelle liegt, verschiebt sich der Fokus auf das erste fokussierbare Control in der Zelle.</p>
|
|
73
|
+
<p>Wenn der Fokus auf dem Ankreuzfeld <span class="uicontrol">Alle markieren</span> oder dem Zeilenauswahlfeld liegt, wird der Status des Ankreuzfelds umgeschaltet.</p>
|
|
74
|
+
<p>Wenn der Fokus auf dem Spaltenkopf liegt, wird das Spaltenkopfmenü geöffnet.</p>
|
|
75
|
+
<p>Wenn der Fokus auf dem Gruppenkopf liegt, wird die zugehörige Gruppe komprimiert bzw. expandiert.</p>
|
|
76
|
+
<p><kbd>Enter</kbd></p>
|
|
77
|
+
<p>Wenn der Fokus auf dem Gruppenkopf liegt, wird das Gruppenkopfmenü geöffnet.</p>
|
|
78
|
+
<p><kbd>Spacebar</kbd></p>
|
|
79
|
+
<p><span class="emphasis">Wenn die Zellenmarkierung aktiviert ist:</span></p>
|
|
80
|
+
<p>Wenn der Fokus auf einer Zelle liegt, wird die fokussierte Zelle markiert.</p>
|
|
81
|
+
<p>Wenn der Fokus auf einem Zellenmarkierungsblock liegt, wird die Markierung der Zellen entfernt.</p>
|
|
82
|
+
<p>Wenn der Fokus auf einer Zelle liegt und die Tabelle eine bestimmte Konfiguration des Markierungsverhaltens hat (um eine Zeile zu markieren, können Sie entweder die Zeile selbst oder das Markierungsankreuzfeld markieren, wenn dieses verfügbar ist), wird nur die fokussierte Zelle anstelle der Zeile markiert.</p>
|
|
83
|
+
<p><kbd>Shift + Spacebar</kbd></p>
|
|
84
|
+
<p>Wenn der Fokus auf einer Zelle oder dem Zeilenauswahlfeld liegt, wird die Markierung der aktuellen Zeile umgeschaltet.</p>
|
|
85
|
+
<p><span class="emphasis">Wenn die Zellenmarkierung aktiviert ist:</span></p>
|
|
86
|
+
<p>Wenn der Fokus auf einem Zellenmarkierungsblock liegt, wird der Zellenmarkierungsblock in eine Zeilenmarkierung geändert. Die Zellenmarkierung wird entfernt.</p>
|
|
87
|
+
<p>Abhängig vom Zeilenmarkiermodus passiert Folgendes:</p>
|
|
88
|
+
<ul>
|
|
89
|
+
<li>Alle Zeilen des Blocks werden markiert (Mehrfachauswahl)</li>
|
|
90
|
+
<li>Nur die Zeile mit der aktuell fokussierten Zelle wird markiert (Einfachauswahl)</li>
|
|
91
|
+
<li>Keine der Zeilen wird markiert</li>
|
|
92
|
+
</ul>
|
|
93
|
+
</description>
|
|
94
|
+
</interaction>
|
|
95
|
+
<interaction> <kbd>ESC</kbd> <description>
|
|
96
|
+
<p><span class="emphasis">Wenn die Zellenmarkierung aktiviert ist:</span></p>
|
|
97
|
+
<p>Wenn der Fokus innerhalb der Tabelle liegt und Zellen markiert sind, wird die Markierung der Zellen entfernt.</p>
|
|
98
|
+
</description>
|
|
99
|
+
</interaction>
|
|
100
|
+
<interaction> <kbd>F2</kbd> <description>
|
|
101
|
+
<p>Schaltet den Fokus zwischen der Zelle und ihrem Inhalt um (mit Ausnahme von schreibgeschütztem Text).</p>
|
|
102
|
+
</description>
|
|
103
|
+
</interaction>
|
|
104
|
+
<interaction> <kbd>Shift + Spacebar</kbd> <description>
|
|
105
|
+
<p>Wenn der Fokus auf <span class="uicontrol">Alle markieren</span> liegt und die <kbd>Spacebar</kbd> gedrückt wird, wird das entsprechende Ereignis nicht ausgelöst. Die <kbd>Shift</kbd> verhindert diese Aktivität.</p>
|
|
106
|
+
</description>
|
|
107
|
+
</interaction>
|
|
108
|
+
<interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
|
|
109
|
+
<p>Wenn der Fokus auf einem Spaltenkopf liegt und die <kbd>Spacebar</kbd> oder <kbd>Enter</kbd> gedrückt wird, wird das entsprechende Ereignis nicht ausgelöst.</p>
|
|
110
|
+
</description>
|
|
111
|
+
</interaction>
|
|
112
|
+
<interaction> <kbd>Shift + ArrowUp</kbd> <description>
|
|
113
|
+
<p>Wenn der Fokus auf einer Zelle oder dem Zeilenauswahlfeld liegt und die entsprechende Zeile markiert ist, verschiebt sich der Fokus auf die Zeile darüber, und die Markierung wird bis zu dieser Zeile erweitert.</p>
|
|
114
|
+
<p>Wenn der Fokus auf einer Zelle oder dem Zeilenauswahlfeld liegt und die entsprechende Zeile <span class="emphasis">nicht</span> markiert ist, verschiebt sich der Fokus auf die Zeile darüber, und die Markierung wird für diese Zeile entfernt.</p>
|
|
115
|
+
<p><span class="emphasis">Wenn die Zellenmarkierung aktiviert ist:</span></p>
|
|
116
|
+
<p>Wenn der Fokus auf einer Zelle liegt, die <span class="emphasis">nicht</span> markiert ist, und die Zeile <span class="emphasis">nicht</span> markiert ist, werden die fokussierte Zelle und die Zelle darüber markiert. Der Fokus verschiebt sich auf die Zelle über der fokussierten Zelle.</p>
|
|
117
|
+
<p>Wenn der Fokus auf einer markierten Zelle liegt, erhält die Zelle darüber den Fokus, und die Zellenmarkierung wird bis zu dieser Zelle erweitert.</p>
|
|
118
|
+
</description>
|
|
119
|
+
</interaction>
|
|
120
|
+
<interaction> <kbd>Shift + ArrowDown</kbd> <description>
|
|
121
|
+
<p>Wenn der Fokus auf einer Zelle oder dem Zeilenauswahlfeld liegt und die entsprechende Zeile markiert ist, verschiebt sich der Fokus auf die Zeile darunter, und die Markierung wird bis zu dieser Zeile erweitert.</p>
|
|
122
|
+
<p>Wenn der Fokus auf einer Zelle oder dem Zeilenauswahlfeld liegt und die entsprechende Zeile <span class="emphasis">nicht</span> markiert ist, verschiebt sich der Fokus auf die Zeile darunter, und die Markierung wird für diese Zeile entfernt.</p>
|
|
123
|
+
<p><span class="emphasis">Wenn die Zellenmarkierung aktiviert ist:</span></p>
|
|
124
|
+
<p>Wenn der Fokus auf einer Zelle liegt, die <span class="emphasis">nicht</span> markiert ist, und die Zeile <span class="emphasis">nicht</span> markiert ist, werden die fokussierte Zelle und die Zelle darunter markiert. Der Fokus verschiebt sich auf die Zelle unter der fokussierten Zelle.</p>
|
|
125
|
+
<p>Wenn der Fokus auf einer markierten Zelle liegt, erhält die Zelle darunter den Fokus, und die Zellenmarkierung wird bis zu dieser Zelle erweitert.</p>
|
|
126
|
+
</description>
|
|
127
|
+
</interaction>
|
|
128
|
+
<interaction> <kbd>Shift + ArrowRight</kbd> <description>
|
|
129
|
+
<p>Wenn der Fokus auf einem Spaltenkopf liegt, wird die Breite dieser Spalte um 1 em vergrößert. Dies wird wiederholt, wenn die Taste gedrückt bleibt.</p>
|
|
130
|
+
<p><span class="emphasis">Wenn die Zellenmarkierung aktiviert ist:</span></p>
|
|
131
|
+
<p>Wenn der Fokus auf einer Zelle liegt, die <span class="emphasis">nicht</span> markiert ist, werden die fokussierte Zelle und die Zelle rechts davon markiert. Der Fokus verschiebt sich auf die Zelle rechts neben der fokussierten Zelle.</p>
|
|
132
|
+
<p>Wenn der Fokus auf einer markierten Zelle liegt, erhält die Zelle rechts davon den Fokus, und die Zellenmarkierung wird bis zu dieser Zelle erweitert.</p>
|
|
133
|
+
</description>
|
|
134
|
+
</interaction>
|
|
135
|
+
<interaction> <kbd>Shift + ArrowLeft</kbd> <description>
|
|
136
|
+
<p>Wenn der Fokus auf einem Spaltenkopf liegt, wird die Breite dieser Spalte um 1 em verkleinert. Dies wird wiederholt, wenn die Taste gedrückt bleibt.</p>
|
|
137
|
+
<p><span class="emphasis">Wenn die Zellenmarkierung aktiviert ist:</span></p>
|
|
138
|
+
<p>Wenn der Fokus auf einer Zelle liegt, die <span class="emphasis">nicht</span> markiert ist, werden die fokussierte Zelle und die Zelle links davon markiert. Der Fokus verschiebt sich auf die Zelle links neben der fokussierten Zelle.</p>
|
|
139
|
+
<p>Wenn der Fokus auf einer markierten Zelle liegt, erhält die Zelle links davon den Fokus, und die Zellenmarkierung wird bis zu dieser Zelle erweitert.</p>
|
|
140
|
+
</description>
|
|
141
|
+
</interaction>
|
|
142
|
+
<interaction> <kbd>Ctrl + ArrowRight</kbd> <description>
|
|
143
|
+
<p>Wenn der Fokus auf einem Spaltenkopf liegt, verschiebt sich die entsprechende Spalte um eine Position nach rechts.</p>
|
|
144
|
+
</description>
|
|
145
|
+
</interaction>
|
|
146
|
+
<interaction> <kbd>Ctrl + ArrowLeft</kbd> <description>
|
|
147
|
+
<p>Wenn der Fokus auf einem Spaltenkopf liegt, verschiebt sich die entsprechende Spalte um eine Position nach links.</p>
|
|
148
|
+
</description>
|
|
149
|
+
</interaction>
|
|
150
|
+
<interaction> <kbd>Ctrl + ArrowUp</kbd> <description>
|
|
151
|
+
<p>Verschiebt den Fokus auf das nächste fokussierbare Element in der Zeile darüber.</p>
|
|
152
|
+
</description>
|
|
153
|
+
</interaction>
|
|
154
|
+
<interaction> <kbd>Ctrl + ArrowDown</kbd> <description>
|
|
155
|
+
<p>Verschiebt den Fokus auf das nächste fokussierbare Element in der Zeile darunter.</p>
|
|
156
|
+
</description>
|
|
157
|
+
</interaction>
|
|
158
|
+
<interaction> <kbd>Ctrl + A</kbd> <description>
|
|
159
|
+
<p>Wenn der Fokus auf einer Zelle, dem Zeilenauswahlfeld oder <span class="uicontrol">Alle markieren</span> liegt, wird das Ankreuzfeld <span class="uicontrol">Alle markieren</span> umgeschaltet: Alle Zeilen werden markiert bzw. die Markierung aller Zeilen gelöscht.</p>
|
|
160
|
+
</description>
|
|
161
|
+
</interaction>
|
|
162
|
+
<interaction> <kbd>Ctrl + Shift + A</kbd> <description>
|
|
163
|
+
<p><span class="emphasis">Wenn die Zellenmarkierung aktiviert ist:</span></p>
|
|
164
|
+
<p>Wenn der Fokus innerhalb der Tabelle liegt, wird die Markierung für alle Zeilen und Zellen entfernt.</p>
|
|
165
|
+
</description>
|
|
166
|
+
</interaction>
|
|
167
|
+
<interaction> <kbd>Alt + ArrowUp</kbd> <kbd>Alt + ArrowDown</kbd> <kbd>F4</kbd> <description>
|
|
168
|
+
<p>Wenn der Fokus auf einer Zelle liegt, verschiebt sich der Fokus auf ihren Inhalt (mit Ausnahme eines schreibgeschützten Texts).</p>
|
|
169
|
+
<p>Wenn der Fokus auf dem Gruppenkopf oder einem Nichtblattknoten eines Baums liegt, wird damit das Erweitern der Gruppe umgeschaltet: Die Gruppe wird entsprechend expandiert bzw. komprimiert.</p>
|
|
170
|
+
</description>
|
|
171
|
+
</interaction>
|
|
172
|
+
<interaction> <kbd>Shift + F10</kbd> <description>
|
|
173
|
+
<p>Wenn der Fokus auf dem Gruppenkopf liegt, wird das Gruppenkopfmenü geöffnet.</p>
|
|
174
|
+
<p>Wenn der Fokus auf dem Spaltenkopf liegt, wird das Spaltenkopfmenü geöffnet.</p>
|
|
175
|
+
</description>
|
|
176
|
+
</interaction>
|
|
177
|
+
<interaction> <kbd>Shift + mouse click</kbd> <description>
|
|
178
|
+
<p><span class="emphasis">Wenn die Zellenmarkierung aktiviert ist:</span></p>
|
|
179
|
+
<p>Wenn Zellen markiert sind, erweitert <kbd>Shift + click</kbd> auf eine andere Zelle die Markierung bis zur angeklickten Zelle.</p>
|
|
180
|
+
</description>
|
|
181
|
+
</interaction>
|
|
182
|
+
<interaction> <kbd>Ctrl + C</kbd> <description>
|
|
183
|
+
<p>Kopiert die markierten Zeilen oder Zellen in die Zwischenablage, falls verfügbar und die Funktion aktiviert ist.</p>
|
|
184
|
+
</description>
|
|
185
|
+
</interaction>
|
|
186
|
+
<interaction> <kbd>Ctrl + V</kbd> <description>
|
|
187
|
+
<p>Fügt den Inhalt aus der Zwischenablage ein, wenn die Funktion aktiviert ist.</p>
|
|
188
|
+
</description>
|
|
189
|
+
</interaction>
|
|
190
|
+
</control-interactions>
|
|
191
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.m" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.table.Table"/>
|
|
5
|
+
<control name="sap.ui.table.AnalyticalTable"/>
|
|
6
|
+
<control name="sap.ui.table.TreeTable"/>
|
|
7
|
+
<interaction> <kbd>ArrowUp</kbd> <kbd>ArrowDown</kbd> <kbd>ArrowRight</kbd> <kbd>ArrowLeft</kbd> <description>
|
|
8
|
+
<p>Μετακινεί την εστίαση στο επόμενο κελί εντός της ίδιας στήλης ή σειράς στις αντίστοιχες κατευθύνσεις.</p>
|
|
9
|
+
<p><kbd>ArrowUp</kbd></p>
|
|
10
|
+
<p>Αν η εστίαση είναι στην πρώτη σειρά, η εστίαση μετακινείται στην κεφαλίδα στήλης.</p>
|
|
11
|
+
<p><kbd>ArrowDown</kbd></p>
|
|
12
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης, η εστίαση μετακινείται στο κελί στην πρώτη ορατή σειρά αυτής της στήλης, το οποίο εξαρτάται από την τρέχουσα θέση κύλισης.</p>
|
|
13
|
+
<p>Αν η εστίαση βρίσκεται στο πλαίσιο ελέγχου <span class="uicontrol">Επιλογή Όλων</span>, η εστίαση μετακινείται στον επιλογέα σειράς στην πρώτη ορατή σειρά, που εξαρτάται από την τρέχουσα θέση κύλισης.</p>
|
|
14
|
+
<p><kbd>ArrowLeft</kbd></p>
|
|
15
|
+
<p>Αν η εστίαση βρίσκεται στο κελί στην πρώτη στήλη, η εστίαση μετακινείται στον επιλογέα σειράς.</p>
|
|
16
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης, η εστίαση μετακινείται στην κεφαλίδα στήλης αριστερά.</p>
|
|
17
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης της πρώτης στήλης, η εστίαση μετακινείται στο πλαίσιο ελέγχου <span class="uicontrol">Επιλογή Όλων</span> </p>
|
|
18
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα ομάδας της διευρυμένης ομάδας, η ομάδα συμπτύσσεται.</p>
|
|
19
|
+
<p><kbd>ArrowRight</kbd></p>
|
|
20
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης, η εστίαση μετακινείται στην κεφαλίδα στήλης δεξιά.</p>
|
|
21
|
+
<p>Αν η εστίαση βρίσκεται στον επιλογέα σειράς, η εστίαση μετακινείται στο κελί της πρώτης στήλης μέσα στην ίδια σειρά.</p>
|
|
22
|
+
<p>Αν η εστίαση βρίσκεται στο πλαίσιο ελέγχου <span class="uicontrol">Επιλογή Όλων</span>, η εστίαση μετακινείται στην κεφαλίδα στήλης της πρώτης στήλης.</p>
|
|
23
|
+
</description>
|
|
24
|
+
</interaction>
|
|
25
|
+
<interaction> <kbd>PageUp</kbd> <description>
|
|
26
|
+
<p>Αν η εστίαση βρίσκεται στο επίπεδο κελιού, η εστίαση μετακινείται στο κελί στην αρχή της ίδιας στήλης. Αν η εστίαση βρίσκεται ήδη σε αυτό το επίπεδο, η εστίαση μετακινείται μία σελίδα πάνω και παραμένει στην ίδια στήλη με την απαιτούμενη κύλιση.</p>
|
|
27
|
+
<p>Αν η εστίαση είναι στην πρώτη σειρά, η εστίαση μετακινείται στην κεφαλίδα στήλης.</p>
|
|
28
|
+
</description>
|
|
29
|
+
</interaction>
|
|
30
|
+
<interaction> <kbd>PageDown</kbd> <description>
|
|
31
|
+
<p>Αν η εστίαση βρίσκεται στο επίπεδο κελιού, η εστίαση μετακινείται στο τελευταίο ορατό κελί στην ίδια στήλη. Αν η εστίαση βρίσκεται ήδη σε αυτό το επίπεδο, μετακινείται μία σελίδα κάτω και παραμένει στην ίδια στήλη με την απαιτούμενη κύλιση.</p>
|
|
32
|
+
<p>Αν η εστίαση είναι στην κεφαλίδα στήλης, η εστίαση μετακινείται στην πρώτη σειρά.</p>
|
|
33
|
+
</description>
|
|
34
|
+
</interaction>
|
|
35
|
+
<interaction> <kbd>Alt + PageUp</kbd> <description>
|
|
36
|
+
<p>Αν η εστίαση βρίσκεται στο επίπεδο κελιού ή στην κεφαλίδα στήλης, η εστίαση μετακινείται πέντε στήλες αριστερά (προεπιλεγμένο μέγεθος σελίδας). Αν υπάρχουν λιγότερες στήλες αριστερά από το τρέχον μέγεθος σελίδας, η εστίαση μετακινείται στην πρώτη στήλη.</p>
|
|
37
|
+
<p>Αν η εστίαση βρίσκεται στην πρώτη στήλη στο επίπεδο κελιού, η εστίαση μετακινείται στον επιλογέα σειράς.</p>
|
|
38
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης της πρώτης στήλης, η εστίαση μετακινείται στο <span class="uicontrol">Επιλογή Όλων</span>.</p>
|
|
39
|
+
</description>
|
|
40
|
+
</interaction>
|
|
41
|
+
<interaction> <kbd>Alt + PageDown</kbd> <description>
|
|
42
|
+
<p>Αν η εστίαση βρίσκεται στο επίπεδο κελιού, η εστίαση μετακινείται πέντε στήλες δεξιά (προεπιλεγμένο μέγεθος σελίδας).</p>
|
|
43
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης και υπάρχουν λιγότερες στήλες δεξιά από το τρέχον μέγεθος σελίδας, η εστίαση μετακινείται στην τελευταία στήλη.</p>
|
|
44
|
+
<p>Αν η εστίαση βρίσκεται στον επιλογέα σειράς, η εστίαση μετακινείται στην πρώτη στήλη μέσα στην ίδια σειρά.</p>
|
|
45
|
+
<p>Αν η εστίαση βρίσκεται στο <span class="uicontrol">Επιλογή Όλων</span>, η εστίαση μετακινείται στην κεφαλίδα της πρώτης στήλης.</p>
|
|
46
|
+
</description>
|
|
47
|
+
</interaction>
|
|
48
|
+
<interaction> <kbd>Home</kbd> <kbd>Pos1</kbd> <description>
|
|
49
|
+
<p>Αν η εστίαση βρίσκεται στο κελί, η εστίαση μετακινείται στην πρώτη στήλη μέσα στην ίδια σειρά.</p>
|
|
50
|
+
<p>Αν η εστίαση βρίσκεται στο κελί στην πρώτη στήλη, η εστίαση μετακινείται στον επιλογέα σειράς.</p>
|
|
51
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης, η εστίαση μετακινείται στην κεφαλίδα της πρώτης στήλης.</p>
|
|
52
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης, η εστίαση μετακινείται στο <span class="uicontrol">Επιλογή Όλων</span>.</p>
|
|
53
|
+
</description>
|
|
54
|
+
</interaction>
|
|
55
|
+
<interaction> <kbd>End</kbd> <description>
|
|
56
|
+
<p>Αν η εστίαση βρίσκεται στο κελί ή στην κεφαλίδα στήλης, η εστίαση μετακινείται στην τελευταία στήλη.</p>
|
|
57
|
+
<p>Αν η εστίαση βρίσκεται στον επιλογέα σειράς, η εστίαση μετακινείται στην πρώτη στήλη μέσα στην ίδια σειρά.</p>
|
|
58
|
+
<p>Αν η εστίαση βρίσκεται στο <span class="uicontrol">Επιλογή Όλων</span>, η εστίαση μετακινείται στην κεφαλίδα της πρώτης στήλης.</p>
|
|
59
|
+
</description>
|
|
60
|
+
</interaction>
|
|
61
|
+
<interaction> <kbd>Ctrl + Home</kbd> <kbd>Pos1</kbd> <description>
|
|
62
|
+
<p>Αν η εστίαση είναι στο κελί, η εστίαση μετακινείται στην κεφαλίδα στήλης.</p>
|
|
63
|
+
<p>Αν η εστίαση βρίσκεται στον επιλογέα σειράς, η εστίαση μετακινείται στο <span class="uicontrol">Επιλογή Όλων</span>.</p>
|
|
64
|
+
</description>
|
|
65
|
+
</interaction>
|
|
66
|
+
<interaction> <kbd>Ctrl + End</kbd> <description>
|
|
67
|
+
<p>Αν η εστίαση βρίσκεται στο κελί ή στην κεφαλίδα στήλης, η εστίαση μετακινείται στην τελευταία στήλη.</p>
|
|
68
|
+
<p>Αν η εστίαση βρίσκεται στον επιλογέα σειράς ή στο <span class="uicontrol">Επιλογή Όλων</span>, η εστίαση μετακινείται στον επιλογέα τελευταίας σειράς.</p>
|
|
69
|
+
</description>
|
|
70
|
+
</interaction>
|
|
71
|
+
<interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
|
|
72
|
+
<p>Αν η εστίαση βρίσκεται στο κελί, η εστίαση μετακινείται στον πρώτο έλεγχο με δυνατότητα εστίασης στο κελί.</p>
|
|
73
|
+
<p>Αν η εστίαση βρίσκεται στο πλαίσιο ελέγχου <span class="uicontrol">Επιλογή Όλων</span> ή στον επιλογέα σειράς, εναλλάσσει την κατάσταση πλαισίου ελέγχου.</p>
|
|
74
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης, το μενού κεφαλίδας στήλης είναι ανοικτό.</p>
|
|
75
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα ομάδας, η σχετική ομάδα συμπτύσσεται ή επεκτείνεται.</p>
|
|
76
|
+
<p><kbd>Enter</kbd></p>
|
|
77
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα ομάδας, το μενού κεφαλίδας ομάδας είναι ανοικτό.</p>
|
|
78
|
+
<p><kbd>Spacebar</kbd></p>
|
|
79
|
+
<p><span class="emphasis">Αν είναι ενεργοποιημένη η επιλογή κελιού:</span></p>
|
|
80
|
+
<p>Αν η εστίαση βρίσκεται στο κελί, το εστιασμένο κελί επιλέγεται.</p>
|
|
81
|
+
<p>Αν η εστίαση βρίσκεται στη δέσμευση επιλογής κελιού, η επιλογή των κελιών καταργείται.</p>
|
|
82
|
+
<p>Αν η εστίαση βρίσκεται στο κελί και ο πίνακας έχει συγκεκριμένη διαμόρφωση για την συμπεριφορά επιλογής (για να επιλέξετε σειρά, μπορείτε είτε να επιλέξετε την ίδια τη σειρά ή το πλαίσιο ελέγχου επιλογής αν υπάρχει), μόνο το εστιασμένο κελί επιλέγεται αντί της σειράς.</p>
|
|
83
|
+
<p><kbd>Shift + Spacebar</kbd></p>
|
|
84
|
+
<p>Αν η εστίαση βρίσκεται στο κελί ή στον επιλογέα σειράς, αυτό εναλλάσσει την επιλογή της τρέχουσας σειράς.</p>
|
|
85
|
+
<p><span class="emphasis">Αν είναι ενεργοποιημένη η επιλογή κελιού:</span></p>
|
|
86
|
+
<p>Αν η εστίαση βρίσκεται στη δέσμευση επιλογής κελιού, η δέσμευση επιλογής κελιού αλλάζει στην επιλογή σειράς. Η επιλογή σειράς καταργείται.</p>
|
|
87
|
+
<p>Ανάλογα με τη λειτουργία επιλογής σειράς συμβαίνουν τα εξής:</p>
|
|
88
|
+
<ul>
|
|
89
|
+
<li>Όλες οι σειρές της δέσμευσης επιλέγονται (πολλαπλή επιλογή)</li>
|
|
90
|
+
<li>Μόνο μία σειρά με το πρόσφατα εστιασμένο κελί επιλέγεται (μία επιλογή)</li>
|
|
91
|
+
<li>Καμία από τις σειρές δεν επιλέγεται</li>
|
|
92
|
+
</ul>
|
|
93
|
+
</description>
|
|
94
|
+
</interaction>
|
|
95
|
+
<interaction> <kbd>ESC</kbd> <description>
|
|
96
|
+
<p><span class="emphasis">Αν είναι ενεργοποιημένη η επιλογή κελιού:</span></p>
|
|
97
|
+
<p>Αν η εστίαση βρίσκεται μέσα στον πίνακα και τα κελιά επιλεγούν, η επιλογή των κελιών καταργείται.</p>
|
|
98
|
+
</description>
|
|
99
|
+
</interaction>
|
|
100
|
+
<interaction> <kbd>F2</kbd> <description>
|
|
101
|
+
<p>Εναλλάσσει την εστίαση μεταξύ του κελιού και των περιεχομένων του (με την εξαίρεση του κειμένου για ανάγνωση μόνο).</p>
|
|
102
|
+
</description>
|
|
103
|
+
</interaction>
|
|
104
|
+
<interaction> <kbd>Shift + Spacebar</kbd> <description>
|
|
105
|
+
<p>Αν η εστίαση βρίσκεται στο <span class="uicontrol">Επιλογή Όλων</span> και πατηθεί το <kbd>Spacebar</kbd>, το αντίστοιχο συμβάν δεν ξεκινάει. Το <kbd>Shift</kbd> εμποδίζει αυτήν τη δραστηριότητα.</p>
|
|
106
|
+
</description>
|
|
107
|
+
</interaction>
|
|
108
|
+
<interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
|
|
109
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης και πατηθεί το <kbd>Spacebar</kbd> ή το <kbd>Enter</kbd>, το αντίστοιχο συμβάν δεν ξεκινάει.</p>
|
|
110
|
+
</description>
|
|
111
|
+
</interaction>
|
|
112
|
+
<interaction> <kbd>Shift + ArrowUp</kbd> <description>
|
|
113
|
+
<p>Αν η εστίαση βρίσκεται στο κελί ή στον επιλογέα σειράς και επιλεχτεί η σχετική σειρά, η εστίαση μετακινείται στην από πάνω σειρά και η επιλογή βελτιώνεται μέχρι αυτήν τη σειρά.</p>
|
|
114
|
+
<p>Αν η εστίαση βρίσκεται στο κελί ή στον επιλογέα σειράς και η σχετική σειρά <span class="emphasis">δεν</span> επιλέχτηκε, η εστίαση μετακινείται στην από πάνω σειρά και η επιλογή καταργείται για αυτή τη σειρά.</p>
|
|
115
|
+
<p><span class="emphasis">Αν είναι ενεργοποιημένη η επιλογή κελιού:</span></p>
|
|
116
|
+
<p>Αν η εστίαση βρίσκεται στο κελί και αυτό <span class="emphasis">δεν</span> επιλέχτηκε και η σειρά <span class="emphasis">δεν</span> επιλέχτηκε, το εστιασμένο κελί και το κελί από πάνω επιλέγονται. Η εστίαση μετακινείται στο κελί πάνω από το εστιασμένο κελί.</p>
|
|
117
|
+
<p>Αν η εστίαση βρίσκεται στο επιλεγμένο κελί, το κελί από πάνω λαμβάνει την εστίαση και η επιλογή κελιού βελτιώνεται μέχρι αυτό το κελί.</p>
|
|
118
|
+
</description>
|
|
119
|
+
</interaction>
|
|
120
|
+
<interaction> <kbd>Shift + ArrowDown</kbd> <description>
|
|
121
|
+
<p>Αν η εστίαση βρίσκεται στο κελί ή στον επιλογέα σειράς και επιλεχτεί η σχετική σειρά, η εστίαση μετακινείται στην από κάτω σειρά και η επιλογή βελτιώνεται μέχρι αυτήν τη σειρά.</p>
|
|
122
|
+
<p>Αν η εστίαση βρίσκεται στο κελί ή στον επιλογέα σειράς και η σχετική σειρά <span class="emphasis">δεν</span> επιλέχτηκε, η εστίαση μετακινείται στην από κάτω σειρά και η επιλογή καταργείται για αυτή τη σειρά.</p>
|
|
123
|
+
<p><span class="emphasis">Αν είναι ενεργοποιημένη η επιλογή κελιού:</span></p>
|
|
124
|
+
<p>Αν η εστίαση βρίσκεται στο κελί που <span class="emphasis">δεν</span> επιλέχτηκε και η σειρά <span class="emphasis">δεν</span> επιλέχτηκε, το εστιασμένο κελί και το κελί από κάτω επιλέγονται. Η εστίαση μετακινείται στο κελί κάτω από το εστιασμένο κελί.</p>
|
|
125
|
+
<p>Αν η εστίαση βρίσκεται στο επιλεγμένο κελί, το κελί από κάτω λαμβάνει την εστίαση και η επιλογή κελιού βελτιώνεται μέχρι αυτό το κελί.</p>
|
|
126
|
+
</description>
|
|
127
|
+
</interaction>
|
|
128
|
+
<interaction> <kbd>Shift + ArrowRight</kbd> <description>
|
|
129
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης, το πλάτος αυτής της στήλης αυξάνεται κατά 1 em. Αυτό επαναλαμβάνεται αν το πλήκτρο παραμένει πατημένο.</p>
|
|
130
|
+
<p><span class="emphasis">Αν είναι ενεργοποιημένη η επιλογή κελιού:</span></p>
|
|
131
|
+
<p>Αν η εστίαση βρίσκεται στο κελί που <span class="emphasis">δεν</span> επιλέχτηκε, το εστιασμένο κελί και το κελί δεξιά επιλέγονται. Η εστίαση μετακινείται στο κελί δεξιά από το εστιασμένο κελί.</p>
|
|
132
|
+
<p>Αν η εστίαση βρίσκεται στο εστιασμένο κελί, το κελί δεξιά λαμβάνει την εστίαση και η επιλογή κελιού βελτιώνεται μέχρι αυτό το κελί.</p>
|
|
133
|
+
</description>
|
|
134
|
+
</interaction>
|
|
135
|
+
<interaction> <kbd>Shift + ArrowLeft</kbd> <description>
|
|
136
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης, το πλάτος αυτής της στήλης μειώνεται κατά 1 em. Αυτό επαναλαμβάνεται αν το πλήκτρο παραμένει πατημένο.</p>
|
|
137
|
+
<p><span class="emphasis">Αν είναι ενεργοποιημένη η επιλογή κελιού:</span></p>
|
|
138
|
+
<p>Αν η εστίαση βρίσκεται στο κελί που <span class="emphasis">δεν</span> επιλέχτηκε, το εστιασμένο κελί και το κελί αριστερά επιλέγονται. Η εστίαση μετακινείται στο κελί αριστερά από το εστιασμένο κελί.</p>
|
|
139
|
+
<p>Αν η εστίαση βρίσκεται στο εστιασμένο κελί, το κελί αριστερά λαμβάνει την εστίαση και η επιλογή κελιού βελτιώνεται μέχρι αυτό το κελί.</p>
|
|
140
|
+
</description>
|
|
141
|
+
</interaction>
|
|
142
|
+
<interaction> <kbd>Ctrl + ArrowRight</kbd> <description>
|
|
143
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης, η σχετική στήλη μετακινείται μία θέση δεξιά.</p>
|
|
144
|
+
</description>
|
|
145
|
+
</interaction>
|
|
146
|
+
<interaction> <kbd>Ctrl + ArrowLeft</kbd> <description>
|
|
147
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης, η σχετική στήλη μετακινείται μία θέση αριστερά.</p>
|
|
148
|
+
</description>
|
|
149
|
+
</interaction>
|
|
150
|
+
<interaction> <kbd>Ctrl + ArrowUp</kbd> <description>
|
|
151
|
+
<p>Μετακινεί την εστίαση στο επόμενο στοιχείο με δυνατότητα εστίασης στην σειρά από πάνω.</p>
|
|
152
|
+
</description>
|
|
153
|
+
</interaction>
|
|
154
|
+
<interaction> <kbd>Ctrl + ArrowDown</kbd> <description>
|
|
155
|
+
<p>Μετακινεί την εστίαση στο επόμενο στοιχείο με δυνατότητα εστίασης στην σειρά από κάτω.</p>
|
|
156
|
+
</description>
|
|
157
|
+
</interaction>
|
|
158
|
+
<interaction> <kbd>Ctrl + A</kbd> <description>
|
|
159
|
+
<p>Αν η εστίαση βρίσκεται στο κελί, στον επιλεγέα σειράς ή στο <span class="uicontrol">Επιλογή Όλων</span>, αυτό εναλλάσσει το πλαίσιο ελέγχου <span class="uicontrol">Επιλογή Όλων</span>: Όλες οι σειρές επιλέγονται ή αποεπιλέγονται αντίστοιχα.</p>
|
|
160
|
+
</description>
|
|
161
|
+
</interaction>
|
|
162
|
+
<interaction> <kbd>Ctrl + Shift + A</kbd> <description>
|
|
163
|
+
<p><span class="emphasis">Αν είναι ενεργοποιημένη η επιλογή κελιού:</span></p>
|
|
164
|
+
<p>Αν η εστίαση βρίσκεται μέσα στον πίνακα, η επιλογή για οποιεσδήποτε σειρές και κελιά καταργείται.</p>
|
|
165
|
+
</description>
|
|
166
|
+
</interaction>
|
|
167
|
+
<interaction> <kbd>Alt + ArrowUp</kbd> <kbd>Alt + ArrowDown</kbd> <kbd>F4</kbd> <description>
|
|
168
|
+
<p>Αν η εστίαση βρίσκεται στο κελί, η εστίαση μετακινείται στα περιεχόμενά της (με την εξαίρεση του κειμένου για ανάγνωση μόνο).</p>
|
|
169
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα ομάδας ή στον κόμβο ενότητας του δέντρου, αυτό εναλλάσσει την επέκταση της ομάδας: Η ομάδα επεκτείνεται ή συμπτύσσεται αντίστοιχα.</p>
|
|
170
|
+
</description>
|
|
171
|
+
</interaction>
|
|
172
|
+
<interaction> <kbd>Shift + F10</kbd> <description>
|
|
173
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα ομάδας, το μενού κεφαλίδας ομάδας είναι ανοικτό.</p>
|
|
174
|
+
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης, το μενού κεφαλίδας στήλης είναι ανοικτό.</p>
|
|
175
|
+
</description>
|
|
176
|
+
</interaction>
|
|
177
|
+
<interaction> <kbd>Shift + mouse click</kbd> <description>
|
|
178
|
+
<p><span class="emphasis">Αν είναι ενεργοποιημένη η επιλογή κελιού:</span></p>
|
|
179
|
+
<p>Αν τα κελιά επιλεχτούν, το <kbd>Shift + click</kbd> σε διαφορετικό κελί βελτιώνει την επιλογή μέχρι το κελί που έχει επιλεχτεί.</p>
|
|
180
|
+
</description>
|
|
181
|
+
</interaction>
|
|
182
|
+
<interaction> <kbd>Ctrl + C</kbd> <description>
|
|
183
|
+
<p>Αντιγράφει τις επιλεγμένες σειρές και τα επιλεγμένα κελιά στο πρόχειρο, αν υπάρχει και το χαρακτηριστικό ενεργοποιείται.</p>
|
|
184
|
+
</description>
|
|
185
|
+
</interaction>
|
|
186
|
+
<interaction> <kbd>Ctrl + V</kbd> <description>
|
|
187
|
+
<p>Επικολλάει το περιεχόμενο από το πρόχειρο, αν το χαρακτηριστικό ενεργοποιηθεί.</p>
|
|
188
|
+
</description>
|
|
189
|
+
</interaction>
|
|
190
|
+
</control-interactions>
|
|
191
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.m" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.table.Table"/>
|
|
5
|
+
<control name="sap.ui.table.AnalyticalTable"/>
|
|
6
|
+
<control name="sap.ui.table.TreeTable"/>
|
|
7
|
+
<interaction> <kbd>ArrowUp</kbd> <kbd>ArrowDown</kbd> <kbd>ArrowRight</kbd> <kbd>ArrowLeft</kbd> <description>
|
|
8
|
+
<p>Moves the focus to the next cell within the same column or row in the respective directions.</p>
|
|
9
|
+
<p><kbd>ArrowUp</kbd></p>
|
|
10
|
+
<p>If the focus is on the first row, the focus moves to the column header.</p>
|
|
11
|
+
<p><kbd>ArrowDown</kbd></p>
|
|
12
|
+
<p>If the focus is on a column header, the focus moves to the cell in the first visible row of this column, which depends on the current scroll position.</p>
|
|
13
|
+
<p>If the focus is on the <span class="uicontrol">Select All</span> checkbox, the focus moves to the row selector in the first visible row, which depends on the current scroll position.</p>
|
|
14
|
+
<p><kbd>ArrowLeft</kbd></p>
|
|
15
|
+
<p>If the focus is on a cell in the first column, the focus moves to the row selector.</p>
|
|
16
|
+
<p>If the focus is on a column header, the focus moves to the column header to the left.</p>
|
|
17
|
+
<p>If the focus is on the column header of the first column, the focus moves to the <span class="uicontrol">Select All</span> checkbox.</p>
|
|
18
|
+
<p>If the focus is on the group header of an expanded group, the group is collapsed.</p>
|
|
19
|
+
<p><kbd>ArrowRight</kbd></p>
|
|
20
|
+
<p>If the focus is on the column header, the focus moves to the column header to the right.</p>
|
|
21
|
+
<p>If the focus is on the row selector, the focus moves to the cell of the first column within the same row.</p>
|
|
22
|
+
<p>If the focus is on the <span class="uicontrol">Select All</span> checkbox, the focus moves to the column header of the first column.</p>
|
|
23
|
+
</description>
|
|
24
|
+
</interaction>
|
|
25
|
+
<interaction> <kbd>PageUp</kbd> <description>
|
|
26
|
+
<p>If the focus is on cell level, the focus moves to the cell at the very top of the same column. If the focus is already on that level, the focus moves one page up and stays on the same column with the required scrolling.</p>
|
|
27
|
+
<p>If the focus is on the first row, the focus moves to the column header.</p>
|
|
28
|
+
</description>
|
|
29
|
+
</interaction>
|
|
30
|
+
<interaction> <kbd>PageDown</kbd> <description>
|
|
31
|
+
<p>If the focus is on cell level, the focus moves to the last visible cell in the same column. If the focus is already on that level, it moves one page down and stays on the same column with the required scrolling.</p>
|
|
32
|
+
<p>If the focus is on the column header, the focus moves to the first row.</p>
|
|
33
|
+
</description>
|
|
34
|
+
</interaction>
|
|
35
|
+
<interaction> <kbd>Alt + PageUp</kbd> <description>
|
|
36
|
+
<p>If the focus is on cell level or on a column header, the focus moves five columns to the left (default page size). If there are fewer columns on the left than the current page size, the focus moves to the first column.</p>
|
|
37
|
+
<p>If the focus is on the first column on cell level, the focus moves to the row selector.</p>
|
|
38
|
+
<p>If the focus is on the column header of the first column, the focus moves to <span class="uicontrol">Select All</span>.</p>
|
|
39
|
+
</description>
|
|
40
|
+
</interaction>
|
|
41
|
+
<interaction> <kbd>Alt + PageDown</kbd> <description>
|
|
42
|
+
<p>If the focus is on cell level, the focus moves five columns to the right (default page size).</p>
|
|
43
|
+
<p>If the focus is on the column header and there are fewer columns on the right than the current page size, the focus moves to the last column.</p>
|
|
44
|
+
<p>If the focus is on the row selector, the focus moves to the first column in the same row.</p>
|
|
45
|
+
<p>If the focus is on <span class="uicontrol">Select All</span>, the focus moves to the header of the first column.</p>
|
|
46
|
+
</description>
|
|
47
|
+
</interaction>
|
|
48
|
+
<interaction> <kbd>Home</kbd> <kbd>Pos1</kbd> <description>
|
|
49
|
+
<p>If the focus is on the cell, the focus moves to the first column in the same row.</p>
|
|
50
|
+
<p>If the focus is on the cell in the first column, the focus moves to the row selector.</p>
|
|
51
|
+
<p>If the focus is on the column header, the focus moves to the header of the first column.</p>
|
|
52
|
+
<p>If the focus is on the first column header, the focus moves to <span class="uicontrol">Select All</span>.</p>
|
|
53
|
+
</description>
|
|
54
|
+
</interaction>
|
|
55
|
+
<interaction> <kbd>End</kbd> <description>
|
|
56
|
+
<p>If the focus is on the cell or column header, the focus moves to the last column.</p>
|
|
57
|
+
<p>If the focus is on the row selector, the focus moves to the first column in the same row.</p>
|
|
58
|
+
<p>If the focus is on <span class="uicontrol">Select All</span>, the focus moves to the header of the first column.</p>
|
|
59
|
+
</description>
|
|
60
|
+
</interaction>
|
|
61
|
+
<interaction> <kbd>Ctrl + Home</kbd> <kbd>Pos1</kbd> <description>
|
|
62
|
+
<p>If the focus is on the cell, the focus moves to the column header.</p>
|
|
63
|
+
<p>If the focus is on the row selector, the focus moves to <span class="uicontrol">Select All</span>.</p>
|
|
64
|
+
</description>
|
|
65
|
+
</interaction>
|
|
66
|
+
<interaction> <kbd>Ctrl + End</kbd> <description>
|
|
67
|
+
<p>If the focus is on the cell or column header, the focus moves to the last row in the same column.</p>
|
|
68
|
+
<p>If the focus is on the row selector or <span class="uicontrol">Select All</span>, the focus moves to the last row selector.</p>
|
|
69
|
+
</description>
|
|
70
|
+
</interaction>
|
|
71
|
+
<interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
|
|
72
|
+
<p>If the focus is on the cell, the focus moves to the first focusable control in the cell.</p>
|
|
73
|
+
<p>If the focus is on the <span class="uicontrol">Select All</span> checkbox or a row selector, toggles the checkbox state.</p>
|
|
74
|
+
<p>If the focus is on the column header, the column header menu is opened.</p>
|
|
75
|
+
<p>If the focus is on the group header, the related group is collapsed or expanded.</p>
|
|
76
|
+
<p><kbd>Enter</kbd></p>
|
|
77
|
+
<p>If the focus is on the group header, the group header menu is opened.</p>
|
|
78
|
+
<p><kbd>Spacebar</kbd></p>
|
|
79
|
+
<p><span class="emphasis">If cell selection is enabled:</span></p>
|
|
80
|
+
<p>If the focus is on a cell, the focused cell is selected.</p>
|
|
81
|
+
<p>If the focus is on a cell selection block, the selection of the cells is removed.</p>
|
|
82
|
+
<p>If the focus is on a cell, and the table has a certain configuration of the selection behavior (to select a row, you can either select the row itself or the selection checkbox if it is available), only the focused cell is selected instead of the row.</p>
|
|
83
|
+
<p><kbd>Shift + Spacebar</kbd></p>
|
|
84
|
+
<p>If the focus is on a cell or the row selector, this toggles the selection of the current row.</p>
|
|
85
|
+
<p><span class="emphasis">If cell selection is enabled:</span></p>
|
|
86
|
+
<p>If the focus is on a cell selection block, the cell selection block is changed into a row selection. The cell selection is removed.</p>
|
|
87
|
+
<p>Depending on the row selection mode the following happens:</p>
|
|
88
|
+
<ul>
|
|
89
|
+
<li>All rows of the block are selected (multiple selection)</li>
|
|
90
|
+
<li>Only the row with the currently focused cell is selected (single selection)</li>
|
|
91
|
+
<li>None of the rows are selected</li>
|
|
92
|
+
</ul>
|
|
93
|
+
</description>
|
|
94
|
+
</interaction>
|
|
95
|
+
<interaction> <kbd>ESC</kbd> <description>
|
|
96
|
+
<p><span class="emphasis">If cell selection is enabled:</span></p>
|
|
97
|
+
<p>If the focus is inside of the table, and cells are selected, the selection of the cells is removed.</p>
|
|
98
|
+
</description>
|
|
99
|
+
</interaction>
|
|
100
|
+
<interaction> <kbd>F2</kbd> <description>
|
|
101
|
+
<p>Toggles the focus between the cell and its content (with the exception of read-only text).</p>
|
|
102
|
+
</description>
|
|
103
|
+
</interaction>
|
|
104
|
+
<interaction> <kbd>Shift + Spacebar</kbd> <description>
|
|
105
|
+
<p>If the focus is on <span class="uicontrol">Select All</span>, and <kbd>Spacebar</kbd> is pressed, the corresponding event is not triggered. <kbd>Shift</kbd> prevents this activity.</p>
|
|
106
|
+
</description>
|
|
107
|
+
</interaction>
|
|
108
|
+
<interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
|
|
109
|
+
<p>If the focus is on a column header, and <kbd>Spacebar</kbd> or <kbd>Enter</kbd> is pressed, the corresponding event is not triggered.</p>
|
|
110
|
+
</description>
|
|
111
|
+
</interaction>
|
|
112
|
+
<interaction> <kbd>Shift + ArrowUp</kbd> <description>
|
|
113
|
+
<p>If the focus is on a cell or the row selector, and the relevant row is selected, the focus moves to the row above, and the selection is enhanced up to this row.</p>
|
|
114
|
+
<p>If the focus is on a cell or the row selector, and the relevant row is <span class="emphasis">not</span> selected, the focus moves to the row above, and the selection is removed for this row.</p>
|
|
115
|
+
<p><span class="emphasis">If cell selection is enabled:</span></p>
|
|
116
|
+
<p>If the focus is on a cell that is <span class="emphasis">not</span> selected, and the row is <span class="emphasis">not</span> selected, the focused cell and the cell above are selected. The focus moves to the cell above the focused cell.</p>
|
|
117
|
+
<p>If the focus is on a selected cell, the cell above gets the focus, and the cell selection is enhanced up to this cell.</p>
|
|
118
|
+
</description>
|
|
119
|
+
</interaction>
|
|
120
|
+
<interaction> <kbd>Shift + ArrowDown</kbd> <description>
|
|
121
|
+
<p>If the focus is on a cell or the row selector, and the relevant row is selected, the focus moves to the row below, and the selection is enhanced up to this row.</p>
|
|
122
|
+
<p>If the focus is on a cell or the row selector, and the relevant row is <span class="emphasis">not</span> selected, the focus moves to the row below, and the selection is removed for this row.</p>
|
|
123
|
+
<p><span class="emphasis">If cell selection is enabled:</span></p>
|
|
124
|
+
<p>If the focus is on a cell that is <span class="emphasis">not</span> selected, and the row is <span class="emphasis">not</span> selected, the focused cell and the cell below are selected. The focus moves to the cell below the focused cell.</p>
|
|
125
|
+
<p>If the focus is on a selected cell, the cell below gets the focus, and the cell selection is enhanced up to this cell.</p>
|
|
126
|
+
</description>
|
|
127
|
+
</interaction>
|
|
128
|
+
<interaction> <kbd>Shift + ArrowRight</kbd> <description>
|
|
129
|
+
<p>If the focus is on a column header, the width of this column is increased by 1 em. This is repeated if key remains pressed.</p>
|
|
130
|
+
<p><span class="emphasis">If cell selection is enabled:</span></p>
|
|
131
|
+
<p>If the focus is on a cell that is <span class="emphasis">not</span> selected, the focused cell and the cell to the right are selected. The focus moves to the cell to the right of the focused cell.</p>
|
|
132
|
+
<p>If the focus is on a selected cell, the cell to the right gets the focus, and the cell selection is enhanced up to this cell.</p>
|
|
133
|
+
</description>
|
|
134
|
+
</interaction>
|
|
135
|
+
<interaction> <kbd>Shift + ArrowLeft</kbd> <description>
|
|
136
|
+
<p>If the focus is on a column header, the width of this column is decreased by 1 em. This is repeated if key remains pressed.</p>
|
|
137
|
+
<p><span class="emphasis">If cell selection is enabled:</span></p>
|
|
138
|
+
<p>If the focus is on a cell that is <span class="emphasis">not</span> selected, the focused cell and the cell to the left are selected. The focus moves to the cell to the left of the focused cell.</p>
|
|
139
|
+
<p>If the focus is on a selected cell, the cell to the left gets the focus, and the cell selection is enhanced up to this cell.</p>
|
|
140
|
+
</description>
|
|
141
|
+
</interaction>
|
|
142
|
+
<interaction> <kbd>Ctrl + ArrowRight</kbd> <description>
|
|
143
|
+
<p>If the focus is on a column header, the relevant column moves one position to the right.</p>
|
|
144
|
+
</description>
|
|
145
|
+
</interaction>
|
|
146
|
+
<interaction> <kbd>Ctrl + ArrowLeft</kbd> <description>
|
|
147
|
+
<p>If the focus is on a column header, the relevant column moves one position to the left.</p>
|
|
148
|
+
</description>
|
|
149
|
+
</interaction>
|
|
150
|
+
<interaction> <kbd>Ctrl + ArrowUp</kbd> <description>
|
|
151
|
+
<p>Moves the focus to the next focusable element in the row above.</p>
|
|
152
|
+
</description>
|
|
153
|
+
</interaction>
|
|
154
|
+
<interaction> <kbd>Ctrl + ArrowDown</kbd> <description>
|
|
155
|
+
<p>Moves the focus to the next focusable element in the row below.</p>
|
|
156
|
+
</description>
|
|
157
|
+
</interaction>
|
|
158
|
+
<interaction> <kbd>Ctrl + A</kbd> <description>
|
|
159
|
+
<p>If the focus is on a cell, the row selector, or <span class="uicontrol">Select All</span>, this toggles the <span class="uicontrol">Select All</span> checkbox: All rows get selected or deselected respectively.</p>
|
|
160
|
+
</description>
|
|
161
|
+
</interaction>
|
|
162
|
+
<interaction> <kbd>Ctrl + Shift + A</kbd> <description>
|
|
163
|
+
<p><span class="emphasis">If cell selection is enabled:</span></p>
|
|
164
|
+
<p>If the focus is inside of the table, the selection for any rows and cells is removed.</p>
|
|
165
|
+
</description>
|
|
166
|
+
</interaction>
|
|
167
|
+
<interaction> <kbd>Alt + ArrowUp</kbd> <kbd>Alt + ArrowDown</kbd> <kbd>F4</kbd> <description>
|
|
168
|
+
<p>If the focus is on a cell, the focus moves to its content (with the exception of a read-only text).</p>
|
|
169
|
+
<p>If the focus is on the group header or a non-leaf node of a tree, this toggles the expansion of the group: The group is expanded or collapsed respectively.</p>
|
|
170
|
+
</description>
|
|
171
|
+
</interaction>
|
|
172
|
+
<interaction> <kbd>Shift + F10</kbd> <description>
|
|
173
|
+
<p>If the focus is on the group header, the group header menu is opened.</p>
|
|
174
|
+
<p>If the focus is on the column header, the column header menu is opened.</p>
|
|
175
|
+
</description>
|
|
176
|
+
</interaction>
|
|
177
|
+
<interaction> <kbd>Shift + mouse click</kbd> <description>
|
|
178
|
+
<p><span class="emphasis">If cell selection is enabled:</span></p>
|
|
179
|
+
<p>If cells are selected, <kbd>Shift + click</kbd> on a different cell enhances the selection up to the clicked cell.</p>
|
|
180
|
+
</description>
|
|
181
|
+
</interaction>
|
|
182
|
+
<interaction> <kbd>Ctrl + C</kbd> <description>
|
|
183
|
+
<p>Copies the selected rows or cells to the clipboard if available, and the feature is enabled.</p>
|
|
184
|
+
</description>
|
|
185
|
+
</interaction>
|
|
186
|
+
<interaction> <kbd>Ctrl + V</kbd> <description>
|
|
187
|
+
<p>Pastes the content from the clipboard if the feature is enabled.</p>
|
|
188
|
+
</description>
|
|
189
|
+
</interaction>
|
|
190
|
+
</control-interactions>
|
|
191
|
+
</interaction-documentation>
|