Subversion Repositories eFlore/Applications.del

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 9
Line 1... Line 1...
1
package org.tela_botanica.del.client;
1
package org.tela_botanica.del.client;
Line -... Line 2...
-
 
2
 
-
 
3
import org.tela_botanica.del.client.history.ApplicationHistoryChangeHandler;
-
 
4
import org.tela_botanica.del.client.history.NavigationStatesConstants;
2
 
5
 
-
 
6
import com.google.gwt.core.client.EntryPoint;
Line 3... Line 7...
3
import com.google.gwt.core.client.EntryPoint;
7
import com.google.gwt.user.client.History;
Line 4... Line 8...
4
 
8
 
5
public class Del implements EntryPoint {
9
public class Del implements EntryPoint {
-
 
10
 
-
 
11
	@Override
6
 
12
	public void onModuleLoad() {
-
 
13
		History.addValueChangeHandler(new ApplicationHistoryChangeHandler());
7
	@Override
14
 
-
 
15
		// displays init page
8
	public void onModuleLoad() {
16
		History.newItem(NavigationStatesConstants.MAIN_PAGE, true);
9
		// TODO Auto-generated method stub
17