List of usage examples for com.vaadin.navigator ViewChangeListener interface-usage
From source file annis.gui.AnnisUI.java
/** * GUI for searching in corpora. * * @author Thomas Krause <krauseto@hu-berlin.de> */ @Theme("annis")
From source file com.cbnserver.gwtp4vaadin.core.MVPViewChangeListener.java
/**
* Created with IntelliJ IDEA.
* User: hauber_c
* Date: 12/04/13
* Time: 18:24
* To change this template use File | Settings | File Templates.
From source file com.logs.mavfun2.ExampleUI.java
@Theme("shiroexample") public class ExampleUI extends UI implements ViewChangeListener { @WebServlet(value = "/*") @VaadinServletConfiguration(productionMode = false, ui = ExampleUI.class) public static class Servlet extends VaadinServlet {
From source file com.morevaadin.vaadin7.springsecurity.util.ViewChangeSecurityChecker.java
@SuppressWarnings("serial") public class ViewChangeSecurityChecker implements ViewChangeListener { @Override public boolean isViewChangeAllowed(ViewChangeEvent event) {
From source file net.gvcc.jgoffice.MainUI.java
/**
* The layout for the main site. TThe main page consists of several parts.
* The head region (CommandBar), the main area (MainPanel) and the footer (FooterPanel).
*
* @author ernst_sgv {@code Global.initMainContent(CustomComponent c)}
*/
From source file org.apache.tamaya.ui.components.PageTitleUpdater.java
/** * Listener that updates the page title when a new view is shown. */ public class PageTitleUpdater implements ViewChangeListener { @Override
From source file org.apache.tamaya.ui.internal.PageTitleUpdater.java
/** * Listener that updates the page title when a new view is shown. */ public class PageTitleUpdater implements ViewChangeListener { @Override
From source file org.apache.tamaya.ui.NavBar.java
/** * Left side navigation bar. */ public class NavBar extends VerticalLayout implements ViewChangeListener { private Map<String, Button> buttonMap = new HashMap<>();
From source file org.bubblecloud.ilves.site.Site.java
/** * Vaadin portal implementation. * @author Tommi S.E. Laukkanen */ public final class Site implements ViewProvider, ViewChangeListener { /** The logger. */
From source file org.jpos.qi.system.CommandRunner.java
public class CommandRunner extends CssLayout implements View, XmlConfigurable, Runnable, ViewChangeListener { private QFactory qfactory = getQI().getQ2().getFactory(); private String command; private Thread runner; private AtomicBoolean active = new AtomicBoolean(); protected QI qi;