List of usage examples for com.vaadin.server AbstractExtension subclass-usage
From source file org.vaadin.alump.vibrate.Vibrate.java
/** * Vibrate extension. Offers access to Vibrate API of client. */ public class Vibrate extends AbstractExtension { /**
From source file org.vaadin.artur.KeyAction.java
public class KeyAction extends AbstractExtension { public KeyAction(int keyCode, int... modifiers) { super(); registerRpc(new KeyActionServerRpc() {
From source file org.vaadin.highlighter.ComponentHighlighterExtension.java
/**
* <p>
* This extension adds an eye-catching label to an extended component on the
* client-side that displays the component's fully-qualified class name by
* default. This label will only be active when the application is running in
* Vaadin's debug mode. In production mode, the client-side component will not
From source file org.vaadin.special.ui.KeyAction.java
/**
* Copied from https://github.com/Artur-/KeyActions
*
* modified by:
*
* @author kamil
From source file org.vaadin.tltv.vprocjs.component.ProcessingCodeExtension.java
/**
* Abstract extension for the Java implementation of the sketches. This
* extension allows us to write our own Java sketches. This acts as a
* server-side link to the client-side code connector.
*
*/
From source file org.vaadin.tltv.vprocjs.ui.ProcessingCodeExtension.java
/**
* Abstract extension for the Java implementation of the sketches. This
* extension allows us to write our own Java sketches. This acts as a
* server-side link to the client-side code connector.
*
*/
From source file org.vaadin.tori.component.FloatingComponent.java
@SuppressWarnings("serial") public class FloatingComponent extends AbstractExtension { public final void extend(final AbstractComponent target) { super.extend(target); target.addStyleName("floatingcomponent"); }
From source file RETAIL.Views.ResetButtonForTextField.java
/** * * @author Dobri */ public class ResetButtonForTextField extends AbstractExtension {