Example usage for com.vaadin.ui CustomField subclass-usage

List of usage examples for com.vaadin.ui CustomField subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.ui CustomField subclass-usage.

Usage

From source file com.esofthead.mycollab.module.crm.view.account.AccountSelectionField.java

/**
 * @author MyCollab Ltd.
 * @since 1.0
 */

public class AccountSelectionField extends CustomField<Integer> implements FieldSelection<Account> {

From source file com.esofthead.mycollab.module.crm.view.activity.DateTimePickerField.java

/**
 * 
 * @author MyCollab Ltd.
 * @since 2.0
 * 
 */

From source file com.esofthead.mycollab.module.crm.view.campaign.CampaignSelectionField.java

/**
 * @author MyCollab Ltd.
 * @since 1.0
 */
@SuppressWarnings("serial")
public class CampaignSelectionField extends CustomField<Integer> implements FieldSelection<CampaignWithBLOBs> {

From source file com.esofthead.mycollab.module.crm.view.contact.ContactSelectionField.java

/**
 * 
 * @author MyCollab Ltd.
 * @since 1.0
 * 
 */

From source file com.esofthead.mycollab.module.project.ui.components.ProjectSubscribersComp.java

/**
 * @author MyCollab Ltd.
 * @since 5.0.1
 */
public class ProjectSubscribersComp extends CustomField {
    private int projectId;

From source file com.esofthead.mycollab.module.project.ui.components.TaskSliderField.java

/**
 * @author MyCollab Ltd.
 * @since 1.0
 */
public class TaskSliderField extends CustomField<Double> {
    private static final long serialVersionUID = 1L;

From source file com.esofthead.mycollab.module.project.ui.form.ProjectFormAttachmentDisplayField.java

/**
 * 
 * @author MyCollab Ltd.
 * @since 4.5.3
 *
 */

From source file com.esofthead.mycollab.module.project.ui.form.ProjectFormAttachmentUploadField.java

/**
 * 
 * @author MyCollab Ltd.
 * @since 4.5.3
 *
 */

From source file com.esofthead.mycollab.module.project.ui.form.ProjectFormWatcherSelectField.java

/**
 * 
 * @author MyCollab Ltd.
 * @since 4.5.3
 *
 * @param <V>

From source file com.esofthead.mycollab.module.project.ui.form.ProjectItemViewField.java

/**
 * @author MyCollab Ltd.
 * @since 5.0.4
 */
public class ProjectItemViewField extends CustomField {
    private String type;