List of usage examples for com.vaadin.client Paintable interface-usage
From source file fi.jasoft.dragdroplayouts.v7.client.ui.verticallayout.DDVerticalLayoutConnector.java
@Connect(DDVerticalLayout.class) public class DDVerticalLayoutConnector extends VerticalLayoutConnector implements Paintable, VHasDragFilter { private HTML5Support html5Support; @Override
From source file org.opennms.features.topology.ssh.internal.gwt.client.ui.VTerminal.java
/**
* The VTerminal class is associated with the GwtTerminal widget and handles all of the communication
* from the client and sends it to the server. It also listens for responses from the server and
* updates the client side view.
* @author Leonardo Bell
* @author Philip Grenon
From source file org.peergreen.vaadin.diagram.client.DiagramConnector.java
/** * Vaadin Connector linked to the Diagram component * @author Florent Benoit */ @Connect(Diagram.class) public class DiagramConnector extends AbstractComponentConnector
From source file org.semanticsoft.vaadinaddons.boundsinfo.client.ui.VBoundsinfoVerticalLayout.java
/** * Client side widget which communicates with the server. Messages from the * server are shown as HTML and mouse clicks are sent to the server. */ public class VBoundsinfoVerticalLayout extends VVerticalLayout implements Paintable {
From source file org.vaadin.alump.ckeditor.client.VCKEditorTextField.java
/** * Client side CKEditor widget which communicates with the server. Messages from the * server are shown as HTML and mouse clicks are sent to the server. */ public class VCKEditorTextField extends Widget implements Paintable, CKEditorService.CKEditorListener, Focusable {
From source file org.vaadin.applet.client.ui.AppletIntegrationConnector.java
/** * @author artamonov */ @Connect(AppletIntegration.class) public class AppletIntegrationConnector extends AbstractComponentConnector implements Paintable {
From source file org.vaadin.openesignforms.ckeditor.widgetset.client.ui.VCKEditorTextField.java
/** * Client side CKEditor widget which communicates with the server. Messages from the * server are shown as HTML and mouse clicks are sent to the server. */ public class VCKEditorTextField extends Widget implements Paintable, CKEditorService.CKEditorListener, Focusable {