📄 extremecomponents.tld
字号:
<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>table</name>
<tag-class>org.extremecomponents.table.tag.TableTag</tag-class>
<body-content>JSP</body-content>
<display-name>TableTag</display-name>
<description><![CDATA[The container which holds all the main table information. Will also hold global information if needed. The table tag is copied into the Table and encapsulated in the Model.]]></description>
<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>exportPdf</name>
<tag-class>org.extremecomponents.table.tag.ExportPdfTag</tag-class>
<body-content>JSP</body-content>
<display-name>ExportPdfTag</display-name>
<description><![CDATA[Export data for a pdf view.]]></description>
<attribute>
<name>headerBackgroundColor</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description><![CDATA[The background color on the header column.]]></description>
</attribute>
<attribute>
<name>headerColor</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description><![CDATA[The font color for the header column.]]></description>
</attribute>
<attribute>
<name>headerTitle</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description><![CDATA[The title displayed at the top of the page.]]></description>
</attribute>
<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>tree</name>
<tag-class>org.extremecomponents.tree.TreeTag</tag-class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -