150151152153154155156157158159160
next.focus(); if (len > 4) { next.setValue(txt.substring(4, len > 8 ? 8 : len)); } else { next.selectAll(); } } } } });
117118119120121122123124125126127
m_log.log(LogService.LOG_WARNING, "Apache Ace WebUI invalid username or password entered."); m_additionalInfo.setValue("Invalid username or password!"); nameField.focus(); nameField.selectAll(); } } finally { button.setEnabled(true); }
171172173174175176177178179180181
setSizeUndefined(); setMargin(true); name.setValue(title.getValue()); addComponent(name); name.focus(); name.selectAll(); } }); addComponent(new HorizontalLayout() { {