List of usage examples for com.vaadin.ui ComboBox subclass-usage
From source file lifetime.component.custom.LifetimeComboBox.java
/** * * @author azc */ public abstract class LifetimeComboBox extends ComboBox {
From source file net.pkhsolutions.pecsapp.ui.components.PageLayoutComboBox.java
/** * TODO document me */ public class PageLayoutComboBox extends ComboBox { public PageLayoutComboBox() {
From source file org.activiti.explorer.ui.task.PriorityComboBox.java
/** * @author Joram Barrez */ public class PriorityComboBox extends ComboBox { private static final long serialVersionUID = 1L;
From source file org.bubblecloud.ilves.component.field.CustomerField.java
/** * @author Tommi S.E. Laukkanen * */ public class CustomerField extends ComboBox { /** Serial version UID. */
From source file org.bubblecloud.ilves.component.field.GroupField.java
/** * Field for selecting group. * * @author Tommi S.E. Laukkanen */ public class GroupField extends ComboBox {
From source file org.bubblecloud.ilves.component.field.UserField.java
/** * Field for selecting group. * * @author Tommi S.E. Laukkanen */ public class UserField extends ComboBox {
From source file org.bubblecloud.ilves.module.content.MarkupTypeField.java
/** * @author Tommi S.E. Laukkanen * */ public class MarkupTypeField extends ComboBox { /** Serial version UID. */
From source file org.eclipse.hawkbit.ui.filtermanagement.DistributionSetSelectComboBox.java
/** * Creates a combobox in order to select the distribution set for a target * filter query auto assignment. */ public class DistributionSetSelectComboBox extends ComboBox { private static final long serialVersionUID = 1L;
From source file org.eclipse.skalli.view.component.UserSelectCombo.java
public class UserSelectCombo extends ComboBox { private static final long serialVersionUID = 3342826866111425927L; public UserSelectCombo(String caption, String width) { super(caption);
From source file org.groom.review.ui.fields.RepositoryField.java
/** * Field for selecting group. * * @author Tommi S.E. Laukkanen */ public class RepositoryField extends ComboBox {