List of usage examples for com.vaadin.ui ComboBox subclass-usage
From source file org.ikasan.dashboard.ui.mappingconfiguration.component.ClientComboBox.java
/** * @author CMI2 Development Team * */ public class ClientComboBox extends ComboBox implements Refreshable, FocusListener { private static final long serialVersionUID = -2820064207169688211L;
From source file org.ikasan.dashboard.ui.mappingconfiguration.component.SourceContextComboBox.java
/** * @author Ikasan Development Team * */ public class SourceContextComboBox extends ComboBox implements Refreshable, FocusListener { private static final long serialVersionUID = -856187553529404976L;
From source file org.ikasan.dashboard.ui.mappingconfiguration.component.TargetContextComboBox.java
/** * @author Ikasan Development Team * */ public class TargetContextComboBox extends ComboBox implements Refreshable, FocusListener { private static final long serialVersionUID = 6959825126925569738L;
From source file org.ikasan.dashboard.ui.mappingconfiguration.component.TypeComboBox.java
/** * @author Ikasan Development Team * */ public class TypeComboBox extends ComboBox implements Refreshable, FocusListener { private static final long serialVersionUID = -2305511116954830348L;
From source file org.ow2.sirocco.cloudmanager.util.CountrySelector.java
public class CountrySelector extends ComboBox { public static final Object iso3166_PROPERTY_NAME = "name"; public static final Object iso3166_PROPERTY_SHORT = "short"; public static final Object iso3166_PROPERTY_FLAG = "flag";
From source file org.processbase.ui.core.template.TableComboBox.java
/** * * @author mgubaidullin */ public class TableComboBox extends ComboBox {
From source file org.vaadin.addons.javaee.fields.ComboBoxTranslated.java
public class ComboBoxTranslated extends ComboBox { private static final long serialVersionUID = 1L; @Inject private TranslationService translationService;
From source file org.vaadin.addons.javaee.fields.ManyToOneRelationField.java
public class ManyToOneRelationField<ENTITY extends PersistentEntity> extends ComboBox { private static final long serialVersionUID = 1L; public ManyToOneRelationField() { }
From source file org.vaadin.addons.sitekit.module.content.view.MarkupTypeField.java
/** * @author Tommi S.E. Laukkanen * */ public class MarkupTypeField extends ComboBox { /** Serial version UID. */
From source file org.vaadin.spring.samples.mvp.ui.component.selector.DefaultSelector.java
public class DefaultSelector extends ComboBox { private static final long serialVersionUID = -3103214555075605482L; public DefaultSelector(@NotNull String items[]) { this(null, items);