4142434445464748495051
* {@inheritDoc} */ protected void registerListeners(Object com) { TextComponent txtCom = (TextComponent) com; txtCom.addFocusListener(this); super.registerListeners(com); } public Object updateUI(Object com, DomNode element) {