Example usage for com.vaadin.navigator View interface-usage

List of usage examples for com.vaadin.navigator View interface-usage

Introduction

In this page you can find the example usage for com.vaadin.navigator View interface-usage.

Usage

From source file cz.zcu.pia.social.network.frontend.views.ViewBase.java

/**
 * View base
 * @author Frantisek Kolenak
 */
public class ViewBase extends Panel implements View {
    private static final String CONTENT_WRAPPER_STYLE_NAME = "content-wrapper";

From source file cz.zcu.pia.social.network.frontend.views.ViewError.java

/**
 * Error view
 * @author Frantisek Kolenak
 */

public class ViewError extends Panel implements View {

From source file de.batchadmin.vaadin.ui.JobsView.java

/**
 * Example view that shows up under the Planning section in the side bar.
 *
 * @author Petter Holmstrm (petter@vaadin.com)
 */
@SuppressWarnings("serial")

From source file de.fatalix.app.view.AbstractView.java

/**
 *
 * @author Fatalix
 */
public abstract class AbstractView extends CustomComponent implements View {

From source file de.fatalix.app.view.home.HomeView.java

/**
 *
 * @author Fatalix
 */
@CDIView(HomeView.id)
@ViewMenuItem(title = "Home", icon = FontAwesome.HOME)

From source file de.fatalix.app.view.login.LoginView.java

/**
 *
 * @author felix.husse
 */
@CDIView(LoginView.id)
@ViewMenuItem(enabled = false)

From source file de.fatalix.bookery.view.common.AbstractView.java

/**
 *
 * @author Fatalix
 */
public abstract class AbstractView extends CustomComponent implements View {

From source file de.fatalix.bookery.view.home.HomeView.java

/**
 *
 * @author Fatalix
 */
@CDIView(HomeView.id)
@ViewMenuItem(title = "Home", icon = FontAwesome.HOME, order = ViewMenuItem.BEGINNING)

From source file de.fatalix.bookery.view.login.LoginView.java

/**
 *
 * @author felix.husse
 */
@CDIView(LoginView.id)
@ViewMenuItem(enabled = false)

From source file de.fatalix.bookery.view.search.SearchView.java

/**
 *
 * @author Fatalix
 */
@CDIView(value = SearchView.id, supportsParameters = true)
@ViewMenuItem(title = "Search", icon = FontAwesome.SEARCH, order = ViewMenuItem.DEFAULT)