Example usage for com.vaadin.ui Component.Focusable interface-usage

List of usage examples for com.vaadin.ui Component.Focusable interface-usage

Introduction

In this page you can find the example usage for com.vaadin.ui Component.Focusable interface-usage.

Usage

From source file org.activiti.engine.form.custom.UploadField.java

/**
 * Field for uploading files from client to server.
 * 
 * <p>
 * The visible component consists of a file name input box and a browse button
 * and an upload submit button to start uploading.

From source file org.lucidj.aceeditor.AceEditor.java

@JavaScript({ "vaadin://~/aceeditor_libraries/ace-builds/src-noconflict/ace.js",
        "vaadin://~/aceeditor_libraries/ace-builds/src-noconflict/ext-language_tools.js", "aceeditor.js" })
@StyleSheet("vaadin://~/aceeditor_libraries/aceeditor.css")
public class AceEditor extends AbstractJavaScriptComponent implements Component.Focusable {
    private final static Logger log = LoggerFactory.getLogger(AceEditor.class);

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.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;