|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.apps.server.presentation.util.DateTimeControlSettings
com.filenet.wcm.apps.server.util.DateControlUtil.DateInfo
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 |
public java.util.Locale locale
public java.util.TimeZone timeZone
public int dateFormat
public int timeFormat
public boolean showTime
Constructor Detail |
protected DateControlUtil.DateInfo(java.util.Locale locale, java.util.TimeZone timeZone, int dateFormat, int timeFormat)
protected DateControlUtil.DateInfo(java.util.Locale locale, java.util.TimeZone timeZone, int dateFormat, int timeFormat, boolean showTime)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |