Example usage for com.vaadin.v7.ui VerticalLayout subclass-usage

List of usage examples for com.vaadin.v7.ui VerticalLayout subclass-usage

Introduction

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

Usage

From source file com.haulmont.cuba.web.widgets.addons.dragdroplayouts.v7.DDVerticalLayout.java

/**
 * Vertical layout with drag and drop support
 * 
 * @author John Ahlroos / www.jasoft.fi
 * @since 0.4.0
 */

From source file fi.jasoft.dragdroplayouts.v7.DDVerticalLayout.java

/**
 * Vertical layout with drag and drop support
 * 
 * @author John Ahlroos / www.jasoft.fi
 * @since 0.4.0
 */

From source file info.magnolia.vaadin.periscope.Periscope.java

/**
 * Periscope Vaadin component, which contains a search bar and shows live results while typing ahead.
 */
@StyleSheet("vaadin://addons/periscope/css/ionicons.min.css")
@Widgetset("com.vaadin.v7.Vaadin7WidgetSet")
public class Periscope extends VerticalLayout {

From source file org.esn.esobase.view.tab.BookTranslateTab.java

/**
 *
 * @author scraelos
 */
public class BookTranslateTab extends VerticalLayout {

From source file org.esn.esobase.view.tab.ImportTab.java

/**
 *
 * @author scraelos
 */
@Component
@Scope(value = "prototype")

From source file org.esn.esobase.view.tab.PortalInfoTab.java

/**
 *
 * @author Scraelos
 */
public class PortalInfoTab extends VerticalLayout {

From source file org.esn.esobase.view.tab.QuestsTab.java

/**
 *
 * @author scraelos
 */
public class QuestsTab extends VerticalLayout {

From source file org.esn.esobase.view.tab.SearchInCatalogsTab.java

/**
 *
 * @author scraelos
 */
public class SearchInCatalogsTab extends VerticalLayout {

From source file org.esn.esobase.view.tab.SpellerTestTab.java

/**
 *
 * @author Scraelos
 */
public class SpellerTestTab extends VerticalLayout {

From source file org.esn.esobase.view.tab.SynchronizationTab.java

/**
 *
 * @author scraelos
 */
public class SynchronizationTab extends VerticalLayout {