[jira] Commented: (CLK-455) Select.getValueLong

1 message Options
Embed this post
Permalink
JIRA jira@apache.org

[jira] Commented: (CLK-455) Select.getValueLong

Reply Threaded More More options
Print post
Permalink

    [ https://issues.apache.org/jira/browse/CLK-455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757745#action_12757745 ]

Adrian A. commented on CLK-455:
-------------------------------

ActionLink is not a "Field" (Select and Radio  are). All fields have the getValue() and getValueObject() so that you can cast or convert to whatever Object type is needed and this is quite consistent IMO (I think it's more consistent than using only for some of the fields something like getValueLong).

> Select.getValueLong
> -------------------
>
>                 Key: CLK-455
>                 URL: https://issues.apache.org/jira/browse/CLK-455
>             Project: Click
>          Issue Type: New Feature
>    Affects Versions: 1.5 RC2
>            Reporter: Ricardo R. Lecheta
>
> The ActionLink control has the method getValueLong, but the Select and
> RadioGroup don“t.
> Generally you use the Select control to show some objects from the
> database...
> the value of the select/radio is the "id" of the object.. which may be a
> Integer/Long/Double..

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