List of usage examples for com.vaadin.navigator ViewDisplay interface-usage
From source file com.lst.deploymentautomation.vaadin.core.AppLayout.java
/**
* The main layout of the application. Uses {@link CustomLayout} so that the
* layout is easily customizable and themeable. Implements {@link ViewDisplay}
* so that it can be used directly with {@link Navigator}.
*
* @author mhi
From source file com.scipionyx.butterflyeffect.frontend.core.ui.MainUI.java
/**
*
* Main UI of the navigation sample UI. The UI contains three different views
* with different scopes. The user can navigate between the views by clicking on
* buttons on a navigation bar at the top of the window.
*
From source file com.selzlein.lojavirtual.vaadin.core.AppLayout.java
/**
* The main layout of the application. Uses {@link CustomLayout} so that the
* layout is easily customizable and themeable. Implements {@link ViewDisplay}
* so that it can be used directly with {@link Navigator}.
*
* @author mhi
From source file de.metas.ui.web.vaadin.components.navigator.MFViewDisplay.java
@SuppressWarnings("serial") public class MFViewDisplay extends CustomComponent implements ViewDisplay { public static MFViewDisplay getMFViewDisplayOrNull(final ViewChangeEvent event) { final ViewDisplay viewDisplay = event.getNavigator().getDisplay(); if (viewDisplay instanceof MFViewDisplay) { return (MFViewDisplay) viewDisplay;
From source file net.sf.gazpachoquest.questionnaires.GazpachoViewDisplay.java
public class GazpachoViewDisplay extends Panel implements ViewDisplay { private static Logger logger = LoggerFactory.getLogger(GazpachoViewDisplay.class); private static final long serialVersionUID = 6287152165941299841L;
From source file org.jpos.qi.system.EmptyView.java
/** * Created by jr on 12/14/17. */ public class EmptyView extends DefaultView implements ViewDisplay { public EmptyView(boolean canAdd) {
From source file org.opencms.ui.apps.CmsAppWorkplaceUi.java
/** * The workplace ui.<p> */ @Theme("opencms") public class CmsAppWorkplaceUi extends A_CmsUI implements ViewDisplay, ViewProvider, ViewChangeListener, I_CmsWindowCloseListener, BrowserWindowResizeListener {
From source file pl.exsio.frameset.vaadin.navigation.target.ViewDisplayNavigationTarget.java
/** * * @author exsio */ public interface ViewDisplayNavigationTarget extends ViewDisplay, NavigationTarget {
From source file xyz.iipster.ui.DefaultIbmiMainComponent.java
/**
* This is the default main component displayed when user is logged in. It is used unless another bean of type
* ViewDisplay exists.
*
* It will display a side bar if there is at least one side bar item to display.
*