• For example, you may want to modify the ICONS used by the check boxes and radio buttons to paint their status, or you may want to use other ICONS to paint the folders and nodes of a tree component.

    例如可能修改复选单选按钮使用图标以便它们的状态或者使用其他图标绘制文件夹组件节点

    youdao

  • A UCM component is simply a directory tree made up of files and directories that has one component root directory.

    UCM构件简单来说一个同一个构件目录文件目录组成的目录

    youdao

  • Tree security label component: a tree is a collection of elements representing a complex hierarchy having multiple nodes and branches.

    安全标签组件:树一个元素集合用于表示多个节点分支复杂层次关系

    youdao

  • This component is a page navigator that renders as a tree.

    组件页面导航器它显示一个

    youdao

  • If the number of tree nodes is large (more than 200) then the custom JSF component must not generate code for more than 200 nodes.

    如果树上节点很大(超过200),定义JSF组件应为多于200的节点产生代码

    youdao

  • In Part 2 of this series, you'll find more JSF techniques for working with the component tree and controlling the request processing life cycle.

    系列第2部分获得更多有关处理组件控制请求处理生命周期JSF技巧

    youdao

  • If model data referenced by a value binding expression is no longer available or has changed prior to the component tree being restored, it can result in portions of the tree being dropped.

    如果一个绑定表达式引用模型数据不再可用或者组件恢复之前发生了更改,那么组件树的一些部分将被撤销。

    youdao

  • Traversing the JSF component tree recursively.

    递归式遍历JSF组件

    youdao

  • Part 2 shows how to save the form data of the current view by traversing the JSF component tree and getting the values of the input components.

    第2部分展示了如何通过遍历jsf组件获取输入组件保存当前视图表单数据

    youdao

  • Once I understood what the code in question was attempting to do, I could then relate the error to the code generation model tree and isolate the model component where the generation was going awry.

    一旦理解了问题代码做什么可以错误与代码生成联系起来,分离出生成出错模型组件

    youdao

  • First, the framework needs to restore the component tree of the form page.

    首先框架需要恢复表单页面组件

    youdao

  • This means the application has no chance to update the component tree during the processing of the GET request before it is too late and the output has already been sent to the user's browser.

    意味着应用程序处理GET请求过程中没有机会处理组件而且输出已经发送用户浏览器。

    youdao

  • Before this last phase, the component tree does not exist, and after rendering the response, it is too late to update the component styles because the HTML output has already been generated.

    最后阶段之前,组件并不存在呈现响应之后更新组件样式太晚了,因为HTML输出已经生成

    youdao

  • You named the tree node as a component.

    节点称为组件

    youdao

  • Drag and drop the rest items from the type tree to the component panel in the following order: name, phone, street, city, state, zip.

    其余条目下列顺序类型放到组件面板姓名电话街道城市国家邮政编码

    youdao

  • A tree view displaying the component hierarchy.

    显示组件层次结构一个视图

    youdao

  • This article has taught you how to encode and submit form data with Ajax and how to implement a JSF listener that retrieves submitted data from the JSF component tree.

    本文展示如何Ajax编码提交表单数据以及如何实现一个JSF组件检索提交数据的JSF侦听程序。

    youdao

  • Using custom tag libraries to construct the component tree in the view root.

    使用自定义标签视图构造组件

    youdao

  • The MyFaces tag allows you to store data (including entire backing beans) as part of the component tree rather than just the value bindings.

    MyFaces标记允许数据(包括整个backingbean)存储组件一部分仅仅绑定。

    youdao

  • JSPs are compiled to create a servlet and are used to render dynamic content, but this content is not always in sync with the component tree JSF produces.

    JSP进行编译创建servlet使用jsp呈现动态内容内容不是始终与JSF所产生组件树保持同步。

    youdao

  • Examining the words used in the specification reveals that while the component tree is restored on a postback, the backing bean data used by those components is not restored.

    仔细研究规范中的用词可以发现虽然postback恢复组件,但是那些组件使用backingbean数据没有被恢复。

    youdao

  • Therefore, the Ajax-enabled components can execute action handlers on the server, update the JSF component tree, and re-render portions of the page, all without triggering a browser-navigation event.

    因而,支持Ajax组件可以在不触发浏览器导航事件前提下执行动作处理程序升级JSF组件以及重新呈现该页的某些部分

    youdao

  • Facelets works and integrates with the JSF component tree so there are no surprises in the output rendered — which can occur when using JSP to render in JSF.

    FaceletsJSF组件结合而运行,因此呈现输出不必感到奇怪——JSF中使用JSP进行呈现时会出现这种情况。

    youdao

  • The most noticeable downside of not storing value binding data in the component tree is the ghost event effect (see Resources), which is caused by transient parent components in the UIData family.

    绑定数据存储组件中的一个值得注意不利方面虚幻事件效果(参考资料),UIData家族中的临时组件导致的。

    youdao

  • Facelets supports all of the JSF UI components and builds its own component tree, reflecting the view for a JSF application.

    Facelets支持所有JSFUI组件并且构建了自己的组件以反映JSF应用程序视图

    youdao

  • In this case, the component tree should have been constructed and saved during the processing of a previous Faces request (see the sidebar on state-saving methods).

    这种情况下组件应该处理之前Faces请求期间构造保存(参见状态保存方法)。

    youdao

  • After some context initialization, the page is executed and the JSF framework creates a component tree that mirrors the JSF tags used in the Web page.

    进行了某些上下文初始化后,会执行此页面而且JSF框架还会创建组件镜像Web页面所用JSF标记

    youdao

  • Pages that represent MVC-style views; pages reference view roots via the JSF component tree.

    呈现mvc样式视图页面;页面通过JSF组件引用视图根(view root)。

    youdao

  • The sample application's custom JSF component created only 100 tree nodes (at the root level) and showed the option 'show more...' in the end.

    本文例子应用自定义JSF组件创建100个节点(一级上)最后显示Showmore…’选项

    youdao

  • The tree representation constructed by the builder component is proprietary to Saxon.

    构建器组件构造表示法Saxon 的专利。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定