JSF

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第6行: 第6行:
 
[[Rich Client Faces]] 是 JavaServerFaces library , 让开发者可以轻松开发下一代的Web 应用
 
[[Rich Client Faces]] 是 JavaServerFaces library , 让开发者可以轻松开发下一代的Web 应用
  
==UI component classes==
+
==UI component==
 
* UIColumn: Represents a single column of data in a UIData component.
 
* UIColumn: Represents a single column of data in a UIData component.
 
* UICommand: Represents a control that fires actions when activated.
 
* UICommand: Represents a control that fires actions when activated.

2007年1月10日 (三) 08:44的版本

JavaServer Faces (JSF) is a Java-based Web application framework that simplifies the development of user interfaces for Java EE applications.

Java Web Application Technologies

JavaServer Faces (JSF) 是一种用于构建 Web 应用程序的新标准 Java 框架。它提供了一种以组件为中心来开发 Java Web 用户界面的方法,从而简化了开发。它由 Java Community Process (JCP) 推动,是 Java Web 应用程序开发的标准框架。

Rich Client Faces 是 JavaServerFaces library , 让开发者可以轻松开发下一代的Web 应用

UI component

  • UIColumn: Represents a single column of data in a UIData component.
  • UICommand: Represents a control that fires actions when activated.
  • UIData: Represents a data binding to a collection of data represented by a DataModel instance.
  • UIForm: Encapsulates a group of controls that submit data to the application. This component is analogous to the form tag in HTML.
  • UIGraphic: Displays an image.
  • UIInput: Takes data input from a user. This class is a subclass of UIOutput.
  • UIMessage: Displays a localized message.
  • UIMessages: Displays a set of localized messages.
  • UIOutput: Displays data output on a page.
  • UIPanel: Manages the layout of its child components.
  • UIParameter: Represents substitution parameters.
  • UISelectBoolean: Allows a user to set a boolean value on a control by selecting or deselecting it. This class is a subclass of UIInput.
  • UISelectItem: Represents a single item in a set of items.
  • UISelectItems: Represents an entire set of items.
  • UISelectMany: Allows a user to select multiple items from a group of items. This class is a subclass of UIInput.
  • UISelectOne: Allows a user to select one item from a group of items. This class is a subclass of UIInput.
  • UIViewRoot

相关项目

相关联接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