OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 144 Rev 156
Line 72... Line 72...
72
    public void setMinute(int minute) {
72
    public void setMinute(int minute) {
73
        this.minute = minute;
73
        this.minute = minute;
74
    }
74
    }
75
 
75
 
76
    @Override
76
    @Override
77
    public JSONToLightUIConvertor getConvertor() {
-
 
78
        return new JSONToLightUIConvertor() {
-
 
79
            @Override
-
 
80
            public LightUIElement convert(final JSONObject json) {
-
 
81
                return new LightUIHourEditor(json);
-
 
82
            }
-
 
83
        };
-
 
84
    }
-
 
85
 
-
 
86
    @Override
-
 
87
    public Object getValueForContext() {
77
    public Object getValueForContext() {
88
        return getIntVal();
78
        return getIntVal();
89
    }
79
    }
90
 
80
 
91
    public int getIntVal() {
81
    public int getIntVal() {