You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Todd Volkert (JIRA)" <ji...@apache.org> on 2009/10/21 13:31:59 UTC

[jira] Commented: (PIVOT-37) Additional calendar features

    [ https://issues.apache.org/jira/browse/PIVOT-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768180#action_12768180 ] 

Todd Volkert commented on PIVOT-37:
-----------------------------------

Bounded selection ranges were added via the disabled date filter.  However, there's no way to prevent the user from navigating to certain months/years in the calendar navigation.  If the developer set a filter that disabled all dates before a certain date, they probably also want to prevent the user from navigating to months & years that are known to contain no valid dates.  To satisfy this, we could add start:CalendarDate and end:CalendarDate properties to Calendar.  If non-null, a start or end would bound the space to which the user was allowed to navigate.

Note that for multiple selection, CalendarDate.Range now exists and could be used internally in Calendar to maintain a selected range.  We could borrow concepts from ListView and TableView with respect to how to provide an API that deals with single select mode and multiple select mode.

> Additional calendar features
> ----------------------------
>
>                 Key: PIVOT-37
>                 URL: https://issues.apache.org/jira/browse/PIVOT-37
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>            Reporter: Greg Brown
>             Fix For: 1.5
>
>
> Add support for multiple selection and bounded selection ranges (from/to).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.