X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2FWEB-INF%2Fwidgets.jsf.taglib.xml;h=b2e5cbfed6c61d5d331bcafaec9f77e4fc13f03b;hb=a2217130c8fe900f370747a522d2b009b4a999e1;hp=11287cce25ee2730cc225c3bb2f474c9365c83ba;hpb=94e98955596609da356846a1c95f4ab3c9b24183;p=jjobs-war.git diff --git a/web/WEB-INF/widgets.jsf.taglib.xml b/web/WEB-INF/widgets.jsf.taglib.xml index 11287cce..b2e5cbfe 100644 --- a/web/WEB-INF/widgets.jsf.taglib.xml +++ b/web/WEB-INF/widgets.jsf.taglib.xml @@ -1,6 +1,6 @@ - + http://mxchange.org/jsf/core/widgets outputMessageBox @@ -30,9 +32,15 @@ along with this program. If not, see . true java.lang.String + + panelGroupId + Id of the panel group component. + true + java.lang.String + rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean @@ -55,9 +63,9 @@ along with this program. If not, see . resources/tags/admin/columns/admin_contact_data_columns.tpl - outputPersonalTitleTableRow + outputPersonalTitleSelectionBox This tag renders a selection box for user contact's personal title (Mr./Mrs.). - resources/tags/table_rows/user_personal_title_table_row.tpl + resources/tags/input/selection_box/personal_title_selection_box.tpl allowEmptyRequiredData 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. @@ -66,56 +74,7 @@ along with this program. If not, see . rendered - Whether this tag is being rendered by JSF engine. - false - java.lang.Boolean - - - targetController - A target backing bean (EL code resolving into it) extending at least BaseFacesBean where to set the data in. - true - - org.mxchange.jcoreee.bean.faces.BaseFacesBean - - - - outputMobileNumberTableRow - This tag renders a selection box for contact's personal title (Mr./Mrs.). - resources/tags/table_rows/mobile_selection_table_row.tpl - - labelMessage - A localized message for the rendered label tag. You should use EL code here to add a label message from your bundle. - true - - org.mxchange.jcoreee.bean.faces.BaseFacesBean - - - rendered - Whether this tag is being rendered by JSF engine. - false - java.lang.Boolean - - - targetController - A target backing bean (EL code resolving into it) extending at least BaseFacesBean where to set the data in. - true - - org.mxchange.jcoreee.bean.faces.BaseFacesBean - - - - outputProfileModeTableRow - This tag renders a selection box for user's profile mode. - resources/tags/table_rows/user_profile_mode_table_row.tpl - - labelMessage - A localized message for the rendered label tag. You should use EL code here to add a label message from your bundle. - true - java.lang.String - - - rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean @@ -137,6 +96,12 @@ along with this program. If not, see . false java.lang.Boolean + + rendered + Whether this tag is being rendered by JSF engine (default: true). + false + java.lang.Boolean + outputAdminFaxDataFormFields @@ -146,11 +111,11 @@ along with this program. If not, see . faxNumber The fax instance that provides the data for this tag. true - org.mxchange.jphone.phonenumbers.fax.DialableFaxNumber + org.mxchange.jphone.model.phonenumbers.fax.DialableFaxNumber rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean @@ -163,11 +128,11 @@ along with this program. If not, see . landLineNumber The fax instance that provides the data for this tag. true - org.mxchange.jphone.phonenumbers.landline.DialableLandLineNumber + org.mxchange.jphone.model.phonenumbers.landline.DialableLandLineNumber rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean @@ -180,11 +145,11 @@ along with this program. If not, see . mobileNumber The mobile instance that provides the data for this tag. true - org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber + org.mxchange.jphone.model.phonenumbers.mobile.DialableMobileNumber rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean @@ -200,41 +165,36 @@ along with this program. If not, see . java.lang.String - - outputUserProfileLink - This tag renders a h:link JSF tag for a user profile. - resources/tags/profile/user/user_profile_link.tpl - - user - An instance of a User class. - true - org.mxchange.jusercore.model.user.User - - outputAdminFaxPanelGrid - This tag renders a full h:panelGrid for administrative purposes for fax data. + This tag renders a full p:panelGrid for administrative purposes for fax data. resources/tags/admin/panel_grids/fax/admin_fax_data.tpl - - isShowPage - Whether this tag is used to show mobile data (default true). - false - java.lang.Boolean - faxNumber The fax instance that provides the data for this tag. true - org.mxchange.jphone.phonenumbers.fax.DialableFaxNumber + org.mxchange.jphone.model.phonenumbers.fax.DialableFaxNumber + + + contact + The contact instance that provides contact data for additional JSF links. + false + org.mxchange.jcontacts.model.contact.Contact rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). + false + java.lang.Boolean + + + renderShowLink + Whether this tag is used to show fax data (default true). false java.lang.Boolean - showAdminLinks + showAdminDropdownMenu Whether to show administrative links to other pages (default: true). false java.lang.Boolean @@ -242,11 +202,11 @@ along with this program. If not, see . outputAdminLandLinePanelGrid - This tag renders a full h:panelGrid for administrative purposes for land-line data. + This tag renders a full p:panelGrid for administrative purposes for land-line data. resources/tags/admin/panel_grids/landline/admin_landline_data.tpl - isShowPage - Whether this tag is used to show mobile data (default true). + renderShowLink + Whether this tag is used to show land-line data (default true). false java.lang.Boolean @@ -254,16 +214,22 @@ along with this program. If not, see . landLineNumber The fax instance that provides the data for this tag. true - org.mxchange.jphone.phonenumbers.landline.DialableLandLineNumber + org.mxchange.jphone.model.phonenumbers.landline.DialableLandLineNumber + + + contact + The contact instance that provides contact data for additional JSF links. + false + org.mxchange.jcontacts.model.contact.Contact rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean - showAdminLinks + showAdminDropdownMenu Whether to show administrative links to other pages (default: true). false java.lang.Boolean @@ -271,10 +237,10 @@ along with this program. If not, see . outputAdminMobilePanelGrid - This tag renders a full h:panelGrid for administrative purposes for mobile data. + This tag renders a full p:panelGrid for administrative purposes for mobile data. resources/tags/admin/panel_grids/mobile/admin_mobile_data.tpl - isShowPage + renderShowLink Whether this tag is used to show mobile data (default true). false java.lang.Boolean @@ -283,16 +249,22 @@ along with this program. If not, see . mobileNumber The mobile instance that provides the data for this tag. true - org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber + org.mxchange.jphone.model.phonenumbers.mobile.DialableMobileNumber + + + contact + The contact instance that provides contact data for additional JSF links. + false + org.mxchange.jcontacts.model.contact.Contact rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean - showAdminLinks + showAdminDropdownMenu Whether to show administrative links to other pages (default: true). false java.lang.Boolean @@ -317,7 +289,7 @@ along with this program. If not, see . rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean @@ -341,76 +313,161 @@ along with this program. If not, see . rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean - outputAdminFaxLinks - This tag renders a full h:panelGroup for administrative links for fax data. - resources/tags/admin/links/fax/admin_fax_data.tpl + outputCountrySelector + This tag renders a selection box for all available countries. + resources/tags/country/form_data/form_country_selector.tpl - isShowPage - Whether this tag is used to show mobile data (default true). + rendered + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean - faxNumber - The fax instance that provides the data for this tag. - true - org.mxchange.jphone.phonenumbers.fax.DialableFaxNumber + allowNone + Whether this tag allows NONE/null to be selected (default: true). + false + java.lang.Boolean - rendered - Whether this tag is being rendered by JSF engine. + required + Whether this tag is required (default: false) false java.lang.Boolean + + requiredMessage + Localizable message to be displayed when this field is required but not selected. + false + java.lang.String + + + id + Id of the JSF component. + true + java.lang.String + + + styleClass + CSS style class for this component, default: select. + false + java.lang.String + + + value + A target property to set the selected country in. + true + org.mxchange.jcountry.model.data.Country + - outputAdminLandLineLinks - This tag renders a full h:panelGroup for administrative links for land-line data. - resources/tags/admin/panel_grids/landline/admin_landline_data.tpl + inputFaxNumberPanelGrid + This tag renders input fields for creating a fax number. + resources/tags/input/panel_grid/fax_input_panel_grid.tpl - isShowPage - Whether this tag is used to show mobile data (default true). + rendered + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean - landLineNumber - The fax instance that provides the data for this tag. + targetController + A target backing bean (EL code resolving into it) extending at least BaseFacesBean where to set the data in. true - org.mxchange.jphone.phonenumbers.landline.DialableLandLineNumber + + org.mxchange.jcoreee.bean.faces.BaseFacesBean + + + inputLandLineNumberPanelGrid + This tag renders input fields for creating a land-line number. + resources/tags/input/panel_grid/landline_input_panel_grid.tpl rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean + + targetController + A target backing bean (EL code resolving into it) extending at least BaseFacesBean where to set the data in. + true + + org.mxchange.jcoreee.bean.faces.BaseFacesBean + - outputAdminMobileLinks - This tag renders a full h:panelGroup for administrative links for mobile data. - resources/tags/admin/panel_grids/mobile/admin_mobile_data.tpl + inputMobileNumberPanelGrid + This tag renders input fields for creating a mobile number. + resources/tags/input/panel_grid/mobile_input_panel_grid.tpl - isShowPage - Whether this tag is used to show mobile data (default true). + rendered + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean - mobileNumber - The mobile instance that provides the data for this tag. + targetController + A target backing bean (EL code resolving into it) extending at least BaseFacesBean where to set the data in. + true + + org.mxchange.jcoreee.bean.faces.BaseFacesBean + + + + outputOpeningTimesDataTable + This tag renders a full p:dataTable for opening times. + resources/tags/opening_times/opening_times_data_table.tpl + + id + An id string for this tag. + true + java.lang.String + + + value + A list of OpeningTime objects. + true + java.util.List + + + widgetVar + Identifier for this widget (e.g. JavaScript). + true + java.lang.String + + + summary + A string or EL code for table attribute of same name. + true + java.lang.String + + + emptyMessage + A string or EL code for a message shown when no row was found. + true + java.lang.String + + + headerMessage + A string or EL code for a message shown above table rows. + true + java.lang.String + + + rows + Rows to show each page. true - org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber + java.lang.Long rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean