Kaynağa Gözat

Changed keyboard navigation method for VScrollTable to protected so one could implement a totally own keyboard navigation logic for the Table by extending the VScrollTable.

svn changeset:13080/svn branch:6.4
tags/6.7.0.beta1
John Alhroos 14 yıl önce
ebeveyn
işleme
d2c772ae72

+ 1
- 1
src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java Dosyayı Görüntüle

@@ -4689,7 +4689,7 @@ public class VScrollTable extends FlowPanel implements Table, ScrollHandler,
* @param event
* The keyboard event received
*/
private boolean handleNavigation(int keycode, boolean ctrl, boolean shift) {
protected boolean handleNavigation(int keycode, boolean ctrl, boolean shift) {
if (keycode == KeyCodes.KEY_TAB) {
// Do not handle tab key
return false;

Loading…
İptal
Kaydet