List of usage examples for com.vaadin.ui AbstractComponent subclass-usage
From source file org.vaadin.tltv.multiscrolltable.ui.CustomScrollTable.java
public class CustomScrollTable extends AbstractComponent implements LegacyComponent, ValueChangeListener, ItemSetChangeListener, PropertySetChangeListener, ScrollContentChangeListener { private static final long serialVersionUID = 4875429342703360229L; private static final int ROW_BUFFER_SIZE = 5;
From source file ru.codeinside.gses.vaadin.AppletIntegration.java
/** * Server side component for the VAppletIntegration widget. */ @com.vaadin.ui.ClientWidget(ru.codeinside.gses.vaadin.client.VAppletIntegration.class) public class AppletIntegration extends AbstractComponent {
From source file ru.codeinside.gses.vaadin.JsonFormIntegration.java
@com.vaadin.ui.ClientWidget(VJsonFormIntegration.class) @SuppressWarnings("unused") // API final public class JsonFormIntegration extends AbstractComponent { public interface Receiver { void onReceive(String value);
From source file v7cr.vaadin.V7MultiUpload.java
/** * Server side component for the VMultiUpload widget. Pretty much hacked up * together to test new Receiver support in the GWT terminal. */ @SuppressWarnings("serial") // @com.vaadin.ui.ClientWidget(org.vaadin.easyuploads.client.ui.VMultiUpload.class)