Dépôt officiel du code source de l'ERP OpenConcerto
/trunk/OpenConcerto/src/org/openconcerto/ui/light/LightUIFileUploadWithSelection.java |
---|
22,8 → 22,7 |
private static final String TABLE_ID_JSON_KEY = "table-id"; |
private String tableId; |
public LightUIFileUploadWithSelection(final JSONObject json) { |
super(json); |
public LightUIFileUploadWithSelection() { |
} |
public LightUIFileUploadWithSelection(final LightUIFileUploadWithSelection file) { |
39,16 → 38,6 |
} |
@Override |
public JSONToLightUIConvertor getConvertor() { |
return new JSONToLightUIConvertor() { |
@Override |
public LightUIElement convert(final JSONObject json) { |
return new LightUIFileUploadWithSelection(json); |
} |
}; |
} |
@Override |
public LightUIElement clone() { |
return new LightUIFileUploadWithSelection(this); |
} |