You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Alexey Abashev (JIRA)" <ta...@jakarta.apache.org> on 2006/08/01 18:55:13 UTC

[jira] Created: (TAPESTRY-1039) EventListeners for RadioGroup component

EventListeners for RadioGroup component
---------------------------------------

                 Key: TAPESTRY-1039
                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1039
             Project: Tapestry
          Issue Type: New Feature
          Components: Framework
            Reporter: Alexey Abashev


If think RadioGroup component should provide event model like Autocompleter. Events like selectElement should be emit then user click on some radio in group or maybe onLoad event for initialing other components and make it much more responsive.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-1039) EventListeners for RadioGroup component

Posted by "Marcus Schulte (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Schulte resolved TAPESTRY-1039.
--------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 4.2)
                   4.1.6

@Radio's onclick now calls a method (onChange) on the @RadioGroup which is interceptible using the EventListener-annotation. 

> EventListeners for RadioGroup component
> ---------------------------------------
>
>                 Key: TAPESTRY-1039
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1039
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: Framework
>            Reporter: Alexey Abashev
>            Assignee: Marcus Schulte
>             Fix For: 4.1.6
>
>
> If think RadioGroup component should provide event model like Autocompleter. Events like selectElement should be emit then user click on some radio in group or maybe onLoad event for initialing other components and make it much more responsive.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1039) EventListeners for RadioGroup component

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1039?page=all ]

Jesse Kuhnert updated TAPESTRY-1039:
------------------------------------

    Fix Version/s: 4.1.2

> EventListeners for RadioGroup component
> ---------------------------------------
>
>                 Key: TAPESTRY-1039
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1039
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: Framework
>            Reporter: Alexey Abashev
>             Fix For: 4.1.2
>
>
> If think RadioGroup component should provide event model like Autocompleter. Events like selectElement should be emit then user click on some radio in group or maybe onLoad event for initialing other components and make it much more responsive.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1039) EventListeners for RadioGroup component

Posted by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert updated TAPESTRY-1039:
------------------------------------

    Fix Version/s:     (was: 4.1.2)
                   4.2

> EventListeners for RadioGroup component
> ---------------------------------------
>
>                 Key: TAPESTRY-1039
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1039
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: Framework
>            Reporter: Alexey Abashev
>             Fix For: 4.2
>
>
> If think RadioGroup component should provide event model like Autocompleter. Events like selectElement should be emit then user click on some radio in group or maybe onLoad event for initialing other components and make it much more responsive.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1039) EventListeners for RadioGroup component

Posted by "Paul Stanton (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582137#action_12582137 ] 

Paul Stanton commented on TAPESTRY-1039:
----------------------------------------

it would be nice to be able to create one listener for the radiogroup ie:

@EventListener(elements="myRadioGroup", events="onclick")

i could then determine the radio clicked from the object from PageEvent.getSource ()

is that what you mean?

> EventListeners for RadioGroup component
> ---------------------------------------
>
>                 Key: TAPESTRY-1039
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1039
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: Framework
>            Reporter: Alexey Abashev
>             Fix For: 4.2
>
>
> If think RadioGroup component should provide event model like Autocompleter. Events like selectElement should be emit then user click on some radio in group or maybe onLoad event for initialing other components and make it much more responsive.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAPESTRY-1039) EventListeners for RadioGroup component

Posted by "Marcus Schulte (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Schulte reassigned TAPESTRY-1039:
----------------------------------------

    Assignee: Marcus Schulte

> EventListeners for RadioGroup component
> ---------------------------------------
>
>                 Key: TAPESTRY-1039
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1039
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: Framework
>            Reporter: Alexey Abashev
>            Assignee: Marcus Schulte
>             Fix For: 4.2
>
>
> If think RadioGroup component should provide event model like Autocompleter. Events like selectElement should be emit then user click on some radio in group or maybe onLoad event for initialing other components and make it much more responsive.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org