Project

General

Profile

« Previous | Next » 

Revision aee16929

Added by Cherian Mathew about 9 years ago

ConceptRelationshipComposite : ui fixes for controls
EditConceptRelationshipComposite : changed polling interval to 1 sec
IStatusComposite, StatusComposite, StatusPresenter, ConceptRelationshipUI, ConceptRelationshipView : allowing setting of classifications via url parameters
StatusPresenterTest : testing method for getting
StatusEditorUI, DbStatusUI, AbstractAuthenticatedUI, NavigatorTestUI : exposing vaadin request to abstract init method
d3.conceptrelationshiptree_connector.js : changed size to work on smaller screens
edit.scss, styles.scss : corrected icon size

View differences:

src/test/java/eu/etaxonomy/cdm/vaadin/ui/NavigatorTestUI.java
7 7
import com.vaadin.annotations.Theme;
8 8
import com.vaadin.annotations.VaadinServletConfiguration;
9 9
import com.vaadin.navigator.Navigator;
10
import com.vaadin.server.VaadinRequest;
10 11
import com.vaadin.ui.UI;
11 12

  
12 13
import eu.etaxonomy.cdm.vaadin.servlet.CdmVaadinConversationalServlet;
......
30 31
	}
31 32

  
32 33
	@Override
33
	protected void doInit() {
34
	protected void doInit(VaadinRequest request) {
34 35
		getPage().setTitle("Navigation Example");
35 36
		NaviTestView ntv1 = new NaviTestView();
36 37
		ntv1.setText("Congratulations! you have reached the first view. If you have got here without logging in there we are in trouble :)");

Also available in: Unified diff