Example usage for com.vaadin.ui Panel subclass-usage

List of usage examples for com.vaadin.ui Panel subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.ui Panel subclass-usage.

Usage

From source file org.eclipse.skalli.view.component.InformationBox.java

@SuppressWarnings("serial")
public class InformationBox extends Panel {

    public static final String STYLE = "infobox"; //$NON-NLS-1$

    public static final int CONTENT_TEXT = Label.CONTENT_TEXT;

From source file org.eclipse.skalli.view.internal.window.NewProjectPanel.java

public class NewProjectPanel extends Panel implements ProjectPanel {

    private static final long serialVersionUID = 4432418022051563046L;

    private static final String STYLE_TEMPLATE_SELECT = "tplsel"; //$NON-NLS-1$
    private static final String STYLE_TEMPLATE_SELECT_BUTTONS = "tplsel-buttons"; //$NON-NLS-1$

From source file org.eclipse.skalli.view.internal.window.ProjectEditPanel.java

public class ProjectEditPanel extends Panel implements ProjectPanel {

    private static final long serialVersionUID = 2377962084815410728L;

    private static final Logger LOG = LoggerFactory.getLogger(ProjectEditPanel.class);

From source file org.escidoc.browser.elabsmodul.views.InstrumentView.java

/**
 * Specific BWeLabsView for Instrument item-element.
 */
public class InstrumentView extends Panel implements ILabsPanel, ILabsAction, ILabsInstrumentAction {

    private static final long serialVersionUID = -7601252311598579746L;

From source file org.escidoc.browser.ui.GroupRolesView.java

@SuppressWarnings("serial")
public class GroupRolesView extends Panel {

    private final static Logger LOG = LoggerFactory.getLogger(UserRolesView.class);

    private final ComponentContainer rolesLayout = new VerticalLayout();

From source file org.escidoc.browser.ui.maincontent.View.java

@SuppressWarnings("serial")
public class View extends Panel {

    private String viewName;

    public String getViewName() {

From source file org.escidoc.browser.ui.useraccount.UserRolesView.java

@SuppressWarnings("serial")
public class UserRolesView extends Panel {

    private final static Logger LOG = LoggerFactory.getLogger(UserRolesView.class);

    private final class OnRemoveGrant implements Button.ClickListener {

From source file org.esn.esobase.MainViewDisplay.java

/**
 *
 * @author scraelos
 */
@SuppressWarnings("WeakerAccess")
@SpringViewDisplay

From source file org.esn.esobase.view.MainView.java

/**
 * @author xpoft
 */
@Component
@Scope("prototype")
@SpringView(name = MainView.NAME)

From source file org.fossa.rolp.ui.lehrer.lehrerblog.LehrerBlog.java

public class LehrerBlog extends Panel {
    private static final long serialVersionUID = 4356178108589669479L;
    private Label blogtext;
    private RolpApplication app;

    public LehrerBlog(RolpApplication app) {