287288289290291292293294295296297
panel.addRequiredLabel(); } break; case Binary: panel = new BinaryFieldPanel("panel", schemaTO.getName(), new Model<String>(), schemas.containsKey(schemaTO.getName()) ? schemas.get(schemaTO.getName()).getMimeType() : null); if (required) {