Project

General

Profile

« Previous | Next » 

Revision 240a4ed8

Added by Andreas Kohlbecker almost 7 years ago

ref #6759 using new icon style of switch

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/component/common/PersonField.java
8 8
*/
9 9
package eu.etaxonomy.cdm.vaadin.component.common;
10 10

  
11
import org.vaadin.teemu.switchui.Switch;
12

  
11 13
import com.vaadin.data.fieldgroup.BeanFieldGroup;
12 14
import com.vaadin.data.fieldgroup.FieldGroup;
13 15
import com.vaadin.ui.Component;
......
207 209
    protected void addDefaultStyles(){
208 210
        cacheField.addStyleName("cache-field");
209 211
        detailsContainer.addStyleName("details-fields");
212
        unlockSwitch.addStyleName(Switch.ICON_STYLE);
210 213
    }
211 214

  
212 215
    /**

Also available in: Unified diff