List of usage examples for com.vaadin.shared.ui JavaScriptComponentState subclass-usage
From source file annis.gui.components.codemirror.AqlCodeEditorState.java
/** * * @author Thomas Krause <krauseto@hu-berlin.de> */ public class AqlCodeEditorState extends JavaScriptComponentState {
From source file annis.gui.components.IframeState.java
/** * * @author Thomas Krause <krauseto@hu-berlin.de> */ public class IframeState extends JavaScriptComponentState { private String source;
From source file annis.gui.components.medialement.MediaState.java
/** * A state of the {@link MediaElementPlayer} * @author Thomas Krause <krauseto@hu-berlin.de> */ public class MediaState extends JavaScriptComponentState { private MediaElement elementType = MediaElement.video;
From source file annis.visualizers.component.pdf.PDFState.java
/** * * @author Benjamin Weienfels <b.pixeldrama@gmail.com> */ public class PDFState extends JavaScriptComponentState {
From source file at.chrl.vaadin.webglobe.WebglobeState.java
/** * @author Vinzynth * 14.08.2015 - 23:22:32 * */ public class WebglobeState extends JavaScriptComponentState {
From source file com.antonjohansson.vaadin.recaptcha.shared.RecaptchaState.java
/** * Holds state for the component. */ public class RecaptchaState extends JavaScriptComponentState { //CSOFF public String siteKey = "";
From source file com.hybridbpm.ui.component.TransitionManagerState.java
/** * * @author Marat Gubaidullin */ public class TransitionManagerState extends JavaScriptComponentState {
From source file com.mcparland.john.vaadin_cookbook.FlotChartState.java
/**
* A FlotChartState.
*
* @author John McParland.
*
*/
From source file com.mcparland.john.vaadin_cookbook.HighchartsState.java
/**
* A HighchartsState.
*
* @author John McParland.
*
*/
From source file com.salsaw.msalsa.JsPhyloSVGState.java
/**
* Shared state between client-side javascript and server-side vaadin.
* State of JsPhyloSVG library.
*
* @author Alessandro Daniele, Fabio Cesarato, Andrea Giraldin
*/