OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 174 Rev 177
Line 33... Line 33...
33
    private static final String VERTICALLY_RESIZABLE = "vertically-resizable";
33
    private static final String VERTICALLY_RESIZABLE = "vertically-resizable";
34
    private static final String HORIZONTALLY_SCROLLABLE = "horizontally-scrollable";
34
    private static final String HORIZONTALLY_SCROLLABLE = "horizontally-scrollable";
35
 
35
 
36
    public enum GlyphIcon {
36
    public enum GlyphIcon {
37
        WARNING("#warning"), PLUS("#plus"), PENCIL("#pencil"), SEARCH("#search"), REMOVE("#remove"), STAR("#star"), STAR_EMPTY("#star-empty"), USER("#user"), LOCK("#lock"), UNLOCK(
37
        WARNING("#warning"), PLUS("#plus"), PENCIL("#pencil"), SEARCH("#search"), REMOVE("#remove"), STAR("#star"), STAR_EMPTY("#star-empty"), USER("#user"), LOCK("#lock"), UNLOCK(
38
                "#unlock"), DOWNLOAD("#download"), UPLOAD("#upload");
38
                "#unlock"), DOWNLOAD("#download"), UPLOAD("#upload"), ARROW_LEFT("#arrow-left"), ARROW_RIGHT("#arrow-right");
39
 
39
 
40
        private final String id;
40
        private final String id;
41
 
41
 
42
        GlyphIcon(String id) {
42
        GlyphIcon(String id) {
43
            this.id = id;
43
            this.id = id;