List of usage examples for com.vaadin.server Page.UriFragmentChangedListener interface-usage
From source file annis.gui.AdminUI.java
/** * * @author Thomas Krause <krauseto@hu-berlin.de> */ @Theme("annis") public class AdminUI extends CommonUI
From source file annis.gui.SearchUI.java
/** * GUI for searching in corpora. * * @author Thomas Krause <thomas.krause@alumni.hu-berlin.de> */ public class SearchUI extends AnnisBaseUI implements ScreenshotMaker.ScreenshotCallback, LoginWindow.LoginListener,
From source file annis.gui.SearchView.java
/** * The view which shows the search interface. * * @author Thomas Krause <krauseto@hu-berlin.de> */ public class SearchView extends GridLayout implements View, MimeTypeErrorListener, Page.UriFragmentChangedListener,
From source file com.cbnserver.gwtp4vaadin.core.proxy.PlaceManagerImpl.java
/** * Default implementation to be extended of the {@link PlaceManager}. * * @see DefaultPlaceManager */ public abstract class PlaceManagerImpl implements PlaceManager, Page.UriFragmentChangedListener {