Class DataSetPrototypes
- java.lang.Object
-
- org.dashbuilder.displayer.client.prototypes.DataSetPrototypes
-
@ApplicationScoped public class DataSetPrototypes extends Object
-
-
Constructor Summary
Constructors Constructor Description DataSetPrototypes()DataSetPrototypes(org.dashbuilder.dataset.client.ClientDataSetManager dataSetManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dashbuilder.dataset.DataSetgetContinentPopulation()org.dashbuilder.dataset.DataSetgetContinentPopulationExt()org.dashbuilder.dataset.DataSetgetCountryPopulation()org.dashbuilder.dataset.DataSetgetPopulationLimits()org.dashbuilder.dataset.DataSetgetTopRichCountries()org.dashbuilder.dataset.DataSetgetTotalPopulation()org.dashbuilder.dataset.DataSetgetWorldPopulation()voidinit()
-
-
-
Field Detail
-
CITY
public static final String CITY
- See Also:
- Constant Field Values
-
COUNTRY
public static final String COUNTRY
- See Also:
- Constant Field Values
-
GDP_2014
public static final String GDP_2014
- See Also:
- Constant Field Values
-
GDP_2013
public static final String GDP_2013
- See Also:
- Constant Field Values
-
CONTINENT
public static final String CONTINENT
- See Also:
- Constant Field Values
-
AREA_SIZE
public static final String AREA_SIZE
- See Also:
- Constant Field Values
-
DENSITY
public static final String DENSITY
- See Also:
- Constant Field Values
-
REGION
public static final String REGION
- See Also:
- Constant Field Values
-
POPULATION
public static final String POPULATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getWorldPopulation
public org.dashbuilder.dataset.DataSet getWorldPopulation()
-
getTotalPopulation
public org.dashbuilder.dataset.DataSet getTotalPopulation()
-
getCountryPopulation
public org.dashbuilder.dataset.DataSet getCountryPopulation()
-
getTopRichCountries
public org.dashbuilder.dataset.DataSet getTopRichCountries()
-
getContinentPopulation
public org.dashbuilder.dataset.DataSet getContinentPopulation()
-
getPopulationLimits
public org.dashbuilder.dataset.DataSet getPopulationLimits()
-
getContinentPopulationExt
public org.dashbuilder.dataset.DataSet getContinentPopulationExt()
-
init
public void init()
-
-