You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "dutrieux (JIRA)" <ji...@apache.org> on 2010/08/31 20:07:53 UTC

[jira] Commented: (PIVOT-621) BindMapping for ImageView

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

dutrieux commented on PIVOT-621:
--------------------------------

I think it's good to have too the URLBindMapping interface

public interface URLBindMapping {
      
        public URL toImage(Object value);

        public Object valueOf(URL image);
    }

Because if not we loose the ResourceCache and asynchronous loading of ImageView.

Duto

> BindMapping for ImageView
> -------------------------
>
>                 Key: PIVOT-621
>                 URL: https://issues.apache.org/jira/browse/PIVOT-621
>             Project: Pivot
>          Issue Type: New Feature
>          Components: wtk
>    Affects Versions: 2.0
>            Reporter: dutrieux
>            Priority: Minor
>             Fix For: 2.0
>
>
> It is possible to have the BindMapping for ImageView.
> My exemple is when I load a Panel with a Bean which contents a Boolean, I would like to display a cross image or valid image  dependant on Boolean.
> Best regards
> Duto 

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