]> git.mxchange.org Git - jfinancials-war.git/blobdiff - web/WEB-INF/widgets.jsf.taglib.xml
Updated copyright year
[jfinancials-war.git] / web / WEB-INF / widgets.jsf.taglib.xml
index c8b9fb57ae7603a03dbee47b1328ea4f9f1394f3..3efb5f68060cd95cfeaabf70836418bf12879d5a 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2017 Roland Häder
+Copyright (C) 2017 - 2022 Free Software Foundation
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
@@ -15,10 +15,12 @@ GNU Affero General Public License for more details.
 You should have received a copy of the GNU Affero General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<facelet-taglib version="2.2"
-                               xmlns="http://xmlns.jcp.org/xml/ns/javaee"
-                               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-                               xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facelettaglibrary_2_2.xsd">
+<facelet-taglib
+       version="2.2"
+       xmlns="http://xmlns.jcp.org/xml/ns/javaee"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facelettaglibrary_2_2.xsd"
+>
        <namespace>http://mxchange.org/jsf/core/widgets</namespace>
        <tag>
                <tag-name>outputMessageBox</tag-name>
@@ -31,8 +33,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                        <type>java.lang.String</type>
                </attribute>
                <attribute>
-                       <name>id</name>
-                       <description>Id of the JSF component.</description>
+                       <name>panelGroupId</name>
+                       <description>Id of the panel group component.</description>
                        <required>true</required>
                        <type>java.lang.String</type>
                </attribute>
@@ -64,18 +66,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                <tag-name>outputPersonalTitleSelectionBox</tag-name>
                <description>This tag renders a selection box for user contact's personal title (Mr./Mrs.).</description>
                <source>resources/tags/input/selection_box/personal_title_selection_box.tpl</source>
-               <attribute>
-                       <name>allowEmptyRequiredData</name>
-                       <description>Whether allow the personal title to be left empty. This might be the case when you create a user and want to select a contact from a selection box. EL code resolving to a boolean may be allowed here.</description>
-                       <required>false</required>
-                       <type>java.lang.Boolean</type>
-               </attribute>
-               <attribute>
-                       <name>rendered</name>
-                       <description>Whether this tag is being rendered by JSF engine (default: true).</description>
-                       <required>false</required>
-                       <type>java.lang.Boolean</type>
-               </attribute>
                <attribute>
                        <name>targetController</name>
                        <description>A target backing bean (EL code resolving into it) extending at least BaseFacesBean where to set the data in.</description>
@@ -84,47 +74,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                        <type>org.mxchange.jcoreee.bean.faces.BaseFacesBean</type>
                </attribute>
        </tag>
-       <tag>
-               <tag-name>outputProfileModeTableRow</tag-name>
-               <description>This tag renders a selection box for user's profile mode.</description>
-               <source>resources/tags/table_rows/user_profile_mode_table_row.tpl</source>
-               <attribute>
-                       <name>labelMessage</name>
-                       <description>A localized message for the rendered label tag. You should use EL code here to add a label message from your bundle.</description>
-                       <required>true</required>
-                       <type>java.lang.String</type>
-               </attribute>
-               <attribute>
-                       <name>rendered</name>
-                       <description>Whether this tag is being rendered by JSF engine (default: true).</description>
-                       <required>false</required>
-                       <type>java.lang.Boolean</type>
-               </attribute>
-               <attribute>
-                       <name>targetController</name>
-                       <description>A target backing bean (EL code resolving into it) extending at least BaseFacesBean where to set the data in.</description>
-                       <required>true</required>
-                       <!-- @TODO Find an interface for BaseFacesBean and set it here instead -->
-                       <type>org.mxchange.jcoreee.bean.faces.BaseFacesBean</type>
-               </attribute>
-       </tag>
-       <tag>
-               <tag-name>outputAdminContactDataFormFields</tag-name>
-               <description>This tag renders a fieldset for administrative purposes of contact data.</description>
-               <source>resources/tags/admin/form_data/contact/admin_form_contact_data.tpl</source>
-               <attribute>
-                       <name>allowEmptyRequiredData</name>
-                       <description>Whether allow the personal title to be left empty. This might be the case when you create a user and want to select a contact from a selection box. EL code resolving to a boolean may be allowed here.</description>
-                       <required>false</required>
-                       <type>java.lang.Boolean</type>
-               </attribute>
-               <attribute>
-                       <name>rendered</name>
-                       <description>Whether this tag is being rendered by JSF engine (default: true).</description>
-                       <required>false</required>
-                       <type>java.lang.Boolean</type>
-               </attribute>
-       </tag>
        <tag>
                <tag-name>outputAdminFaxDataFormFields</tag-name>
                <description>This tag renders a fieldset for administrative purposes of fax data.</description>
@@ -162,7 +111,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
        <tag>
                <tag-name>outputAdminMobileDataFormFields</tag-name>
                <description>This tag renders a fieldset for administrative purposes of mobile data.</description>
-               <source>resources/tags/admin/form_data/mobile/admin_form_mobile_data.tpl</source>
+               <source>resources/tags/admin/form_data/mobile/admin_edit_form_mobile_data.tpl</source>
                <attribute>
                        <name>mobileNumber</name>
                        <description>The mobile instance that provides the data for this tag.</description>
@@ -191,12 +140,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                <tag-name>outputAdminFaxPanelGrid</tag-name>
                <description>This tag renders a full p:panelGrid for administrative purposes for fax data.</description>
                <source>resources/tags/admin/panel_grids/fax/admin_fax_data.tpl</source>
