You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Pedro Santos (JIRA)" <ji...@apache.org> on 2011/01/04 21:13:52 UTC

[jira] Updated: (WICKET-3308) Turn the FormComponent#getConvertedInput method to protected

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

Pedro Santos updated WICKET-3308:
---------------------------------

    Description: 
Pasting a message from the irc:
"whats the "right" way of retreiving values from a simple formcomponent such as textfield<String>: youve got getModel, getValue, getInput, getConvertedValue, ......."
getConvertedInput is mainly used by updateModel and FormComponent subclasses, an protected access modifier would make the API clearer

  was:
Pasting a message from the irc:
"whats the "right" way of retreiving values from a simple formcomponent such as textfield<String>: youve got getModel, getValue, getInput, getConvertedValue, ......."
getConvertedValue  is mainly used by updateModel and FormComponent subclasses, an protected access modifier would make the API clearer

        Summary: Turn the FormComponent#getConvertedInput method to protected  (was: Turn the FormComponent#getConvertedValue method to protected)

> Turn the FormComponent#getConvertedInput method to protected
> ------------------------------------------------------------
>
>                 Key: WICKET-3308
>                 URL: https://issues.apache.org/jira/browse/WICKET-3308
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 1.5-M3
>            Reporter: Pedro Santos
>            Priority: Trivial
>
> Pasting a message from the irc:
> "whats the "right" way of retreiving values from a simple formcomponent such as textfield<String>: youve got getModel, getValue, getInput, getConvertedValue, ......."
> getConvertedInput is mainly used by updateModel and FormComponent subclasses, an protected access modifier would make the API clearer

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