List of usage examples for com.vaadin.ui AbstractJavaScriptComponent subclass-usage
From source file com.salsaw.msalsa.JsPhyloSVG.java
/**
* {@link https://vaadin.com/blog/-/blogs/vaadin-7-loves-javascript-components}
*
* @author Alessandro Daniele, Fabio Cesarato, Andrea Giraldin
*/
@JavaScript({
From source file com.scsb.vaadin.chart.highchart.AbstractHighChart.java
/**
* Abstract Highcharts chart.
*
* Download jquery and highcharts.js (if not already loaded in your webapp) and save them in the resource directory org/vaadin/highcharts.
* Create a new class in the package org.vaadin.highcharts (e.g. "HighChart") and inherit it from AbstractHighChart.
* Then add a proper JavaScript annotation to the newly created class in order to load all necessary JavaScript
From source file com.tripoin.util.ui.chart.AbstractHighChart.java
/**
* Abstract Highcharts chart.
*
* Download jquery and highcharts.js (if not already loaded in your webapp) and save them in the resource directory org/vaadin/highcharts.
* Create a new class in the package org.vaadin.highcharts (e.g. "HighChart") and inherit it from AbstractHighChart.
* Then add a proper JavaScript annotation to the newly created class in order to load all necessary JavaScript
From source file com.wcs.wcslib.vaadin.widget.recaptcha.ReCaptcha.java
/** * Vaadin wrapper component for ReCaptcha javascript API. recaptcha4j wrapped too for server-side validation. * * @author kumm */ @JavaScript("recaptcha-connector.js")
From source file de.akquinet.engineering.vaadin.javascriptplus.AbstractJavaScriptPlusComponent.java
@SuppressWarnings("deprecation") public abstract class AbstractJavaScriptPlusComponent extends AbstractJavaScriptComponent implements VariableOwner { private static final long serialVersionUID = 1L; public AbstractJavaScriptPlusComponent() {
From source file de.akquinet.engineering.vaadin.vaangular.angular.NgTemplate.java
/** * Use AngularJS with Vaadin - lightweight take which does not need a Widgetset * - but does not offer additional functionality from * {@link de.akquinet.engineering.vaadinjavascriptplus.AbstractJavaScriptComponentPlus} */ @JavaScript("NgTemplate.js")
From source file de.elomagic.vaadin.addon.networkgraph.NetworkGraph.java
/**
* NetworkGraph is a visualization to display graphs and networks consisting of nodes and edges.
* <p/>
* The visualization is easy to use and supports custom shapes, styles, colors, sizes, images, and more.
* <p/>
* The graph visualization works smooth on any modern browser for up to a few thousand nodes and edges. To handle a larger amount of nodes, Graph has clustering support.
From source file de.elomagic.vaadin.addon.speechrecognition.SpeechRecognition.java
/**
* SpeechSynthesis is a non visualization class for controlling a text-to-speech output.
* <p/>
* This class is experimental and runs only under latest version of Google Chrome browsers.
*
* @author Carsten Rambow
From source file de.elomagic.vaadin.addon.speechsynthesis.SpeechSynthesis.java
/**
* SpeechSynthesis is a non visualization class for controlling a text-to-speech output.
* <p/>
* This class is experimental and runs only under latest version of Google Chrome browsers.
*
* @author Carsten Rambow
From source file de.fatalix.vaadin.addon.codemirror.CodeMirror.java
/** * * @author felix.husse */ @JavaScript({ "vaadin://codemirror/codemirror-compressed.js", "codemirror-connector.js" }) @StyleSheet({ "vaadin://codemirror/codemirror.css", "vaadin://codemirror/theme/themes.css",