OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 149 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 149 Rev 156
Line 53... Line 53...
53
    @Override
53
    @Override
54
    public Object getValueForContext() {
54
    public Object getValueForContext() {
55
        return this.getValue();
55
        return this.getValue();
56
    }
56
    }
57
 
57
 
58
    @Override
-
 
59
    public JSONToLightUIConvertor getConvertor() {
-
 
60
        return new JSONToLightUIConvertor() {
-
 
61
            @Override
-
 
62
            public LightUIElement convert(JSONObject json) {
-
 
63
                return new LightUIColorPicker(json);
-
 
64
            }
-
 
65
        };
-
 
66
    }
-
 
67
}
58
}