gpt4 book ai didi

jsf - 什么是 JSF、RichFaces 中的 LimitToList?它在 RichFaces 4.x 中被删除了吗?

转载 作者:行者123 更新时间:2023-12-04 04:59:22 26 4
gpt4 key购买 nike

什么是limitToList在 JSF 中,RichFaces?它在 RichFaces 4.x 中被删除了吗?是 limitToListlimitRender一样吗?

最佳答案

limitRender在 RichFaces 4.x 中是什么 limitToList适用于 RichFaces 3.x。

除了 limitReder是通过 render 实现的属性和 limitToList是通过 reRender 实现的属性

以下是来自 limitToList 的 RichFaces 引用指南 3.x 的解释.

"limitToList" attribute allows to dismiss the behavior of the "ajaxRendered" attribute. limitToList = "true" means to update only the area(s) that mentioned in the "reRender" attribute explicitly. All output panels with ajaxRendered="true" is ignored. An example is placed below:


...
<h:form>
<h:inputText value="#{person.name}">
<a4j:support event="onkeyup" reRender="test" limitToList="true"/>
</h:inputText>
<h:outputText value="#{person.name}" id="test"/>
</form>
...

以下是对 limitRender的解释来自 RichFaces 开发指南。

RichFaces Ajax-enabled components and Ajax behaviors with limitRender="true" specified will not cause components with ajaxRendered="true" to re-render, and only those components listed in the render attribute will be updated. This essentially overrides the ajaxRendered attribute in other components.



RichFaces 3.x 和 4.x 的引用可以在下面找到。
  • RichFaces 4.x development guide
  • RichFaces 3.x reference guide
  • RichFaces Migration Guide. 3.3.x - 4.x Migration - Common components changes
  • 关于jsf - 什么是 JSF、RichFaces 中的 LimitToList?它在 RichFaces 4.x 中被删除了吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16332492/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com