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 30... Line 30...
30
        this.setType(TYPE_LABEL);
30
        this.setType(TYPE_LABEL);
31
        this.setLabel(label);
31
        this.setLabel(label);
32
 
32
 
33
    }
33
    }
34
 
34
 
35
    @Override
-
 
36
    public JSONToLightUIConvertor getConvertor() {
-
 
37
        return new JSONToLightUIConvertor() {
-
 
38
            @Override
-
 
39
            public LightUIElement convert(final JSONObject json) {
-
 
40
                return new LightUIText(json);
-
 
41
            }
-
 
42
        };
-
 
43
    }
-
 
44
 
-
 
45
}
35
}