@Override
 protected void onSetReadOnly() {
   for (ItemWidget itemWidget : items) {
     itemWidget.setReadOnly(isReadOnly());
   }
 }