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/09/21 23:09:16 UTC

[jira] Created: (PIVOT-303) Add DisabledCheckmarkFilter to TreeView, TableView, ListView

Add DisabledCheckmarkFilter to TreeView, TableView, ListView
------------------------------------------------------------

                 Key: PIVOT-303
                 URL: https://issues.apache.org/jira/browse/PIVOT-303
             Project: Pivot
          Issue Type: New Feature
          Components: wtk
            Reporter: Todd Volkert
            Assignee: Todd Volkert
            Priority: Minor
             Fix For: 1.4


This will allow targetted checkboxes to be enabled/disabled.

/**
 * Returns the disabled checkmark filter.
 *
 * @return
 * The disabled checkmark filter, or <tt>null</tt> if no disabled checkmark filter is
 * set.
 */
public Filter<?> getDisabledCheckmarkFilter();

/**
 * Sets the disabled checkmark filter.
 *
 * @param disabledItemFilter
 * The disabled checkmark filter, or <tt>null</tt> for no disabled checkmark filter.
 */
public void setDisabledCheckmarkFilter(Filter<?> disabledCheckmarkFilter);

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


[jira] Updated: (PIVOT-303) Add DisabledCheckmarkFilter to TreeView and ListView

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown updated PIVOT-303:
-----------------------------

    Summary: Add DisabledCheckmarkFilter to TreeView and ListView  (was: Add DisabledCheckmarkFilter to TreeView, TableView, ListView)

Remove TableView from description, since it doesn't support checkmarks.


> Add DisabledCheckmarkFilter to TreeView and ListView
> ----------------------------------------------------
>
>                 Key: PIVOT-303
>                 URL: https://issues.apache.org/jira/browse/PIVOT-303
>             Project: Pivot
>          Issue Type: New Feature
>          Components: wtk
>            Reporter: Todd Volkert
>            Assignee: Todd Volkert
>            Priority: Minor
>             Fix For: 1.4
>
>
> This will allow targetted checkboxes to be enabled/disabled.
> /**
>  * Returns the disabled checkmark filter.
>  *
>  * @return
>  * The disabled checkmark filter, or <tt>null</tt> if no disabled checkmark filter is
>  * set.
>  */
> public Filter<?> getDisabledCheckmarkFilter();
> /**
>  * Sets the disabled checkmark filter.
>  *
>  * @param disabledItemFilter
>  * The disabled checkmark filter, or <tt>null</tt> for no disabled checkmark filter.
>  */
> public void setDisabledCheckmarkFilter(Filter<?> disabledCheckmarkFilter);

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


[jira] Resolved: (PIVOT-303) Add DisabledCheckmarkFilter to TreeView and ListView

Posted by "Todd Volkert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Volkert resolved PIVOT-303.
--------------------------------

    Resolution: Fixed

> Add DisabledCheckmarkFilter to TreeView and ListView
> ----------------------------------------------------
>
>                 Key: PIVOT-303
>                 URL: https://issues.apache.org/jira/browse/PIVOT-303
>             Project: Pivot
>          Issue Type: New Feature
>          Components: wtk
>            Reporter: Todd Volkert
>            Assignee: Todd Volkert
>            Priority: Minor
>             Fix For: 1.4
>
>
> This will allow targetted checkboxes to be enabled/disabled.
> /**
>  * Returns the disabled checkmark filter.
>  *
>  * @return
>  * The disabled checkmark filter, or <tt>null</tt> if no disabled checkmark filter is
>  * set.
>  */
> public Filter<?> getDisabledCheckmarkFilter();
> /**
>  * Sets the disabled checkmark filter.
>  *
>  * @param disabledItemFilter
>  * The disabled checkmark filter, or <tt>null</tt> for no disabled checkmark filter.
>  */
> public void setDisabledCheckmarkFilter(Filter<?> disabledCheckmarkFilter);

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