List of usage examples for com.vaadin.ui HorizontalLayout subclass-usage
From source file com.skysql.manager.ui.components.NodesLayout.java
/** * The Class NodesLayout. */ @SuppressWarnings("serial") public class NodesLayout extends HorizontalLayout {
From source file com.skysql.manager.ui.components.ParametersLayout.java
/** * The Class ParametersLayout. */ @SuppressWarnings("serial") public class ParametersLayout extends HorizontalLayout {
From source file com.skysql.manager.ui.components.ScriptingProgressLayout.java
/** * The Class ScriptingProgressLayout. */ @SuppressWarnings("serial") public class ScriptingProgressLayout extends HorizontalLayout {
From source file com.skysql.manager.ui.GeneralSettings.java
/** * The Class GeneralSettings is used for the General panel of the Settings dialog. */ @SuppressWarnings("serial") public class GeneralSettings extends HorizontalLayout {
From source file com.skysql.manager.ui.PanelTools.java
/** * The Class PanelTools. */ public class PanelTools extends HorizontalLayout { private static final long serialVersionUID = 0x4C656F6E6172646FL;
From source file com.skysql.manager.ui.TopPanel.java
/** * The Class TopPanel. */ public class TopPanel extends HorizontalLayout { private static final long serialVersionUID = 0x4C656F6E6172646FL;
From source file com.squadd.UI.ChatAndParticipantsLayout.java
/** * * @author SharkNado */ public class ChatAndParticipantsLayout extends HorizontalLayout { private Panel parts;
From source file com.squadd.UI.EditVersionLayout.java
/** * * @author SharkNado */ public class EditVersionLayout extends HorizontalLayout { private Image groupPhoto;
From source file com.squadd.UI.GroupChatLayout.java
/** * * @author SharkNado */ public class GroupChatLayout extends HorizontalLayout { private TextArea message;
From source file com.squadd.UI.GroupMainInfoLayout.java
/** * * @author SharkNado */ public class GroupMainInfoLayout extends HorizontalLayout { private Image groupPhoto;