OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

Rev 149 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 149 Rev 156
Line 27... Line 27...
27
        this.setVerticalAlignement(VALIGN_CENTER);
27
        this.setVerticalAlignement(VALIGN_CENTER);
28
        this.setHorizontalAlignement(HALIGN_CENTER);
28
        this.setHorizontalAlignement(HALIGN_CENTER);
29
        this.setLabel(label);
29
        this.setLabel(label);
30
    }
30
    }
31
 
31
 
32
    @Override
-
 
33
    public JSONToLightUIConvertor getConvertor() {
-
 
34
        return new JSONToLightUIConvertor() {
-
 
35
            @Override
-
 
36
            public LightUIElement convert(JSONObject json) {
-
 
37
                return new LightUIBadge(json);
-
 
38
            }
-
 
39
        };
-
 
40
    }
-
 
41
}
32
}