Smart gwt client combobox read only

 Smart gwt client combobox read only

        combo_aplicacion.setTitleOrientation(TitleOrientation.TOP);
        combo_aplicacion.setTitle("Por xxxx");
        combo_aplicacion.setType("select");
        combo_aplicacion.setRequired(true);
        combo_aplicacion.setWidth(100);       
        combo_aplicacion.setValueField("id");
        combo_aplicacion.setDisplayField("Name");

Convertir un combobox a read onlye

Comments

Popular posts from this blog

how to access the DOM gwt smartclient

smart gwt allow only numbers in textfield