Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 JSF 中实现了一个数据表,其中包含一个属性 selectionMode="multiple" 的列。到目前为止一切正常。
有没有办法操纵复选框的值?我想根据特定值将第一次加载时的复选框设置为选中或未选中。我已经实现的函数(在 java 中)返回 true 或 false,但我需要将 checkboxValue 设置为该值。我该怎么办?
value您可以像处理任何其他组件一样通过属性操作复选框值。请参阅具有多项选择的 DataTable 演示:
value
数据表 - RadioCheckbox