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

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

Introduction

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

Usage

From source file com.wintindustries.pfserver.interfaces.view.dashboard.MainView.java

@SuppressWarnings("serial")
public class MainView extends HorizontalLayout implements View {

    PFDDragAndDropUpload contentAreaWrapper;
    DashboardMenu dashboard;
    MenuBar menuBar;

From source file cz.zcu.pia.social.network.frontend.components.posts.ComponentPostPaginator.java

/**
 * post pagination
 *
 * @author Frantisek Kolenak
 */
@Component

From source file cz.zcu.pia.social.network.frontend.components.posts.ComponentPostsFilter.java

/**
 * Filter for posts
 *
 * @author Frantisek Kolenak
 */
@Component

From source file de.catma.ui.repository.wizard.ContentInfoPanel.java

class ContentInfoPanel extends HorizontalLayout implements DynamicWizardStep {

    private AddSourceDocWizardResult wizardResult;
    @SuppressWarnings("unused")
    private WizardStepListener wizardStepListener; // not used
    private Form contentInfoForm;

From source file de.catma.ui.repository.wizard.UploadPanel.java

class UploadPanel extends HorizontalLayout {

    private Upload upload;
    private ProgressIndicator pi;
    private Button btCancelUpload;
    private Label fileLabel;

From source file de.catma.ui.tagger.pager.PagerComponent.java

/**
 * @author marco.petris@web.de
 *
 */
public class PagerComponent extends HorizontalLayout {

From source file de.catma.ui.tagger.TagInstanceTree.java

public class TagInstanceTree extends HorizontalLayout {

    static interface TagIntanceActionListener {
        public void removeTagInstances(List<String> tagInstanceIDs);

        public void updateProperty(TagInstance tagInstance, Property property);

From source file de.catma.ui.tagmanager.TagLibraryView.java

public class TagLibraryView extends HorizontalLayout implements ClosableTab {

    private TagLibrary tagLibrary;
    private TagsetTree tagsetTree;
    private boolean init = true;
    private ClickListener reloadListener;

From source file de.catma.ui.tagmanager.TagsetTree.java

public class TagsetTree extends HorizontalLayout {

    private static enum TagTreePropertyName {
        caption, icon, color,;
    }

From source file de.catma.ui.visualizer.DistributionChartView.java

public class DistributionChartView extends HorizontalLayout implements ClosableTab {

    private InvientCharts chart;
    private NumberXAxis xAxis;
    private String label;