List of usage examples for com.vaadin.ui Panel subclass-usage
From source file ru.codeinside.gses.webui.components.EmployeeInfo.java
final public class EmployeeInfo extends Panel { public EmployeeInfo(String userLogin, Button button) { setCaption("? ? ".concat(userLogin));
From source file ru.codeinside.gses.webui.supervisor.DiagramPanel.java
final public class DiagramPanel extends Panel { public DiagramPanel(final String definitionId, final String executionId) { setSizeFull(); getContent().setSizeUndefined(); TaskGraph taskGraph = null;
From source file ru.vist.stat.forms.precept.PreceptTable.java
/** * * @author chernov */ public class PreceptTable extends Panel {
From source file ru.vist.stat.forms.register.SubSciption.java
/** * * @author chernov */ public class SubSciption extends Panel {
From source file se.natusoft.osgi.aps.apsadminweb.app.gui.vaadin.LogoPanel.java
/** * This panels shows the logo and a refresh button. */ public class LogoPanel extends Panel { // // Constructors
From source file se.natusoft.osgi.aps.apsconfigadminweb.gui.vaadin.components.configeditor.ConfigNodeValuesEditor.java
/** * */ public class ConfigNodeValuesEditor extends Panel { // // Private Members
From source file se.natusoft.osgi.aps.apsconfigadminweb.gui.vaadin.components.configeditor.NodeSelector.java
/** * This renders a three of config nodes and config node instances that can be selected. * It will trigger an event for each selection. */ public class NodeSelector extends Panel implements ItemDescriptionGenerator { //
From source file se.natusoft.osgi.aps.apsconfigadminweb.gui.vaadin.components.ConfigEditor.java
/**
* This is a component that edits a configuration based on an APSConfigAdmin instance.
* <p/>
* This is actually both a component and a kind of controller. This sits on the
* config service and 3 other relevant objects needed to edit the config. It is also
* doing the editing. Any code that changes the configuration is done here. The
From source file se.natusoft.osgi.aps.apsconfigadminweb.gui.vaadin.components.ConfigEnvEditor.java
/** * Edits config environments. */ public class ConfigEnvEditor extends Panel implements ComponentHandler, MenuActionExecutor { // // Constants
From source file se.natusoft.osgi.aps.apsconfigadminweb.gui.vaadin.components.LeftBar.java
/** * The left bar containing environments. */ public class LeftBar extends Panel { // // Constructors