alejandro-du / crudui

Automatically generate CRUD-like Vaadin views for any Java Bean
https://vaadin.com/directory#!addon/crud-ui-add-on
Apache License 2.0
85 stars 52 forks source link

fix enable button logic and ClassCastException #12

Closed jurajmazari closed 7 years ago

jurajmazari commented 7 years ago

fixed rowSelected logic in updateButtons() - update and delete buttons should be enabled when grid.asSingleSelect() is not empty replaced AbstractField with Component - ClassCastException was thrown when TwinColSelect was cast to AbstractField

archenroot commented 7 years ago

@alejandro-du could you merge this?