[richfaces-issues] [JBoss JIRA] Resolved: (RF-1254) Scrollable Data Table - selection can't be set from outside of component
Konstantin Mishin (JIRA)
jira-events at lists.jboss.org
Mon Oct 29 08:30:01 EDT 2007
[ http://jira.jboss.com/jira/browse/RF-1254?page=all ]
Konstantin Mishin resolved RF-1254.
-----------------------------------
Resolution: Rejected
Scrollable Data Table has setterv and gettter for selection. Use it.
Example:
((SimpleSelection)scrollableDataTable.getSelection()).addKey(new ScrollableTableDataModel.SimpleRowKey(1));
> Scrollable Data Table - selection can't be set from outside of component
> ------------------------------------------------------------------------
>
> Key: RF-1254
> URL: http://jira.jboss.com/jira/browse/RF-1254
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Reporter: Maksim Kaszynski
> Assigned To: Konstantin Mishin
> Fix For: 3.2.0
>
>
> Scrollable Data Table selection contains of instances of private class, and therefore cannot be modified from outside of component.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list