Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4
-
Assignee Priority:P2
-
ICEsoft Forum Reference:
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
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.
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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #45952 | Wed Sep 09 15:43:59 MDT 2015 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #45938 | Fri Sep 04 10:40:26 MDT 2015 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryRenderer.java
MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryMeta.java |