You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2010/08/06 17:13:16 UTC

[jira] Resolved: (PIVOT-570) Make tab pane button and accordion header content and renderer configurable

     [ https://issues.apache.org/jira/browse/PIVOT-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown resolved PIVOT-570.
------------------------------

    Resolution: Fixed

> Make tab pane button and accordion header content and renderer configurable
> ---------------------------------------------------------------------------
>
>                 Key: PIVOT-570
>                 URL: https://issues.apache.org/jira/browse/PIVOT-570
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>            Reporter: Greg Brown
>            Priority: Minor
>             Fix For: 2.0
>
>
> Currently, TabPane button content is specified via the TabPane.label and TabPane.icon attached properties. Accordion header content is set via Accordion.label and Accordion.icon. This limits the content of these buttons to an icon and/or a text string.
> It might be better to allow callers to specify data for these buttons directly. The attached label and icon properties could be replaced with "tabButtonData" and "panelHeaderData" (or simply "buttonData" and headerData"), and each container could allow a caller to specify a renderer (via get/setButtonDataRenderer() and get/setHeaderDataRenderer(), respectively).

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