This is often a custom component.
这常常是一个自定义组件。
创建自定义组件。
Using the custom component in a JSF page.
在JS f页使用定制组件。
Creating and configuring a custom component.
创建和配置一个定制组件。
Creating an instance of a custom component.
创建自定义组件的实例。
Using the custom component in a Web application.
在Web应用软件中使用这个自定义组件。
Unloading and reloading a custom component.
卸载和重新加载自定义组件。
This sample details how to build a custom component for use in Lotus Quickr places.
这个样例详细解释了如何构建定制组件并应用于LotusQuickr位置。
After completing these steps, you can see your custom component available on the shelf.
在完成这些步骤之后,您可以看到定制架上会出现您定制的组件。
A custom component must override this method to commit properties before validation happens.
定制组件必须在验证发生之前覆盖这个方法以提交属性。
After it is added, your custom component is available to every place manager in Lotus Quickr.
在添加之后,您的定制组件就可以被Lotus Quickr的所有位置管理员使用。
Next, Doug shared common mistakes he sees in how others approach custom component development
之后Doug谈到了客户化组件开发中的一些常见错误
Listing 18 shows the HelpOnFocusTag class, which implements the tag handler for the custom component.
清单18展示了helponfocustag类,它实现自定义组件的标记处理程序。
Shows how to diagnose and fix common issues that can occur when you author a custom component or control.
演示如何诊断和解决在创作自定义组件或控件时可能出现的常见问题。
Part 1 of this series showed you how to build a custom component for setting the default styles of JSF components.
本系列的第1部分展示如何构建自定义组件来设置JSF组件的默认样式。
By now it should be clear that creating a custom component is a good thing, but what is the best way to create one?
到目前为止可以很清楚地看到,创建一个自定义组件是一件有益的事情,但是最佳创建方法是什么呢?
Again, these are callbacks to the View class, so your only chance to define them is when you build a custom component.
再说一次,这些是View类相关的回调方法,所以你只能在你构建自定义组件时定义它们。
However, if you find that you use custom HTML on many pages, you may want to consider writing your own custom component.
然而,如果您发现自己在很多页面上都使用了定制的HTML,那么就可能会考虑编写自己的定制组件。
The final step is to put the rendering features covered so far to use in a custom component that you build from scratch.
最后一个步骤是将之前讨论的所有呈现特性包含到您从头构建的定制组件中。
To be fair, I don't have a lot of experience with custom component development with other languages apart from ActionScript.
坦白地说,除了ActionScript以外,我没有太多的经验使用其他语言进行客户化的组件开发。
If you want to use the custom component in a JSF 1.1-based application, the superclass of the tag handler must be UIComponentTag.
如果希望在基于JSF 1.1的应用程序中使用此自定义组件,则标记处理程序的超类必须是UIComponentTag。
In fact, a Faces Componet Library project is just a flavor of a Web project, and a custom component is developed as a regular JSP.
事实上,一个FacesComponet Library项目仅仅是Web项目的一个调味剂,创建一个自定义组件就像开发一个常规的JSP。
When using custom component-scoped thread pools (Figure 3), each worker thread in the pool is initialized with a daemon thread created by the WorkManager.
在使用自定义组件范围的线程池(图3)时,将使用WorkManager创建的守护程序线程初始化池中的每个工作线程。
In this case, the custom component has already added the onfocus and onblur attributes to the nested components during the processing of a previous request.
在这种情况下,自定义组件已经在处理前一个请求期间将onfocus和onblur属性添加到嵌套组件。
First, take a look at Wicket's own component hierarchy that you can use with little effort to build a new custom component, or extend it to add new features.
首先,我们来看看Wicket自身的组件层次结构,该结构很容易用来构建一个新的定制组件,也可以对它进行扩展以便添加新特性。
Next, you'll see how to create a custom component that sets the styleClass attribute for all its nested components, traversing the JSF component tree recursively.
接下来,您会看到如何创建一个定制组件来为它的所有嵌套组件设置styleclass属性,递归遍历jsf组件树。
Notice that the attributes of the custom component that you configured in the Properties view are also listed in the PageData view under the Faces component category.
注意您在Properties视图中配置的自定义组件属性也列在Faces 组件类别下的PageData 视图中。
Because this is the first time that you are using the new library in this Web project, the JAR file containing your custom component needs to be copied into the project.
因为这是您第一次在Web项目上使用这个新存储库,JAR文件包括您的自定义组件,并且这些组件要拷贝到这个项目中。
The example shown in Listing 4 demonstrates how you might use an FXG skin as a custom component: This is the preferred method of implementation because the Flex compiler optimizes the FXG code.
清单4中的代码演示了如何将FXG皮肤用作自定义组件。这种方法是首选的实现方法,因为Flex编译器能够优化 FXG代码。
The example shown in Listing 4 demonstrates how you might use an FXG skin as a custom component: This is the preferred method of implementation because the Flex compiler optimizes the FXG code.
清单4中的代码演示了如何将FXG皮肤用作自定义组件。这种方法是首选的实现方法,因为Flex编译器能够优化 FXG代码。
应用推荐