ICEfaces
  1. ICEfaces
  2. ICE-10537

ace:dateTimeEntry - add new "minDateTime" and "maxDateTime" attributes

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 4.1
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ICEfaces 4

      Description

      This JIRA is to add an enhancement to the ace:dateTimeEntry component to support an alternate method of defining a min and max date and time range.

      Currently, to define both a min or max date and time range, you must define multiple attributes on the component:
      - maxDate
      - maxHour
      - maxMinute
      - maxSecond

      It would be more convenient if the component could also support defining a min or max date and time range using a single java.util.Date object.

      This JIRA is to add new "maxDateTime" and "minDateTime" attributes which would allow you to define both the date and time portion of the range limit with a single java.util.Date object in each case.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #45938 Fri Sep 04 10:40:26 MDT 2015 judy.guglielmin ICE-10537 added minDateTime and maxDateTime attributes which will supercede the minDate, minHour, minMinute and minSecond as well as the same 4 for max values. Both new attributes must be a java.util.Date object
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryMeta.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #45952 Wed Sep 09 15:43:59 MDT 2015 judy.guglielmin ICE-10537 clean up logging statements to throw FacesException if new attributes are not java.util.Date
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryRenderer.java

          People

          • Assignee:
            Judy Guglielmin
            Reporter:
            Ken Fyten
          • Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: