You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Matthias Keller (JIRA)" <ji...@apache.org> on 2010/05/10 11:06:50 UTC

[jira] Created: (WICKET-2866) Allow chaining with AutoCompleteSettings.setThrottleDelay(int)

Allow chaining with AutoCompleteSettings.setThrottleDelay(int)
--------------------------------------------------------------

                 Key: WICKET-2866
                 URL: https://issues.apache.org/jira/browse/WICKET-2866
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-extensions
    Affects Versions: 1.4.8
            Reporter: Matthias Keller


All setters in AutoCompleteSettings allow chaining by returning 'this' in the end except for setThrottleDelay(int) which returns void.
Please add a  return this;  at the end of this method.

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


[jira] Resolved: (WICKET-2866) Allow chaining with AutoCompleteSettings.setThrottleDelay(int)

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-2866.
----------------------------------------

         Assignee: Juergen Donnerstag
    Fix Version/s: 1.4.10
                   1.5-M1
       Resolution: Fixed

done

> Allow chaining with AutoCompleteSettings.setThrottleDelay(int)
> --------------------------------------------------------------
>
>                 Key: WICKET-2866
>                 URL: https://issues.apache.org/jira/browse/WICKET-2866
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.8
>            Reporter: Matthias Keller
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4.10, 1.5-M1
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> All setters in AutoCompleteSettings allow chaining by returning 'this' in the end except for setThrottleDelay(int) which returns void.
> Please add a  return this;  at the end of this method.

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


[jira] Commented: (WICKET-2866) Allow chaining with AutoCompleteSettings.setThrottleDelay(int)

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871248#action_12871248 ] 

Hudson commented on WICKET-2866:
--------------------------------

Integrated in Apache Wicket 1.5.x #67 (See [http://hudson.zones.apache.org/hudson/job/Apache%20Wicket%201.5.x/67/])
    fixed WICKET-2866 Allow chaining with AutoCompleteSettings.setThrottleDelay(int)
Issue: WICKET-2866


> Allow chaining with AutoCompleteSettings.setThrottleDelay(int)
> --------------------------------------------------------------
>
>                 Key: WICKET-2866
>                 URL: https://issues.apache.org/jira/browse/WICKET-2866
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.8
>            Reporter: Matthias Keller
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4.10, 1.5-M1
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> All setters in AutoCompleteSettings allow chaining by returning 'this' in the end except for setThrottleDelay(int) which returns void.
> Please add a  return this;  at the end of this method.

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