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

Roger Whitcomb commented on PIVOT-763:
--------------------------------------

Do you mean making a base class TableViewCheckboxCellRenderer (that is just a 
rename of what I have for the Boolean one) and two subclasses: 
TableViewBooleanCellRenderer which just has a constructor that calls "super()", 
and another subclass TableViewTriStateCellRenderer that just has a constructor 
with the "super()" and the "setTriState()" call?

That way it wouldn't break any existing code, and make maximum reuse....

> Add tri-state checkbox renderer for TableView row editors
> ---------------------------------------------------------
>
>                 Key: PIVOT-763
>                 URL: https://issues.apache.org/jira/browse/PIVOT-763
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>    Affects Versions: 2.0
>         Environment: Windows XP SP3, JDK 1.6_16
>            Reporter: Roger Whitcomb
>            Priority: Trivial
>             Fix For: 2.1
>
>         Attachments: tristate.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Adds a trivial extension to the possible cell editors for a TableView to 
> support tri-state checkboxes.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to