| java.lang.Object com.icesoft.openajax.beans.TimeZoneWrapper
TimeZoneWrapper | public class TimeZoneWrapper (Code) | | Bean holding time zone specific information.
Checking a selectBooleanCheckbox in the UI will cause instances of this class to populate the checkedTimeZoneList ArrayList in TimeZoneBean .
That ArrayList is used to create a DataTable of checked time zones in the UI.
|
TimeZoneWrapper | public TimeZoneWrapper(String id, String mapId, String checkId)(Code) | | Parameters: id - id used to identify the time zone. Parameters: mapId - map button component id in web page Parameters: checkId - checkbox component id in web page |
getCheckboxId | public String getCheckboxId()(Code) | | Gets the component id of the selectBooleanCheckbox, under the map UI,
corresponding to this time zone.
|
getDisplayName | public String getDisplayName()(Code) | | Gets the name of this time zone to be displayed in the UI.
String |
getId | public String getId()(Code) | | Gets the
TimeZone id used to identify this time zone in the Java
code.
String |
getInDaylightTime | public String getInDaylightTime()(Code) | | Gets the state of DayLight Time in this time zone.
Returns the inDaylightTime. |
getLocation | public String getLocation()(Code) | | Gets the
TimeZone location used to identify this time zone.
String |
getMapCommandButtonId | public String getMapCommandButtonId()(Code) | | Gets the component id of the commandButton, in the map UI, corresponding
to this time zone.
|
getTime | public String getTime()(Code) | | Gets the dynamic time through the formatCurrentTime method
in the TimeZoneBean .
String |
getUseDaylightTime | public String getUseDaylightTime()(Code) | | Gets whether or not this time zone uses DayLight time.
Returns the useDaylightTime. |
isRelevantComponentId | public boolean isRelevantComponentId(String componentId)(Code) | | Ascertains whether mapCommandButtonId or checkboxId are a part of
componentId. componentId might be a fully qualified id, with a prefix
corresponding to container component(s).
Parameters: componentId - Id of some component that may be related to this timezone |
|
|