List of usage examples for com.vaadin.ui AbstractJavaScriptComponent subclass-usage
From source file annis.gui.components.codemirror.AqlCodeEditor.java
/** * A code editor component for the ANNIQ Query Language. * * @author Thomas Krause <krauseto@hu-berlin.de> */ @JavaScript({ "vaadin://jquery.js", "lib/codemirror.js", "mode/aql/aql.js", "lib/edit/matchbrackets.js",
From source file annis.gui.components.FrequencyWhiteboard.java
/** * * @author Thomas Krause <krauseto@hu-berlin.de> */ @JavaScript(value = { "flotr2.js", "vaadin://jquery.js", "frequencychart.js" }) public class FrequencyWhiteboard extends AbstractJavaScriptComponent implements OnLoadCallbackExtension.Callback {
From source file annis.gui.components.medialement.MediaElementPlayer.java
/**
* An video/audio player based on the medialement.js library
* ({@link http://mediaelementjs.com/})
*
* @author Thomas Krause <krauseto@hu-berlin.de>
*/
From source file annis.visualizers.component.pdf.PDFPanel.java
/**
* Inits the wrapper for the pdf visualization. Neccesary steps for this are:
* <ul>
* <li>get the link for the pdf file</li>
* <li>set the start and end page</li>
* <li>get a unique id for the wrapper, so pdf.js knows where to create the
From source file at.chrl.vaadin.webglobe.Webglobe.java
/** * @author Vinzynth * 14.08.2015 - 21:41:47 * */ @JavaScript({ "chrl_globe.js", "globe/globe.js", "globe/third-party/Detector.js", "globe/third-party/three.min.js",
From source file com.antonjohansson.vaadin.recaptcha.Recaptcha.java
/** * A Google reCAPTCHA v2 component. */ @JavaScript("recaptcha-connector.js") public class Recaptcha extends AbstractJavaScriptComponent { private static final String DEFAULT_VERIFY_URL = "https://www.google.com/recaptcha/api/siteverify";
From source file com.hybridbpm.ui.component.TransitionManager.java
/** * * @author Marat Gubaidullin */ @com.vaadin.annotations.JavaScript({ "raphael-min.js", "TransitionManager.js" }) public class TransitionManager extends AbstractJavaScriptComponent {
From source file com.mcparland.john.vaadin_cookbook.FlotChart.java
/**
* A FlotChart.
*
* @author John McParland.
*
*/
From source file com.mcparland.john.vaadin_cookbook.Highcharts.java
/**
* A Highcharts.
*
* @author John McParland.
*
*/
From source file com.rd.monitoring.charts.AbstractHighCharts.java
/**
* <p>Abstract Highcharts chart.</p>
* <p>
* 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