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.vaadin.web.ui.field.LinkViewField.java

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

From source file com.mycollab.vaadin.web.ui.field.RichTextEditField.java

/**
 * @author MyCollab Ltd.
 * @since 4.5.3
 */
public class RichTextEditField extends CustomField<String> implements FieldEvents.BlurNotifier {
    private static final long serialVersionUID = 1L;

From source file com.mycollab.vaadin.web.ui.field.RichTextViewField.java

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

From source file com.mycollab.vaadin.web.ui.field.RoundNumberField.java

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

From source file com.mycollab.vaadin.web.ui.field.UrlLinkViewField.java

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

From source file com.mycollab.vaadin.web.ui.field.UserLinkViewField.java

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

From source file com.mycollab.vaadin.web.ui.MultiSelectComp.java

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

From source file com.mycollab.vaadin.web.ui.SavedFilterComboBox.java

/**
 * @author MyCollab Ltd
 * @since 5.1.1
 */
public abstract class SavedFilterComboBox extends CustomField<String> {
    private static Logger LOG = LoggerFactory.getLogger(SavedFilterComboBox.class);

From source file com.mycollab.vaadin.web.ui.TimeZoneSelectionField.java

/**
 * @author MyCollab Ltd.
 * @since 1.0
 */
public class TimeZoneSelectionField extends CustomField<String> {
    private boolean isVerticalDisplay = true;

From source file com.nfl.dm.clubsites.cms.articles.subapp.articleeditor.tagging.components.SearchEngineMetaDescription.java

/**
 * Created with IntelliJ IDEA.
 * User: sasha
 * Date: 25/12/13
 * Time: 19:19
 * To change this template use File | Settings | File Templates.