blob: d801b361bc3171b33502a394ef45115f49907f19 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<md:metadatamodel
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
xmlns:md="http://org.eclipse.jst.jsf.common.metadata/metadata.ecore"
xmlns:mdt="http://org.eclipse.jst.jsf.common.metadata/metadataTraitTypes.ecore"
xmlns:pi="http://org.eclipse.jsf.pagedesigner/paletteInfos.ecore"
id="http://java.sun.com/jsf/html"
type="tagFile">
<trait id="is-jsf-component-library">
<value>true</value>
</trait>
<trait id="paletteInfos" >
<value xsi:type="pi:PaletteInfos">
<item id="outputLabel"/>
<item id="inputText"/>
<item id="commandButton"/>
<item id="inputTextarea"/>
<item id="outputText"/>
<item id="form"/>
<item id="inputHidden"/>
<item id="inputSecret"/>
<item id="column"/>
<item id="commandLink"/>
<item id="message"/>
<item id="messages"/>
<item id="outputFormat"/>
<item id="panelGrid"/>
<item id="panelGroup"/>
<item id="selectBooleanCheckbox"/>
<item id="selectManyCheckbox"/>
<item id="selectManyListbox"/>
<item id="selectManyMenu"/>
<item id="selectOneListbox"/>
<item id="selectOneMenu"/>
<item id="selectOneRadio"/>
<item id="dataTable"/>
<item id="graphicImage"/>
</value>
</trait>
<trait id="images-base-path">
<value>/icons/palette/JSFHTML/</value>
</trait>
<trait id="display-label">
<value>JSF HTML</value>
</trait>
<entity id="commandButton" type="tag">
<trait id="display-label">
<value>Command Button</value>
</trait>
<trait id="small-icon">
<value>small/JSF_COMMANDBUTTON.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_COMMANDBUTTON.gif</value>
</trait>
<trait id="requires-html-form">
<value>true</value>
</trait>
</entity>
<entity id="commandLink" type="tag">
<trait id="display-label">
<value>Command Link</value>
</trait>
<trait id="small-icon">
<value>small/JSF_COMMANDLINK.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_COMMANDLINK.gif</value>
</trait>
<trait id="requires-html-form">
<value>true</value>
</trait>
<trait id="tag-create">
<value xsi:type="pi:TagCreationInfo">
<template><![CDATA[
<outputText value="CommandLink"
_uri_="http://java.sun.com/jsf/html" />
]]></template>
</value>
</trait>
</entity>
<entity id="dataTable" type="tag">
<trait id="display-label">
<value>Data Table</value>
</trait>
<trait id="small-icon">
<value>small/JSF_DATATABLE.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_DATATABLE.gif</value>
</trait>
<trait id="tag-create">
<value xsi:type="pi:TagCreationInfo">
<template><![CDATA[
<column id="column1"
_uri_="http://java.sun.com/jsf/html">
<facet name="header"
_uri_="http://java.sun.com/jsf/core">
<outputText value="column1"
_uri_="http://java.sun.com/jsf/html" />
</facet>
</column>
<column id="column2"
_uri_="http://java.sun.com/jsf/html">
<facet name="header"
_uri_="http://java.sun.com/jsf/core">
<outputText value="column2"
_uri_="http://java.sun.com/jsf/html" />
</facet>
</column>
]]></template>
<attribute id="border" value="1" />
</value>
</trait>
</entity>
<entity id="form" type="tag">
<trait id="display-label">
<value>Form</value>
</trait>
<trait id="small-icon">
<value>small/JSF_FORM.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_FORM.gif</value>
</trait>
</entity>
<entity id="graphicImage" type="tag">
<trait id="display-label">
<value>Graphic Image</value>
</trait>
<trait id="small-icon">
<value>small/JSF_GRAPHICIMAGE.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_GRAPHICIMAGE.gif</value>
</trait>
</entity>
<entity id="inputHidden" type="tag">
<trait id="display-label">
<value>Hidden Input</value>
</trait>
<trait id="small-icon">
<value>small/JSF_INPUTHIDDEN.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_INPUTHIDDEN.gif</value>
</trait>
<trait id="requires-html-form">
<value>true</value>
</trait>
</entity>
<entity id="inputSecret" type="tag">
<trait id="display-label">
<value>Secret Input</value>
</trait>
<trait id="small-icon">
<value>small/JSF_INPUTSECRET.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_INPUTSECRET.gif</value>
</trait>
<trait id="requires-html-form">
<value>true</value>
</trait>
</entity>
<entity id="inputText" type="tag">
<trait id="display-label">
<value>Text Input</value>
</trait>
<trait id="small-icon">
<value>small/JSF_INPUTTEXT.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_INPUTTEXT.gif</value>
</trait>
<trait id="requires-html-form">
<value>true</value>
</trait>
</entity>
<entity id="inputTextarea" type="tag">
<trait id="display-label">
<value>Textarea Input</value>
</trait>
<trait id="small-icon">
<value>small/JSF_INPUTTEXTAREA.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_INPUTTEXTAREA.gif</value>
</trait>
<trait id="requires-html-form">
<value>true</value>
</trait>
</entity>
<entity id="message" type="tag">
<trait id="display-label">
<value>Message</value>
</trait>
<trait id="small-icon">
<value>small/JSF_MESSAGE.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_MESSAGE.gif</value>
</trait>
<trait id="tag-create">
<value xsi:type="pi:TagCreationInfo">
<attribute id="for" />
</value>
</trait>
</entity>
<entity id="messages" type="tag">
<trait id="display-label">
<value>Messages</value>
</trait>
<trait id="small-icon">
<value>small/JSF_MESSAGES.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_MESSAGES.gif</value>
</trait>
</entity>
<entity id="outputFormat" type="tag">
<trait id="display-label">
<value>Output Format</value>
</trait>
<trait id="small-icon">
<value>small/JSF_OUTPUTFORMAT.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_OUTPUTFORMAT.gif</value>
</trait>
</entity>
<entity id="outputLabel" type="tag">
<trait id="display-label">
<value>Output Label</value>
</trait>
<trait id="small-icon">
<value>small/JSF_OUTPUTLABEL.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_OUTPUTLABEL.gif</value>
</trait>
<trait id="tag-create">
<value xsi:type="pi:TagCreationInfo">
<attribute id="for" />
</value>
</trait>
</entity>
<entity id="outputLink" type="tag">
<trait id="display-label">
<value>Output Link</value>
</trait>
<trait id="small-icon">
<value>small/JSF_OUTPUTLINK.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_OUTPUTLINK.gif</value>
</trait>
<trait id="tag-create">
<value xsi:type="pi:TagCreationInfo">
<template><![CDATA[
<outputText value="OutputLink"
_$uri$="http://java.sun.com/jsf/html" />
]]></template>
</value>
</trait>
</entity>
<entity id="outputText" type="tag">
<trait id="display-label">
<value>Output Text</value>
</trait>
<trait id="small-icon">
<value>small/JSF_OUTPUTTEXT.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_OUTPUTTEXT.gif</value>
</trait>
</entity>
<entity id="panelGrid" type="tag">
<trait id="display-label">
<value>Panel Grid</value>
</trait>
<trait id="small-icon">
<value>small/JSF_PANELGRID.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_PANELGRID.gif</value>
</trait>
<trait id="tag-create">
<value xsi:type="pi:TagCreationInfo">
<template><![CDATA[
<outputText value="item1"
_uri_="http://java.sun.com/jsf/html" />
<outputText value="item2"
_uri_="http://java.sun.com/jsf/html" />
<outputText value="item3"
_uri_="http://java.sun.com/jsf/html" />
<outputText value="item4"
_uri_="http://java.sun.com/jsf/html" />
]]></template>
<attribute id="border" value="1" />
<attribute id="columns" value="2" />
</value>
</trait>
</entity>
<entity id="panelGroup" type="tag">
<trait id="display-label">
<value>Panel Group</value>
</trait>
<trait id="small-icon">
<value>small/JSF_PANELGROUP.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_PANELGROUP.gif</value>
</trait>
</entity>
<entity id="selectBooleanCheckbox" type="tag">
<trait id="display-label">
<value>Select Boolean Checkbox</value>
</trait>
<trait id="small-icon">
<value>small/JSF_SELECTBOOLEANCHECKBOX.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_SELECTBOOLEANCHECKBOX.gif</value>
</trait>
<trait id="requires-html-form">
<value>true</value>
</trait>
</entity>
<entity id="selectManyCheckbox" type="tag">
<trait id="display-label">
<value>Select Many Checkbox</value>
</trait>
<trait id="small-icon">
<value>small/JSF_SELECTMANYCHECKBOX.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_SELECTMANYCHECKBOX.gif</value>
</trait>
<trait id="requires-html-form">
<value>true</value>
</trait>
</entity>
<entity id="selectManyListbox" type="tag">
<trait id="display-label">
<value>Select Many Listbox</value>
</trait>
<trait id="small-icon">
<value>small/JSF_SELECTMANYLISTBOX.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_SELECTMANYLISTBOX.gif</value>
</trait>
<trait id="requires-html-form">
<value>true</value>
</trait>
</entity>
<entity id="selectManyMenu" type="tag">
<trait id="display-label">
<value>Select Many Menu</value>
</trait>
<trait id="small-icon">
<value>small/JSF_SELECTMANYMENU.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_SELECTMANYMENU.gif</value>
</trait>
<trait id="requires-html-form">
<value>true</value>
</trait>
</entity>
<entity id="selectOneListbox" type="tag">
<trait id="display-label">
<value>Select One Listbox</value>
</trait>
<trait id="small-icon">
<value>small/JSF_SELECTONELISTBOX.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_SELECTONELISTBOX.gif</value>
</trait>
<trait id="requires-html-form">
<value>true</value>
</trait>
</entity>
<entity id="selectOneMenu" type="tag">
<trait id="display-label">
<value>Select One Menu</value>
</trait>
<trait id="small-icon">
<value>small/JSF_SELECTONEMENU.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_SELECTONEMENU.gif</value>
</trait>
<trait id="requires-html-form">
<value>true</value>
</trait>
</entity>
<entity id="selectOneRadio" type="tag">
<trait id="display-label">
<value>Select One Radio</value>
</trait>
<trait id="small-icon">
<value>small/JSF_SELECTONERADIO.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_SELECTONERADIO.gif</value>
</trait>
<trait id="requires-html-form">
<value>true</value>
</trait>
</entity>
<entity id="column" type="tag">
<trait id="display-label">
<value>Column</value>
</trait>
<trait id="small-icon">
<value>small/JSF_COLUMN.gif</value>
</trait>
<trait id="large-icon">
<value>large/JSF_COLUMN.gif</value>
</trait>
</entity>
</md:metadatamodel>