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.view.task.components.ToggleTaskSummaryWithChildRelationshipField.java

/**
 * @author MyCollab Ltd
 * @since 5.2.12
 */
public class ToggleTaskSummaryWithChildRelationshipField extends CustomField<SimpleTask> {
    private ToggleTaskSummaryField toggleTaskSummaryField;

From source file com.mycollab.module.project.view.task.components.ToggleTaskSummaryWithParentRelationshipField.java

/**
 * @author MyCollab Ltd
 * @since 5.2.12
 */
public class ToggleTaskSummaryWithParentRelationshipField extends CustomField<SimpleTask> {
    private ToggleTaskSummaryField toggleTaskSummaryField;

From source file com.mycollab.module.project.view.task.ToggleTaskSummaryWithChildRelationshipField.java

/**
 * @author MyCollab Ltd
 * @since 5.2.12
 */
public class ToggleTaskSummaryWithChildRelationshipField extends CustomField<SimpleTask> {
    private ToggleTaskSummaryField toggleTaskSummaryField;

From source file com.mycollab.module.project.view.task.ToggleTaskSummaryWithParentRelationshipField.java

/**
 * @author MyCollab Ltd
 * @since 5.2.12
 */
public class ToggleTaskSummaryWithParentRelationshipField extends CustomField<SimpleTask> {
    private ToggleTaskSummaryField toggleTaskSummaryField;

From source file com.mycollab.module.user.ui.components.LanguageSelectionField.java

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

From source file com.mycollab.vaadin.ui.CompoundCustomField.java

/**
 *
 * @author MyCollab Ltd.
 * @since 3.0
 *
 * @param <T>

From source file com.mycollab.vaadin.ui.DateSelectionField.java

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

From source file com.mycollab.vaadin.ui.DummyCustomField.java

/**
 * @param <T>
 * @author MyCollab Ltd.
 * @since 3.0
 */
public class DummyCustomField<T> extends CustomField<T> {

From source file com.mycollab.vaadin.ui.field.ContainerHorizontalViewField.java

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

From source file com.mycollab.vaadin.ui.field.CountryViewField.java

/**
 * @author MyCollab Ltd
 * @since 5.4.2
 */
public class CountryViewField extends CustomField<String> {
    private String countryCode;