我需要禁用listshuttle控制组件。
也就是说,我需要显示以下组件。。copy,copy all remove and remove all,and First,up-down and last。
但是禁用以上所有组件。
<rich:listShuttle sourceValue="#{Shuttle1.sourceStrList}"
targetValue="#{Shuttle1.destStrList}"
var="items"
listsHeight="150"
sourceListWidth="130"
targetListWidth="130"
sourceCaptionLabel="Available Items"
targetCaptionLabel="Currently Active Items">
<rich:column>
<h:outputText value="#{items}" />
</rich:column>
</rich:listShuttle>
帮帮我。提前谢谢。
您可以在facets中重新定义按钮,然后在新按钮上设置禁用属性。