📄 extremecomponents.tld
字号:
<body-content>JSP</body-content> <display-name>TreeTag</display-name> <description><![CDATA[Defines everything related to tree.]]></description> <attribute> <name>parentAttribute</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The field of the bean holding the relationship to the parent.]]></description> </attribute> <attribute> <name>identifier</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The attribute of the bean used to identify this column.]]></description> </attribute> <attribute> <name>action</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The URI that will be called when the filter, sort and pagination is used.]]></description> </attribute> <attribute> <name>autoIncludeParameters</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[Specify whether or not to automatically include the parameters, as hidden inputs, passed into the JSP.]]></description> </attribute> <attribute> <name>border</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The table border attribute. The default is 0.]]></description> </attribute> <attribute> <name>bufferView</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[Whether of not to buffer the view. Boolean value with the default being false.]]></description> </attribute> <attribute> <name>cellpadding</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The table cellpadding attribute. The default is 0.]]></description> </attribute> <attribute> <name>cellspacing</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The table cellspacing attribute. The default is 0.]]></description> </attribute> <attribute> <name>filterable</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[Specify whether or not the table is filterable. Boolean value with the default being true.]]></description> </attribute> <attribute> <name>filterRowsCallback</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[A fully qualified class name to a custom FilterRowsCallback implementation. Could also be a named type in the preferences. Used to filter the Collection of Beans or Collection of Maps.]]></description> </attribute> <attribute> <name>form</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The reference to a surrounding form element.]]></description> </attribute> <attribute> <name>imagePath</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The path to find the images. For example imagePath=/extremesite/images/*.png is saying look in the image directory for the .png images.]]></description> </attribute> <attribute> <name>interceptor</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[A fully qualified class name to a custom InterceptTable implementation. Could also be a named type in the preferences. Used to add table attributes.]]></description> </attribute> <attribute> <name>items</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[Reference the collection that will be retrieved.]]></description> </attribute> <attribute> <name>locale</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The locale for this table. For example fr_FR is used for the French translation.]]></description> </attribute> <attribute> <name>method</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[Used to invoke the table action using a POST or GET.]]></description> </attribute> <attribute> <name>onInvokeAction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The javascript that will be invoked when a table action enabled.]]></description> </attribute> <attribute> <name>retrieveRowsCallback</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[A fully qualified class name to a custom RetrieveRowsCallback implementation. Could also be a named type in the preferences. Used to retrieve the Collection of Beans or Collection of Maps.]]></description> </attribute> <attribute> <name>rowsDisplayed</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The number of rows to display in the table.]]></description> </attribute> <attribute> <name>scope</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The scope (page, request, session, or application) to find the Collection of beans or Collection of Maps defined by the collection attribute.]]></description> </attribute> <attribute> <name>showPagination</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[Specify whether or not the table should use pagination. Boolean value with the default being true.]]></description> </attribute> <attribute> <name>showExports</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[Specify whether or not the table should use the exports. Boolean value with the default being true.]]></description> </attribute> <attribute> <name>showStatusBar</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[Specify whether or not the table should use the status bar. Boolean value with the default being true.]]></description> </attribute> <attribute> <name>showTitle</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[Specify whether or not to show the title. Boolean value with the default being true.]]></description> </attribute> <attribute> <name>showTooltips</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[Specify whether or not to show the tooltips. Boolean value with the default being true.]]></description> </attribute> <attribute> <name>sortRowsCallback</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[A fully qualified class name to a custom SortRowsCallback implementation. Could also be a named type in the preferences. Used to sort the Collection of Beans or Collection of Maps.]]></description> </attribute> <attribute> <name>sortable</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[Specify whether or not the table is sortable. Boolean value with the default being true.]]></description> </attribute> <attribute> <name>state</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The table state to use when returning to a table. Acceptable values are default, notifyToDefault, persist, notifyToPersist.]]></description> </attribute> <attribute> <name>stateAttr</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The table attribute used to invoke the state change of the table.]]></description> </attribute> <attribute> <name>style</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The css inline style sheet.]]></description> </attribute> <attribute> <name>styleClass</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The css class style sheet.]]></description> </attribute> <attribute> <name>tableId</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The unique identifier for the table.]]></description> </attribute> <attribute> <name>theme</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The theme to style the table. The default is eXtremeTable.]]></description> </attribute> <attribute> <name>title</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The title of the table. The title will display above the table.]]></description> </attribute> <attribute> <name>var</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The name of the variable to hold the current row bean.]]></description> </attribute> <attribute> <name>view</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[Generates the output. The default is the HtmlView to generate the HTML. Also used by the exports to generate XLS-FO, POI, and CSV.]]></description> </attribute> <attribute> <name>width</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[Width of the table.]]></description> </attribute> </tag> <tag> <name>columns</name> <tag-class>org.extremecomponents.table.tag.ColumnsTag</tag-class> <body-content>JSP</body-content> <display-name>ColumnsTag</display-name> <description><![CDATA[Auto generate the columns.]]></description> <attribute> <name>autoGenerateColumns</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[A fully qualified class name to a custom AutoGenerateColumns implementation. Could also be a named type in the preferences. Used to generate columns on the fly.]]></description> </attribute> </tag> <tag> <name>export</name> <tag-class>org.extremecomponents.table.tag.ExportTag</tag-class> <body-content>JSP</body-content> <display-name>ExportTag</display-name> <description><![CDATA[Export data to a given view. For example pdf or xls.]]></description> <attribute> <name>encoding</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The encoding that set is support UTF-8.]]></description> </attribute> <attribute> <name>fileName</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The name of the export file.]]></description> </attribute> <attribute> <name>imageName</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The image name.]]></description> </attribute> <attribute> <name>interceptor</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[A fully qualified class name to a custom InterceptExport implementation. Could also be a named type in the preferences. Used to add or modify export attributes.]]></description> </attribute> <attribute> <name>view</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[A fully qualified class name to a custom View implementation. Could also be a named type in the preferences. Default types are pdf, xls, or csv.]]></description> </attribute> <attribute> <name>viewResolver</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[A fully qualified class name to a custom ViewResolver implementation. Could also be a named type in the preferences. Default types are pdf, xls, or csv.]]></description> </attribute> <attribute> <name>text</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The text for the export view.]]></description> </attribute> <attribute> <name>tooltip</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The tooltip that shows up when you mouseover the export image.]]></description> </attribute> </tag> <tag> <name>parameter</name> <tag-class>org.extremecomponents.table.tag.ParameterTag</tag-class> <body-content>JSP</body-content> <display-name>ParameterTag</display-name> <description><![CDATA[Append any attributes to the Sorting, Filtering, Pagination, and Form Submission. On the URL's will resolve to &name=value. On the <form>attribute will be added as hidden fields <input type=hidden name= value=>]]></description> <attribute> <name>name</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The name of the parameter.]]></description> </attribute> <attribute> <name>value</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description><![CDATA[The value of the parameter.]]></description> </attribute> </tag></taglib>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -