Uses of Class
org.gcube.portlets.user.td.gwtservice.shared.State

Packages that use State
org.gcube.portlets.user.td.gwtservice.shared   
org.gcube.portlets.user.td.gwtservice.shared.csv   
org.gcube.portlets.user.td.gwtservice.shared.sdmx   
 

Uses of State in org.gcube.portlets.user.td.gwtservice.shared
 

Methods in org.gcube.portlets.user.td.gwtservice.shared that return State
static State State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static State[] State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of State in org.gcube.portlets.user.td.gwtservice.shared.csv
 

Fields in org.gcube.portlets.user.td.gwtservice.shared.csv declared as State
protected  State CSVImportMonitor.status
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.csv that return State
 State CSVImportMonitor.getStatus()
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.csv with parameters of type State
 void CSVImportMonitor.setStatus(State status)
           
 

Uses of State in org.gcube.portlets.user.td.gwtservice.shared.sdmx
 

Fields in org.gcube.portlets.user.td.gwtservice.shared.sdmx declared as State
protected  State SDMXExportMonitor.status
           
protected  State SDMXImportMonitor.status
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.sdmx that return State
 State SDMXExportMonitor.getStatus()
           
 State SDMXImportMonitor.getStatus()
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.sdmx with parameters of type State
 void SDMXExportMonitor.setStatus(State status)
           
 void SDMXImportMonitor.setStatus(State status)
           
 



Copyright © 2014. All Rights Reserved.