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

Public Member Functions

 TimeZoneListAdapter (String[] IDs)
 

Detailed Description

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

Definition at line 27 of file TimeZoneListAdapter.java.

Constructor & Destructor Documentation

◆ TimeZoneListAdapter()

org.turro.zkoss.locale.TimeZoneListAdapter.TimeZoneListAdapter ( String[]  IDs)

Definition at line 29 of file TimeZoneListAdapter.java.

29  {
30  super(IDs.length);
31  for(String s : IDs) {
32  add(TimeZone.getTimeZone(s));
33  }
34  }

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