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.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.mycollab.module.project.ui.form.ProjectFormAttachmentDisplayField.java

/**
 * @author MyCollab Ltd.
 * @since 4.5.3
 */
public class ProjectFormAttachmentDisplayField extends CustomField {
    private static final long serialVersionUID = 1L;

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

/**
 * @author MyCollab Ltd.
 * @since 4.5.3
 */
public class ProjectFormAttachmentUploadField extends CustomField {
    private static final long serialVersionUID = 1L;

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

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

From source file com.mycollab.module.project.view.bug.BugSelectionField.java

/**
 * @author MyCollab Ltd
 * @since 5.2.12
 */
public class BugSelectionField extends CustomField<SimpleBug> implements FieldSelection<SimpleBug> {
    private SimpleBug selectedBug;

From source file com.mycollab.module.project.view.bug.components.BugSelectionField.java

/**
 * @author MyCollab Ltd
 * @since 5.2.12
 */
public class BugSelectionField extends CustomField<SimpleBug> implements FieldSelection<SimpleBug> {
    private SimpleBug selectedBug;

From source file com.mycollab.module.project.view.bug.components.ToggleBugSummaryWithDependentField.java

/**
 * @author MyCollab Ltd
 * @since 5.2.12
 */
public class ToggleBugSummaryWithDependentField extends CustomField<SimpleBug> {

From source file com.mycollab.module.project.view.bug.ToggleBugSummaryWithDependentField.java

/**
 * @author MyCollab Ltd
 * @since 5.2.12
 */
public class ToggleBugSummaryWithDependentField extends CustomField<SimpleBug> {

From source file com.mycollab.module.project.view.settings.component.ProjectMemberSelectionField.java

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

From source file com.mycollab.module.project.view.settings.component.ProjectUserFormLinkField.java

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