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

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

Introduction

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

Usage

From source file org.vaadin.alump.ckeditor.AbstractCKEditorTextField.java

/**
 * Server side component for the VCKEditorTextField widget. Is abstract as does not contain definition from where
 * the JavaScript libraries are loaded.
 * @see org.vaadin.alump.ckeditor.CKEditorTextField
 */
public abstract class AbstractCKEditorTextField extends AbstractField<String>

From source file org.vaadin.alump.offlinebuilder.AbstractOfflineField.java

/**
 * Base class for offline field components that can not be inherited from core components
 */
@Deprecated
public abstract class AbstractOfflineField<T> extends AbstractField<T> implements OfflineField {

From source file org.vaadin.openesignforms.ckeditor.CKEditorTextField.java

/**
 * Server side component for the VCKEditorTextField widget.  
 */
public class CKEditorTextField extends AbstractField<String>
        implements FieldEvents.BlurNotifier, FieldEvents.FocusNotifier, Component.Focusable, LegacyComponent {
    private static final long serialVersionUID = 7258228217453800663L;