com.thesis.frondend.client
Class ERA

java.lang.Object
  extended by com.thesis.frondend.client.ERA
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class ERA
extends java.lang.Object
implements com.google.gwt.core.client.EntryPoint

Entry point classes define onModuleLoad(). main class for the frondend


Constructor Summary
ERA()
           
 
Method Summary
 void onModuleLoad()
           
 void sendFile(java.lang.String filePath)
          Start call, which sends filepath to backend via BackendService
 void setSelectedItem(Item item)
          Set new selected item
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ERA

public ERA()
Method Detail

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

sendFile

public void sendFile(java.lang.String filePath)
Start call, which sends filepath to backend via BackendService

Parameters:
filePath -

setSelectedItem

public void setSelectedItem(Item item)
Set new selected item

Parameters:
item -