List of usage examples for com.vaadin.ui ComboBox subclass-usage
From source file com.esofthead.mycollab.vaadin.ui.OptionValComboBox.java
/** * @author MyCollab Ltd * @since 5.1.1 */ public class OptionValComboBox extends ComboBox { private Class<? extends Enum> enumCls;
From source file com.esofthead.mycollab.vaadin.ui.ValueComboBox.java
/**
*
* @author MyCollab Ltd.
* @since 1.0
*
*/
From source file com.esofthead.mycollab.vaadin.web.ui.KeyCaptionComboBox.java
/** * @author MyCollab Ltd. * @since 2.0 */ public class KeyCaptionComboBox extends ComboBox { private static final long serialVersionUID = 1L;
From source file com.esofthead.mycollab.vaadin.web.ui.StyleComboBox.java
/** * @author MyCollab Ltd * @since 5.1.3 */ public class StyleComboBox extends ComboBox { private String styleName;
From source file com.esofthead.mycollab.vaadin.web.ui.ValueComboBox.java
/** * @author MyCollab Ltd. * @since 1.0 */ public class ValueComboBox extends ComboBox { private static final long serialVersionUID = 1L;
From source file com.etest.common.CurriculumPropertyChangeListener.java
/** * * @author jetdario */ public class CurriculumPropertyChangeListener extends ComboBox implements Property.ValueChangeListener {
From source file com.fnc.common.abstractclasses.CommonComboBox.java
/** * * @author jetdario */ public abstract class CommonComboBox extends ComboBox {
From source file com.foc.vaadin.gui.components.FVComboBox.java
@SuppressWarnings("serial") public class FVComboBox extends ComboBox implements FocXMLGuiComponent { private Attributes attributes = null; private FocXMLGuiComponentDelegate delegate = null;
From source file com.foc.vaadin.gui.components.FVMultipleChoiceComboBox.java
@SuppressWarnings("serial") public class FVMultipleChoiceComboBox extends ComboBox implements FocXMLGuiComponent { private String name; private IFocData focData = null; private Attributes attributes = null; private FocXMLGuiComponentDelegate delegate = null;
From source file com.foc.vaadin.gui.components.FVObjectComboBox.java
@SuppressWarnings("serial") public class FVObjectComboBox extends ComboBox implements FocXMLGuiComponent {//Needs to implement FocXMLGuiComponent because this is the component returned when event. private IFocData focData = null; private FocXMLGuiComponentDelegate delegate = null;//The delegate is the one coming from the selector