List of usage examples for com.vaadin.ui CustomComponent subclass-usage
From source file facs.components.BookAdmin.java
public class BookAdmin extends CustomComponent { private static final long serialVersionUID = 2183973381935176872L; // private Grid devicesGrid; private Grid devicesGridConfirm; private Grid devicesGridTrash;
From source file facs.components.Booking.java
public class Booking extends CustomComponent { private static final long serialVersionUID = -4396068933947619408L; private HorizontalLayout cal = new HorizontalLayout(); private GridLayout gridLayout = new GridLayout(6, 6);
From source file facs.components.Settings.java
public class Settings extends CustomComponent { private static final long serialVersionUID = 2183973381935176872L; private Grid devicesGrid; public Settings(User user) {
From source file facs.components.Statistics.java
public class Statistics extends CustomComponent { private static final long serialVersionUID = 4811041982287436302L; private final String deviceCaption = "Device"; private final String kostenstelleCaption = "Kostenstelle"; private final String startCaption = "Start";
From source file facs.components.UploadBox.java
public class UploadBox extends CustomComponent implements Receiver, ProgressListener, FailedListener, SucceededListener { /** * */ private static final long serialVersionUID = 1L;
From source file facs.components.UserAdmin.java
public class UserAdmin extends CustomComponent { private static final long serialVersionUID = 2183973381935176872L; private static final Object propertyId = null; // private Grid devicesGrid; // private Grid devicesGridConfirm; // private Grid devicesGridTrash;
From source file fi.hip.sicx.vaadin.FileInfoWindow.java
/** * FileInfoWindow class. * * @author Seppo Heikkila <seppo.heikkila@cern.ch> */ public class FileInfoWindow extends CustomComponent {
From source file fi.hip.sicx.vaadin.GUIComponent.java
/**
* GUIComponent class.
*
* @author Seppo Heikkila <seppo.heikkila@cern.ch>
* @author Joakim Koskela <jookos@gmail.com>
* @author Joni Hahkala <joni.hahkala@cern.ch>
From source file fi.hip.sicx.vaadin.LoginWindow.java
/**
* LoginWindow class.
*
* @author Seppo Heikkila <seppo.heikkila@cern.ch>
* @author Joni Hahkala <joni.hahkala@cern.ch>
*/
From source file fi.jasoft.dragdroplayouts.demo.DemoView.java
public abstract class DemoView extends CustomComponent implements View { private final Navigator navigator; public DemoView(Navigator navigator) { this.navigator = navigator;