You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin H. (JIRA)" <ji...@apache.org> on 2010/03/31 13:00:27 UTC

[jira] Created: (WICKET-2813) IndicatingAjaxButton should have construtors that take a IModel for the button text as does AjaxButton.

IndicatingAjaxButton should have construtors that take a IModel for the button text as does AjaxButton.
-------------------------------------------------------------------------------------------------------

                 Key: WICKET-2813
                 URL: https://issues.apache.org/jira/browse/WICKET-2813
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-extensions
    Affects Versions: 1.4.7
            Reporter: Martin H.
            Priority: Minor


IndicatingAjaxButton is missing the constructors that take an IModel for the button text that AjaxButton supports.

	public IndicatingAjaxButton(String id, IModel<String> model)
	public IndicatingAjaxButton(String id, IModel<String> model, Form<?> form)

I think IndicatingAjaxButton should offer the same API as AjaxButton.

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


[jira] Updated: (WICKET-2813) IndicatingAjaxButton should have construtors that take a IModel for the button text as does AjaxButton.

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

Martin H. updated WICKET-2813:
------------------------------

    Attachment: IndicatingAjaxButton.diff

patch to add the missing constructors. Based on (as in copy and paste from) the implementation in AjaxButton.

> IndicatingAjaxButton should have construtors that take a IModel for the button text as does AjaxButton.
> -------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-2813
>                 URL: https://issues.apache.org/jira/browse/WICKET-2813
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.7
>            Reporter: Martin H.
>            Priority: Minor
>         Attachments: IndicatingAjaxButton.diff
>
>
> IndicatingAjaxButton is missing the constructors that take an IModel for the button text that AjaxButton supports.
> 	public IndicatingAjaxButton(String id, IModel<String> model)
> 	public IndicatingAjaxButton(String id, IModel<String> model, Form<?> form)
> I think IndicatingAjaxButton should offer the same API as AjaxButton.

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


[jira] Updated: (WICKET-2813) IndicatingAjaxButton should have construtors that take a IModel for the button text as does AjaxButton.

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

Igor Vaynberg updated WICKET-2813:
----------------------------------

    Fix Version/s: 1.5-M1
                   1.4.8

> IndicatingAjaxButton should have construtors that take a IModel for the button text as does AjaxButton.
> -------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-2813
>                 URL: https://issues.apache.org/jira/browse/WICKET-2813
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.7
>            Reporter: Martin H.
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4.8, 1.5-M1
>
>         Attachments: IndicatingAjaxButton.diff
>
>
> IndicatingAjaxButton is missing the constructors that take an IModel for the button text that AjaxButton supports.
> 	public IndicatingAjaxButton(String id, IModel<String> model)
> 	public IndicatingAjaxButton(String id, IModel<String> model, Form<?> form)
> I think IndicatingAjaxButton should offer the same API as AjaxButton.

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


[jira] Resolved: (WICKET-2813) IndicatingAjaxButton should have construtors that take a IModel for the button text as does AjaxButton.

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

Igor Vaynberg resolved WICKET-2813.
-----------------------------------

    Resolution: Fixed
      Assignee: Igor Vaynberg

> IndicatingAjaxButton should have construtors that take a IModel for the button text as does AjaxButton.
> -------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-2813
>                 URL: https://issues.apache.org/jira/browse/WICKET-2813
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.7
>            Reporter: Martin H.
>            Assignee: Igor Vaynberg
>            Priority: Minor
>         Attachments: IndicatingAjaxButton.diff
>
>
> IndicatingAjaxButton is missing the constructors that take an IModel for the button text that AjaxButton supports.
> 	public IndicatingAjaxButton(String id, IModel<String> model)
> 	public IndicatingAjaxButton(String id, IModel<String> model, Form<?> form)
> I think IndicatingAjaxButton should offer the same API as AjaxButton.

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