You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2007/05/15 08:59:16 UTC

[jira] Assigned: (WICKET-569) Add AjaxLink factory method to ModalWindow

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

Igor Vaynberg reassigned WICKET-569:
------------------------------------

    Assignee: Matej Knopp

> Add AjaxLink factory method to ModalWindow
> ------------------------------------------
>
>                 Key: WICKET-569
>                 URL: https://issues.apache.org/jira/browse/WICKET-569
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>    Affects Versions: 1.3.0
>         Environment: java 1.4
>            Reporter: Scott Swank
>         Assigned To: Matej Knopp
>            Priority: Trivial
>
>        public AjaxLink createAjaxLink(String linkId)
>        {
>                return new AjaxLink(linkId)
>                {
>                        private static final long serialVersionUID = 0L;
>                        @Override
>                        public void onClick(AjaxRequestTarget target)
>                        {
>                                ModalWindow.this.show(target);
>                        }
>                };
>        }

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