jsf组件对应表

 

组件 标签 说明
UIForm form 表示 HTML表单元素
UIInput InputText 单行文本输入控件
  inputTextarea 多行文本输入控件
  InputSecret 密码输入控件
  inputHidden 隐藏字段
UIOutput outputLabel 显示文本
  outputLink 链接到另一页面或某页面上的特定位置
  outputFormat 显示格式化的信息
  outputText 当行文本输入
UICommand commandButton 表示一个按钮
  commandLink 表示一个链接
UISelectOne SelectOneListbox 单选列表框
  selectOneMenu 单选菜单
  selectOneRadio 单选按钮集
UISelectBoolean selectBooleanCheckbox 单个复选框
UISelectMany selectManyListbox 复选框集
  selectManyCheckbox 多行选择列表框
  selectManyMenu 多选菜单
UIPanel panelGrid 表示一 个 HTML 表格
  panelGroup 组合一系列组件
UIMessage message 显示一个组件的最近使用的消息
  messages 显示所有消息

UIGraphic
graphicImage 显示一个图像
UIData dataTable 功能丰富的表格控件
UIColumn column 表示表格中的列
表单 h:form 产生 HTML form 元素
posted @ 2014-01-02 16:43  风从指尖飘过  阅读(419)  评论(0编辑  收藏  举报