com.filenet.wcm.apps.server.util
Class DateControlUtil.DateInfo

java.lang.Object
  extended bycom.filenet.wcm.apps.server.presentation.util.DateTimeControlSettings
      extended bycom.filenet.wcm.apps.server.util.DateControlUtil.DateInfo
Enclosing class:
DateControlUtil

Deprecated. Replaced by com.filenet.wcm.apps.server.presentation.util.DateTimeControlSettings

public static class DateControlUtil.DateInfo
extends com.filenet.wcm.apps.server.presentation.util.DateTimeControlSettings

This class represents the information required to display date/time and the calendar control based on Workplace site and common preference settings.


Field Summary
 int dateFormat
          Deprecated.  
 java.util.Locale locale
          Deprecated.  
 boolean showTime
          Deprecated.  
 int timeFormat
          Deprecated.  
 java.util.TimeZone timeZone
          Deprecated.  
 
Constructor Summary
protected DateControlUtil.DateInfo(java.util.Locale locale, java.util.TimeZone timeZone, int dateFormat, int timeFormat)
          Deprecated. Use the constructor that includes the showTime parameter.
protected DateControlUtil.DateInfo(java.util.Locale locale, java.util.TimeZone timeZone, int dateFormat, int timeFormat, boolean showTime)
          Deprecated.  
 
Methods inherited from class com.filenet.wcm.apps.server.presentation.util.DateTimeControlSettings
getDateFormat, getLocale, getLocaleString, getTimeFormat, getTimeZone, getTimeZoneString, isShowTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locale

public java.util.Locale locale
Deprecated. 

timeZone

public java.util.TimeZone timeZone
Deprecated. 

dateFormat

public int dateFormat
Deprecated. 

timeFormat

public int timeFormat
Deprecated. 

showTime

public boolean showTime
Deprecated. 
Constructor Detail

DateControlUtil.DateInfo

protected DateControlUtil.DateInfo(java.util.Locale locale,
                                   java.util.TimeZone timeZone,
                                   int dateFormat,
                                   int timeFormat)
Deprecated. Use the constructor that includes the showTime parameter.


DateControlUtil.DateInfo

protected DateControlUtil.DateInfo(java.util.Locale locale,
                                   java.util.TimeZone timeZone,
                                   int dateFormat,
                                   int timeFormat,
                                   boolean showTime)
Deprecated. 


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.