List of usage examples for com.vaadin.ui ComboBox subclass-usage
From source file com.foc.vaadin.gui.layouts.validationLayout.FVStageLayout_ComboBox.java
@SuppressWarnings("serial") public class FVStageLayout_ComboBox extends ComboBox implements com.vaadin.data.Property.ValueChangeListener { //changes can be found under this comment //hadi_stage_combobox
From source file com.foc.vaadin.gui.layouts.validationLayout.FVStatusLayout_ComboBox.java
@SuppressWarnings("serial") public class FVStatusLayout_ComboBox extends ComboBox implements com.vaadin.data.Property.ValueChangeListener { //changes can be found under this comment //hadi_status_combobox
From source file com.haulmont.cuba.web.toolkit.ui.CubaComboBox.java
public class CubaComboBox extends ComboBox implements Action.Container { /** * Keeps track of the Actions added to this component, and manages the * painting and handling as well. */
From source file com.haulmont.cuba.web.widgets.CComboBox.java
public class CComboBox<V> extends ComboBox<V> implements Action.Container, LegacyComponent { /** * Keeps track of the Actions added to this component, and manages the * painting and handling as well. */
From source file com.hris.common.abstractclasses.AbstractComboBox.java
/** * * @author jetdario */ public abstract class AbstractComboBox extends ComboBox {
From source file com.jain.addon.i18N.component.I18NSelector.java
/**
* <code>I18NSelector<code> a I18N language selector, with basic configuration of having listeners.
* @author Lokesh Jain
* @since Aug 30, 2012
* @version 1.0.0
*/
From source file com.klwork.explorer.ui.business.organization.TeamsComboBox.java
/** * The Class TeamsComboBox. */ public class TeamsComboBox extends ComboBox { private static final long serialVersionUID = 1L;
From source file com.klwork.explorer.ui.task.PriorityComboBox.java
/** * @author Joram Barrez */ public class PriorityComboBox extends ComboBox { private static final long serialVersionUID = 1L;
From source file com.mycollab.module.crm.ui.components.CSVBeanFieldComboBox.java
/** * @author MyCollab Ltd. * @since 1.0 */ public class CSVBeanFieldComboBox extends ComboBox { private static final long serialVersionUID = 1L;
From source file com.mycollab.module.project.view.milestone.MilestoneComboBox.java
/** * @author MyCollab Ltd. * @since 1.0 */ public class MilestoneComboBox extends ComboBox {