COMBOBOX: Get selected record - Obtener record seleccionado

Como obtener un record seleccionado de un combobox en gwt smartclient

Record currentSelection = yourSelectItem.getSelectedRecord();
String displayValue = currentSelection.getAttribute(displayValueField);

How to get current record selected in a combo box  of gwt smart client

Comments

Popular posts from this blog

smart gwt allow only numbers in textfield

how to access the DOM gwt smartclient

question confirm sc window smartgwt - ventana de confirmacion en smartgwt