-               <attribute>
-                       <name>renderShowLink</name>
-                       <description>Whether this tag is used to show fax data (default true).</description>
-                       <required>false</required>
-                       <type>java.lang.Boolean</type>
-               </attribute>
                <attribute>
                        <name>faxNumber</name>
                        <description>The fax instance that provides the data for this tag.</description>
@@ -216,7 +159,13 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                        <type>java.lang.Boolean</type>
                </attribute>
                <attribute>
-                       <name>showAdminMiniLinks</name>
+                       <name>renderShowLink</name>
+                       <description>Whether this tag is used to show fax data (default true).</description>
+                       <required>false</required>
+                       <type>java.lang.Boolean</type>
+               </attribute>
+               <attribute>
+                       <name>showAdminDropdownMenu</name>
                        <description>Whether to show administrative links to other pages (default: true).</description>
                        <required>false</required>
                        <type>java.lang.Boolean</type>
@@ -251,7 +200,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                        <type>java.lang.Boolean</type>
                </attribute>
                <attribute>
-                       <name>showAdminMiniLinks</name>
+                       <name>showAdminDropdownMenu</name>
                        <description>Whether to show administrative links to other pages (default: true).</description>
                        <required>false</required>
                        <type>java.lang.Boolean</type>
@@ -286,7 +235,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                        <type>java.lang.Boolean</type>
                </attribute>
                <attribute>
-                       <name>showAdminMiniLinks</name>
+                       <name>showAdminDropdownMenu</name>
                        <description>Whether to show administrative links to other pages (default: true).</description>
                        <required>false</required>
                        <type>java.lang.Boolean</type>
@@ -404,6 +353,12 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                        <!-- @TODO Find an interface for BaseFacesBean and set it here instead -->
                        <type>org.mxchange.jcoreee.bean.faces.BaseFacesBean</type>
                </attribute>
+               <attribute>
+                       <name>required</name>
+                       <description>Whether the fax number is a required field (default: false).</description>
+                       <required>false</required>
+                       <type>java.lang.Boolean</type>
+               </attribute>
        </tag>
        <tag>
                <tag-name>inputLandLineNumberPanelGrid</tag-name>
@@ -411,7 +366,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                <source>resources/tags/input/panel_grid/landline_input_panel_grid.tpl</source>
                <attribute>
                        <name>rendered</name>
-                       <description>Whether this tag is being rendered by JSF engine (default: true).</description>
+                       <description>Whether this tag is being rendered by JSF engine (default: true)</description>
                        <required>false</required>
                        <type>java.lang.Boolean</type>
                </attribute>
@@ -422,6 +377,12 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                        <!-- @TODO Find an interface for BaseFacesBean and set it here instead -->
                        <type>org.mxchange.jcoreee.bean.faces.BaseFacesBean</type>
                </attribute>
+               <attribute>
+                       <name>required</name>
+                       <description>Whether the land-line number is a required field (default: false).</description>
+                       <required>false</required>
+                       <type>java.lang.Boolean</type>
+               </attribute>
        </tag>
        <tag>
                <tag-name>inputMobileNumberPanelGrid</tag-name>
@@ -440,5 +401,64 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                        <!-- @TODO Find an interface for BaseFacesBean and set it here instead -->
                        <type>org.mxchange.jcoreee.bean.faces.BaseFacesBean</type>
                </attribute>
+               <attribute>
+                       <name>required</name>
+                       <description>Whether the mobile number is a required field (default: false).</description>
+                       <required>false</required>
+                       <type>java.lang.Boolean</type>
+               </attribute>
+       </tag>
+       <tag>
+               <tag-name>outputOpeningTimesDataTable</tag-name>
+               <description>This tag renders a full p:dataTable for opening times.</description>
+               <source>resources/tags/opening_times/opening_times_data_table.tpl</source>
+               <attribute>
+                       <name>id</name>
+                       <description>An id string for this tag.</description>
+                       <required>true</required>
+                       <type>java.lang.String</type>
+               </attribute>
+               <attribute>
+                       <name>value</name>
+                       <description>A list of OpeningTime objects.</description>
+                       <required>true</required>
+                       <type>java.util.List</type>
+               </attribute>
+               <attribute>
+                       <name>widgetVar</name>
+                       <description>Identifier for this widget (e.g. JavaScript).</description>
+                       <required>true</required>
+                       <type>java.lang.String</type>
+               </attribute>
+               <attribute>
+                       <name>summary</name>
+                       <description>A string or EL code for table attribute of same name.</description>
+                       <required>true</required>
+                       <type>java.lang.String</type>
+               </attribute>
+               <attribute>
+                       <name>emptyMessage</name>
+                       <description>A string or EL code for a message shown when no row was found.</description>
+                       <required>true</required>
+                       <type>java.lang.String</type>
+               </attribute>
+               <attribute>
+                       <name>headerMessage</name>
+                       <description>A string or EL code for a message shown above table rows.</description>
+                       <required>true</required>
+                       <type>java.lang.String</type>
+               </attribute>
+               <attribute>
+                       <name>rows</name>
+                       <description>Rows to show each page.</description>
+                       <required>true</required>
+                       <type>java.lang.Long</type>
+               </attribute>
+               <attribute>
+                       <name>rendered</name>
+                       <description>Whether this tag is being rendered by JSF engine (default: true).</description>
+                       <required>false</required>
+                       <type>java.lang.Boolean</type>
+               </attribute>
        </tag>
 </facelet-taglib>