[
https://issues.apache.org/jira/browse/WICKET-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
TH Lim updated WICKET-194:
--------------------------
Attachment: RoundTripCheckGroupSelector.java
RoundTripCheckBoxSelector functions very much like CheckBoxSelector. Unlike
CheckBoxSelector, it makes a round trip back to the server to update its
"checked" status. It will fill the CheckGroup instance with "visible and
checked" Check instances when it is clicked.
So, for example, within Link.onClick() method, you will be able to get all the
selected rows from CheckGroup instance instead of an empty set. If you use
PageableListView component, the CheckGroup will only contains objects in the
visible page.
> Enhance CheckBoxSelector to Select CheckBox-es in CheckGroup on Server Side
> ---------------------------------------------------------------------------
>
> Key: WICKET-194
> URL: https://issues.apache.org/jira/browse/WICKET-194
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.2.3
> Reporter: TH Lim
> Priority: Minor
> Attachments: RoundTripCheckGroupSelector.java
>
>
> Enhance CheckBoxSelector to select the items e.g. users, product line items,
> etc. shown in the
> paged list view on the visible page and update the CheckGroup with these
> "visible" items on the server side.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.