1 2 3 4 5 6
package com.vaadin.tests.fieldgroup; public enum Country { FINLAND, SWEDEN, NORWAY, DENMARK, ICELAND, USA, RUSSIA, ESTONIA; }