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.

Reply via email to