List of usage examples for com.vaadin.ui VerticalLayout subclass-usage
From source file com.skysql.manager.ui.ChartPreviewLayout.java
/** * The Class ChartPreviewLayout. */ public class ChartPreviewLayout extends VerticalLayout { private static final long serialVersionUID = 0x4C656F6E6172646FL;
From source file com.skysql.manager.ui.components.BackupScheduledLayout.java
/** * The Class BackupScheduledLayout. */ @SuppressWarnings("serial") public class BackupScheduledLayout extends VerticalLayout {
From source file com.skysql.manager.ui.components.BackupStrategiesLayout.java
/** * The Class BackupStrategiesLayout. */ @SuppressWarnings("serial") public class BackupStrategiesLayout extends VerticalLayout {
From source file com.skysql.manager.ui.components.ComponentButton.java
/** * The Class ComponentButton. */ public class ComponentButton extends VerticalLayout { private static final long serialVersionUID = 0x4C656F6E6172646FL;
From source file com.skysql.manager.ui.components.ScriptingControlsLayout.java
/** * The Class ScriptingControlsLayout. */ @SuppressWarnings("serial") public class ScriptingControlsLayout extends VerticalLayout {
From source file com.skysql.manager.ui.components.SystemLayout.java
/** * The Class SystemLayout. */ @SuppressWarnings("serial") public class SystemLayout extends VerticalLayout {
From source file com.skysql.manager.ui.ErrorView.java
/** * The Class ErrorView. */ public class ErrorView extends VerticalLayout { /** The Constant serialVersionUID. */
From source file com.skysql.manager.ui.LoginView.java
/** * The Class LoginView is used for the app login page. */ public class LoginView extends VerticalLayout { private static final long serialVersionUID = 0x4C656F6E6172646FL;
From source file com.skysql.manager.ui.MonitorsLayout.java
/** * The Class MonitorsLayout is used to build the left hand-side of the Monitors to Chart mappings dialog. */ public class MonitorsLayout extends VerticalLayout { private static final long serialVersionUID = 0x4C656F6E6172646FL;
From source file com.skysql.manager.ui.MonitorsSettings.java
/** * The Class MonitorsSettings is used for the Monitors panel of the Settings dialog. */ @SuppressWarnings("deprecation") public class MonitorsSettings extends VerticalLayout implements Window.CloseListener {