BrightSide Workbench Full Report + Source Code
org.turro.zkoss.locale.LocaleWithCountryAdapter Class Reference
Inheritance diagram for org.turro.zkoss.locale.LocaleWithCountryAdapter:
Collaboration diagram for org.turro.zkoss.locale.LocaleWithCountryAdapter:

Public Member Functions

 LocaleWithCountryAdapter ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 29 of file LocaleWithCountryAdapter.java.

Constructor & Destructor Documentation

◆ LocaleWithCountryAdapter()

org.turro.zkoss.locale.LocaleWithCountryAdapter.LocaleWithCountryAdapter ( )

Definition at line 31 of file LocaleWithCountryAdapter.java.

31  {
32  for(Locale l : Locale.getAvailableLocales()) {
33  if(!Strings.isBlank(l.getCountry())) {
34  add(l);
35  }
36  }
37  }

The documentation for this class was generated from the following file: