diff --git a/.gitignore b/.gitignore index 69fb133b..3c17794e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,8 @@ liferay-plugins-sdk-6.2/shared/portos-mail-manager-shared/.gradle/ liferay-plugins-sdk-6.2/.scannerwork/.sonar_lock liferay-plugins-sdk-6.2/sonar-scanner-4.8.0.2856-windows .settings +liferay-plugins-sdk-6.2/build.malde.properties +liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.classpath +liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.project +liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.tern-project +*.MD5 diff --git a/liferay-plugins-sdk-6.2/dist/portos-audit-shared-6.2.0.1.jar b/liferay-plugins-sdk-6.2/dist/portos-audit-shared-6.2.0.1.jar index 3ac64b43..d1c4871f 100644 Binary files a/liferay-plugins-sdk-6.2/dist/portos-audit-shared-6.2.0.1.jar and b/liferay-plugins-sdk-6.2/dist/portos-audit-shared-6.2.0.1.jar differ diff --git a/liferay-plugins-sdk-6.2/dist/portos-bo-shared-6.2.0.1.jar b/liferay-plugins-sdk-6.2/dist/portos-bo-shared-6.2.0.1.jar index 69e60114..88c1eae5 100644 Binary files a/liferay-plugins-sdk-6.2/dist/portos-bo-shared-6.2.0.1.jar and b/liferay-plugins-sdk-6.2/dist/portos-bo-shared-6.2.0.1.jar differ diff --git a/liferay-plugins-sdk-6.2/dist/portos-kaleo-shared-6.2.0.1.jar b/liferay-plugins-sdk-6.2/dist/portos-kaleo-shared-6.2.0.1.jar index 273707c5..9681a05c 100644 Binary files a/liferay-plugins-sdk-6.2/dist/portos-kaleo-shared-6.2.0.1.jar and b/liferay-plugins-sdk-6.2/dist/portos-kaleo-shared-6.2.0.1.jar differ diff --git a/liferay-plugins-sdk-6.2/dist/portos-mail-manager-shared-6.2.0.1.jar b/liferay-plugins-sdk-6.2/dist/portos-mail-manager-shared-6.2.0.1.jar index 13cc320f..e1587c22 100644 Binary files a/liferay-plugins-sdk-6.2/dist/portos-mail-manager-shared-6.2.0.1.jar and b/liferay-plugins-sdk-6.2/dist/portos-mail-manager-shared-6.2.0.1.jar differ diff --git a/liferay-plugins-sdk-6.2/dist/portos-report-shared-6.2.0.1.jar b/liferay-plugins-sdk-6.2/dist/portos-report-shared-6.2.0.1.jar index 12e6b2c0..3e51861b 100644 Binary files a/liferay-plugins-sdk-6.2/dist/portos-report-shared-6.2.0.1.jar and b/liferay-plugins-sdk-6.2/dist/portos-report-shared-6.2.0.1.jar differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/build.xml b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/build.xml new file mode 100644 index 00000000..56358cc2 --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/build.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/META-INF/MANIFEST.MF b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/META-INF/MANIFEST.MF new file mode 100644 index 00000000..254272e1 --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Class-Path: + diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/.gitignore b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/.gitignore new file mode 100644 index 00000000..840e7d31 --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/.gitignore @@ -0,0 +1 @@ +/classes/ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar new file mode 100644 index 00000000..bf17ad8a Binary files /dev/null and b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/liferay-display.xml b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/liferay-display.xml new file mode 100644 index 00000000..0303f995 --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/liferay-display.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/liferay-plugin-package.properties b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/liferay-plugin-package.properties new file mode 100644 index 00000000..66a3ebaf --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/liferay-plugin-package.properties @@ -0,0 +1,18 @@ +name=Portos Advanced Operation +module-group-id=liferay +module-incremental-version=1 +tags= +short-description= +long-description= +change-log= +page-url=http://www.liferay.com +author=Liferay, Inc. +licenses=LGPL +liferay-versions=6.2.0+ +portal-dependency-jars=\ + jstl-api.jar,\ + jstl-impl.jar +portal-dependency-tlds=\ + c.tld +required-deployment-contexts=\ + portos-bo-portlet diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/liferay-portlet.xml b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/liferay-portlet.xml new file mode 100644 index 00000000..542caed0 --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/liferay-portlet.xml @@ -0,0 +1,32 @@ + + + + + + 1 + /icon.png + + configuration + + 1.6 + /css/main.css + /js/main.js + portos-advanced-operation-portlet + + + administrator + Administrator + + + guest + Guest + + + power-user + Power User + + + user + User + + \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/portlet.xml b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/portlet.xml new file mode 100644 index 00000000..66691377 --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/portlet.xml @@ -0,0 +1,35 @@ + + + + + 1 + Portos Advanced Operation + it.nextmind.liferay.portos.advanced.operation.portlet.AdvancedOperationPortlet + + view-template + /html/view.jsp + + 0 + + text/html + view + + + Portos Advanced Operation + Portos Advanced Operation + + + + administrator + + + guest + + + power-user + + + user + + + \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/portlet/AdvancedOperationPortlet.java b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/portlet/AdvancedOperationPortlet.java new file mode 100644 index 00000000..97913f9c --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/portlet/AdvancedOperationPortlet.java @@ -0,0 +1,176 @@ +package it.nextmind.liferay.portos.advanced.operation.portlet; + +import com.liferay.portal.kernel.exception.PortalException; +import com.liferay.portal.kernel.exception.SystemException; +import com.liferay.portal.kernel.log.Log; +import com.liferay.portal.kernel.log.LogFactoryUtil; +import com.liferay.portal.kernel.servlet.SessionErrors; +import com.liferay.portal.kernel.util.ParamUtil; +import com.liferay.portal.kernel.util.Validator; +import com.liferay.portal.kernel.util.WebKeys; +import com.liferay.portal.kernel.workflow.WorkflowConstants; +import com.liferay.portal.service.UserLocalServiceUtil; +import com.liferay.portal.theme.ThemeDisplay; +import com.liferay.portal.util.PortalUtil; +import com.liferay.util.bridges.mvc.MVCPortlet; + +import java.util.Date; +import java.util.List; + +import it.nextmind.liferay.portos.advanced.operation.util.AdvancedOperationUtil; +import it.tref.liferay.portos.bo.model.DettPratica; +import it.tref.liferay.portos.bo.model.DocPratica; +import it.tref.liferay.portos.bo.model.IntPratica; +import it.tref.liferay.portos.bo.service.DettPraticaLocalServiceUtil; +import it.tref.liferay.portos.bo.service.DocPraticaLocalServiceUtil; +import it.tref.liferay.portos.bo.service.IntPraticaLocalServiceUtil; + +import javax.portlet.ActionRequest; +import javax.portlet.ActionResponse; + +public class AdvancedOperationPortlet extends MVCPortlet { + + private static final Log _log = LogFactoryUtil.getLog(AdvancedOperationPortlet.class); + + public void cambiaDataInizioLavori(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{ + + _checkIfUserIsCompanyAdmin(actionRequest); + + long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", -1L); + Date dataInizioLavoriOpera = ParamUtil.getDate(actionRequest, "dataInizioLavoriOperaInput", null); + IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId); + + List dettPraticaListWithInizioLavori = AdvancedOperationUtil.fetchDettPraticaListWithInizioLavori(intPratica); + for(DettPratica dettPratica : dettPraticaListWithInizioLavori){ + dettPratica.setDataInizioLavoriOpera(dataInizioLavoriOpera); + dettPratica.setModifiedDate(new Date()); + DettPraticaLocalServiceUtil.updateDettPratica(dettPratica); + } + } + + public void fixNormLavoriInProprio(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{ + + _checkIfUserIsCompanyAdmin(actionRequest); + + long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", -1L); + boolean normLavoriInProprioFlag = ParamUtil.getBoolean(actionRequest, "normLavoriInProprioFlag"); + + List dettPraticaList = DettPraticaLocalServiceUtil.findByIntPraticaId(intPraticaId); + for(DettPratica dettPratica : dettPraticaList){ + if(dettPratica.getNormLavoriInProprio() == normLavoriInProprioFlag){ + dettPratica.setNormLavoriInProprio(!normLavoriInProprioFlag); + dettPratica.setModifiedDate(new Date()); + DettPraticaLocalServiceUtil.updateDettPratica(dettPratica); + } + } + } + + public void fixCollaudoStatico(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{ + + _checkIfUserIsCompanyAdmin(actionRequest); + + long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", -1L); + boolean collaudoStaticoFlag = ParamUtil.getBoolean(actionRequest, "collaudoStaticoFlag"); + + List dettPraticaList = DettPraticaLocalServiceUtil.findByIntPraticaId(intPraticaId); + for(DettPratica dettPratica : dettPraticaList){ + if(dettPratica.getCollaudoStatico() == collaudoStaticoFlag){ + dettPratica.setCollaudoStatico(!collaudoStaticoFlag); + dettPratica.setModifiedDate(new Date()); + DettPraticaLocalServiceUtil.updateDettPratica(dettPratica); + } + } + } + + public void fixStatusPratica(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{ + + _checkIfUserIsCompanyAdmin(actionRequest); + + long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", -1L); + IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId); + + if(WorkflowConstants.STATUS_DRAFT == intPratica.getStatus()){ + IntPraticaLocalServiceUtil.updateStatus(intPraticaId, WorkflowConstants.STATUS_PENDING); + } else { + SessionErrors.add(actionRequest, "operazione-impossibile"); + } + } + + public void ripristinaPraticaVidimata(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{ + + _checkIfUserIsCompanyAdmin(actionRequest); + + long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", -1L); + IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId); + + if(WorkflowConstants.STATUS_INCOMPLETE == intPratica.getStatus()){ + _ripristinaPratica(intPratica, WorkflowConstants.STATUS_DRAFT); + } else { + SessionErrors.add(actionRequest, "operazione-impossibile"); + throw new Exception("This Pratica is not in status=5, action RIPRISTINA is not available"); + } + } + + public void ripristinaPraticaConforme(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{ + + _checkIfUserIsCompanyAdmin(actionRequest); + + long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", -1L); + IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId); + + if(WorkflowConstants.STATUS_INCOMPLETE == intPratica.getStatus()){ + _ripristinaPratica(intPratica, WorkflowConstants.STATUS_APPROVED); + } else { + SessionErrors.add(actionRequest, "operazione-impossibile"); + throw new Exception("This Pratica is not in status=5, action RIPRISTINA is not available"); + } + } + + public void deleteDocPratica(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{ + + _checkIfUserIsCompanyAdmin(actionRequest); + + long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", -1L); + + List docPraticaOrfani = AdvancedOperationUtil.getDocPraticaOrfani(intPraticaId); + for(DocPratica docPratica : docPraticaOrfani){ + DocPraticaLocalServiceUtil.deleteDocPratica(docPratica); + } + } + + public void findIntPratica(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{ + + long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", -1L); + String numeroProgetto = ParamUtil.getString(actionRequest, "numeroProgetto", ""); + + IntPratica intPratica = null; + + if(intPraticaId != -1L){ + intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId); + } else { + intPratica = IntPraticaLocalServiceUtil.findByNumeroProgetto(numeroProgetto); + } + + if(Validator.isNotNull(intPratica)){ + actionResponse.setRenderParameter("intPraticaId", String.valueOf(intPratica.getIntPraticaId())); + } else { + SessionErrors.add(actionRequest, "nessuna-pratica-trovata"); + PortalUtil.copyRequestParameters(actionRequest, actionResponse); + } + } + + private void _checkIfUserIsCompanyAdmin(ActionRequest actionRequest) throws Exception{ + ThemeDisplay themeDisplay = (ThemeDisplay) actionRequest.getAttribute(WebKeys.THEME_DISPLAY); + if(!PortalUtil.isCompanyAdmin(themeDisplay.getUser())){ + SessionErrors.add(actionRequest, "operazione-non-permessa"); + throw new Exception("Action permitted to CompanyAdmins only"); + } + } + + private void _ripristinaPratica(IntPratica intPratica, int status) throws PortalException, SystemException{ + long docPraticaAnnullamentoId = intPratica.getDocPraticaAnnullamentoId(); + IntPraticaLocalServiceUtil.deleteFileAnnullamento(docPraticaAnnullamentoId); + IntPraticaLocalServiceUtil.updateStatus(intPratica.getIntPraticaId(), status); + } + +} diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/util/AdvancedOperationUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/util/AdvancedOperationUtil.java new file mode 100644 index 00000000..22532f30 --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/util/AdvancedOperationUtil.java @@ -0,0 +1,119 @@ +package it.nextmind.liferay.portos.advanced.operation.util; + +import com.liferay.portal.kernel.dao.orm.DynamicQuery; +import com.liferay.portal.kernel.dao.orm.RestrictionsFactoryUtil; +import com.liferay.portal.kernel.exception.SystemException; +import com.liferay.portal.kernel.log.Log; +import com.liferay.portal.kernel.log.LogFactoryUtil; +import com.liferay.portal.kernel.util.Validator; +import com.liferay.portal.kernel.workflow.WorkflowConstants; + +import it.tref.liferay.portos.bo.model.DettPratica; +import it.tref.liferay.portos.bo.model.DocPratica; +import it.tref.liferay.portos.bo.model.IntPratica; +import it.tref.liferay.portos.bo.service.DettPraticaLocalServiceUtil; +import it.tref.liferay.portos.bo.service.DocPraticaLocalServiceUtil; + +import java.util.ArrayList; +import java.util.Date; +import java.util.List; + +public class AdvancedOperationUtil { + + + + public static boolean isPraticaAnnullata(IntPratica intPratica){ + if(Validator.isNotNull(intPratica)){ + return WorkflowConstants.STATUS_INACTIVE == intPratica.getStatus(); + } + return false; + } + + public static List getDocPraticaOrfani(long intPraticaId){ + List docPraticaOrfaniList = new ArrayList(); + try { + List docPraticaList = DocPraticaLocalServiceUtil.findByIntPratica(intPraticaId); + for(DocPratica docPratica : docPraticaList){ + if(Validator.isNull(DettPraticaLocalServiceUtil.fetchDettPratica(docPratica.getClassPk()))){ + docPraticaOrfaniList.add(docPratica); + } + } + } catch (SystemException e) { + _log.error(e,e); + } + return docPraticaOrfaniList; + } + + public static boolean hasDettPratica(long intPraticaId){ + + return !_getDettPraticaList(intPraticaId).isEmpty(); + } + + public static boolean getNormLavoriInProprioFlag(long intPraticaId){ + List dettPraticaList = _getDettPraticaList(intPraticaId); + if(!dettPraticaList.isEmpty()){ + return dettPraticaList.get(0).getNormLavoriInProprio(); + } + return false; + } + + public static boolean getCollaudoStaticoFlag(long intPraticaId){ + List dettPraticaList = _getDettPraticaList(intPraticaId); + if(!dettPraticaList.isEmpty()){ + return dettPraticaList.get(0).getCollaudoStatico(); + } + return false; + } + + public static String getLavoriInEconomiaBtnLabel(boolean normLavoriInProprioFlag){ + return normLavoriInProprioFlag ? "Rimuovi flag normLavoriInProprio" : "Aggiungi flag normLavoriInProprio"; + } + + public static String getCollaudoStaticoBtnLabel(boolean collaudoStaticoFlag){ + return collaudoStaticoFlag ? "Rimuovi flag collaudoStatico" : "Aggiungi flag collaudoStatico"; + } + + public static boolean isStatoPraticaIN(IntPratica intPratica){ + if(Validator.isNotNull(intPratica)){ + return "IN".equals(intPratica.getStatoPratica()); + } + return false; + } + + public static List fetchDettPraticaListWithInizioLavori(IntPratica intPratica){ + if(Validator.isNotNull(intPratica)){ + DynamicQuery dynamicQuery = DettPraticaLocalServiceUtil.dynamicQuery(); + dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPratica.getIntPraticaId())); + dynamicQuery.add(RestrictionsFactoryUtil.isNotNull("dataInizioLavoriOpera")); + try{ + return (List) DettPraticaLocalServiceUtil.dynamicQuery(dynamicQuery); + } catch (SystemException e){ + _log.error(e,e); + return null; + } + } + return null; + } + + public static Date fetchDataInizioLavoriOpera(IntPratica intPratica){ + List dettPraticaListWithInizioLavori = fetchDettPraticaListWithInizioLavori(intPratica); + if(!dettPraticaListWithInizioLavori.isEmpty()){ + return dettPraticaListWithInizioLavori.get(0).getDataInizioLavoriOpera(); + } + return null; + } + + private static List _getDettPraticaList(long intPraticaId){ + List dettPraticaList = new ArrayList(); + + try { + dettPraticaList = DettPraticaLocalServiceUtil.findByIntPraticaId(intPraticaId); + } catch (SystemException e) { + _log.error(e,e); + } + + return dettPraticaList; + } + + private static final Log _log = LogFactoryUtil.getLog(AdvancedOperationUtil.class); +} diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/aui.tld b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/aui.tld new file mode 100644 index 00000000..1eeac884 --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/aui.tld @@ -0,0 +1,2568 @@ + + + + aui:.]]> + 1.0 + aui + http://alloy.liferay.com/tld/aui + + + button-item + com.liferay.taglib.aui.ButtonItemTag + JSP + + ]]> + activeState + false + true + boolean + + + ]]> + boundingBox + false + true + java.lang.String + + + ]]> + classNames + false + true + java.lang.Object + + + ]]> + contentBox + false + true + java.lang.String + + + boundingBox.]]> + cssClass + false + true + java.lang.String + + + ]]> + defaultState + false + true + boolean + + + ]]> + depth + false + true + java.lang.Object + + + ]]> + destroyed + false + true + boolean + + + ]]> + disabled + false + true + boolean + + + ]]> + focused + false + true + boolean + + + {fn: // The function to execute + context: // The context to execute the function in + type: // The type of event to listen for (defaults to "click") + }]]> + handler + false + true + java.lang.Object + + + ]]> + height + false + true + java.lang.Object + + + boundingBox when + visible is set to + false.]]> + hideClass + false + true + java.lang.String + + + ]]> + hoverState + false + true + boolean + + + ]]> + icon + false + true + java.lang.String + + + aui-button-icon.]]> + iconNode + false + true + java.lang.String + + + ]]> + buttonitemId + false + true + java.lang.String + + + ]]> + index + false + true + java.lang.Object + + + ]]> + initialized + false + true + boolean + + + ]]> + label + false + true + java.lang.String + + + aui-button-label.]]> + labelNode + false + true + java.lang.String + + + ]]> + buttonitemParent + false + true + java.lang.Object + + + true the render phase will be autimatically invoked + preventing the .render() manual call.]]> + render + false + true + java.lang.Object + + + ]]> + rendered + false + true + boolean + + + ]]> + root + false + true + java.lang.Object + + + +
0
(Default) Not selected
+
1
Fully selected
+
2
Partially selected
+ ]]>
+ selected + false + true + java.lang.Object +
+ + ]]> + srcNode + false + true + java.lang.String + + + ]]> + strings + false + true + java.lang.Object + + + ]]> + tabIndex + false + true + java.lang.Object + + + ]]> + title + false + true + java.lang.String + + + ]]> + type + false + true + java.lang.String + + + ]]> + useARIA + false + true + boolean + + + ]]> + visible + false + true + boolean + + + ]]> + width + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterActiveStateChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterBoundingBoxChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterClassNamesChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterContentBoxChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterCssClassChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterDefaultStateChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterDepthChange + false + true + java.lang.Object + + + + Lifecycle event for the destroy phase, + fired prior to destruction. Invoking the preventDefault + method on the event object provided to subscribers will + prevent destruction from proceeding. +

+

+ Subscribers to the "after" moment of this event, will be notified + after destruction is complete (and as a result cannot prevent + destruction). +

]]>
+ afterDestroy + false + true + java.lang.Object +
+ + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterDestroyedChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterDisabledChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterFocusedChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterHandlerChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterHeightChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterHideClassChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterHoverStateChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterIconChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterIconNodeChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterIdChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterIndexChange + false + true + java.lang.Object + + + + Lifecycle event for the init phase, fired prior to initialization. + Invoking the preventDefault() method on the event object provided + to subscribers will prevent initialization from occuring. +

+

+ Subscribers to the "after" momemt of this event, will be notified + after initialization of the object is complete (and therefore + cannot prevent initialization). +

]]>
+ afterInit + false + true + java.lang.Object +
+ + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterInitializedChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterLabelChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterLabelNodeChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterParentChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterRenderChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterRenderedChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterRootChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterSelectedChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterSrcNodeChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterStringsChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterTabIndexChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterTitleChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterTypeChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterUseARIAChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterVisibleChange + false + true + java.lang.Object + + + ]]> + afterContentUpdate + false + true + java.lang.Object + + + + Subscribers to the "on" moment of this event, will be notified + before the widget is rendered. +

+

+ Subscribers to the "after" moment of this event, will be notified + after rendering is complete. +

]]>
+ afterRender + false + true + java.lang.Object +
+ + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + afterWidthChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onActiveStateChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onBoundingBoxChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onClassNamesChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onContentBoxChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onCssClassChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onDefaultStateChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onDepthChange + false + true + java.lang.Object + + + + Lifecycle event for the destroy phase, + fired prior to destruction. Invoking the preventDefault + method on the event object provided to subscribers will + prevent destruction from proceeding. +

+

+ Subscribers to the "after" moment of this event, will be notified + after destruction is complete (and as a result cannot prevent + destruction). +

]]>
+ onDestroy + false + true + java.lang.Object +
+ + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onDestroyedChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onDisabledChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onFocusedChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onHandlerChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onHeightChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onHideClassChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onHoverStateChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onIconChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onIconNodeChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onIdChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onIndexChange + false + true + java.lang.Object + + + + Lifecycle event for the init phase, fired prior to initialization. + Invoking the preventDefault() method on the event object provided + to subscribers will prevent initialization from occuring. +

+

+ Subscribers to the "after" momemt of this event, will be notified + after initialization of the object is complete (and therefore + cannot prevent initialization). +

]]>
+ onInit + false + true + java.lang.Object +
+ + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onInitializedChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onLabelChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onLabelNodeChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onParentChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onRenderChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onRenderedChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onRootChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onSelectedChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onSrcNodeChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onStringsChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onTabIndexChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onTitleChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onTypeChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onUseARIAChange + false + true + java.lang.Object + + + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onVisibleChange + false + true + java.lang.Object + + + ]]> + onContentUpdate + false + true + java.lang.Object + + + + Subscribers to the "on" moment of this event, will be notified + before the widget is rendered. +

+

+ Subscribers to the "after" moment of this event, will be notified + after rendering is complete. +

]]>
+ onRender + false + true + java.lang.Object +
+ + on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> + onWidthChange + false + true + java.lang.Object + + true +
+ + + a + com.liferay.taglib.aui.ATag + JSP + + <p> tag could be used for something other than a paragraph.]]> + ariaRole + false + true + java.lang.String + + + + cssClass + false + true + java.lang.String + + + HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> + data + false + true + java.util.Map + + + + href + true + true + java.lang.String + + + + id + false + true + java.lang.String + + + + label + false + true + java.lang.String + + + + lang + false + true + java.lang.String + + + + onClick + false + true + java.lang.String + + + self. Possible values are blank, self, parent, top, and a unique frame's name.]]> + target + false + true + java.lang.String + + + + title + false + true + java.lang.String + + true + + + button + com.liferay.taglib.aui.ButtonTag + JSP + + primary attribute.]]> + cssClass + false + true + java.lang.String + + + HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> + data + false + true + java.lang.Object + + + false.]]> + disabled + false + true + boolean + + + + href + false + true + java.lang.String + + + here.]]> + icon + false + true + java.lang.String + + + left.]]> + iconAlign + false + true + java.lang.String + + + + name + false + true + java.lang.String + + + + onClick + false + true + java.lang.String + + + type attribute is set to submit, this value is set to true. For all other types, the value is set to false by default.]]> + primary + false + true + java.lang.Object + + + button, submit, cancel and reset. The default value is button.]]> + type + false + true + java.lang.String + + + href location when a user clicks the button. The default value is false.]]> + useDialog + false + true + boolean + + + value + false + true + java.lang.String + + true + + + <div> tag to wrap <aui:button> components and offer additional styling.]]> + button-row + com.liferay.taglib.aui.ButtonRowTag + JSP + + + cssClass + false + true + java.lang.String + + + + id + false + true + java.lang.String + + true + + + <aui:row> component.]]> + col + com.liferay.taglib.aui.ColTag + JSP + + + cssClass + false + true + java.lang.String + + + + id + false + true + java.lang.String + + + offset + false + true + int + + + offsetWidth + false + true + int + + + 12. For example, a span of 4 would result in a column width 4/12 (or 1/3) of the total width of the containing row.]]> + span + false + true + int + + + span attribute. The width is then converted to a span expressed as ((width/100) x 12), rounded to the nearest whole number. For example, a width of 33 would be converted to 3.96, which would be rounded up to a span value of 4.]]> + width + false + true + int + + true + + + aui:col.]]> + column + com.liferay.taglib.aui.ColumnTag + JSP + + 20 would be 20%. The default value is 0.]]> + columnWidth + false + true + int + + + + cssClass + false + true + java.lang.String + + + false.]]> + first + false + true + boolean + + + + id + false + true + java.lang.String + + + false.]]> + last + false + true + boolean + + true + + + component + com.liferay.taglib.aui.ComponentTag + JSP + + defineVar + false + true + boolean + + + excludeAttributes + false + true + java.lang.String + + + javaScriptAttributes + false + true + java.lang.String + + + module + false + true + java.lang.String + + + name + false + true + java.lang.String + + + options + false + true + java.util.Map + + + scriptPosition + false + true + java.lang.String + + + tagPageContext + true + true + javax.servlet.jsp.JspContext + + + useJavaScript + false + true + java.io.Serializable + + + var + false + true + java.lang.String + + true + + + <div> tag to wrap <aui:row> components and offer additional styling.]]> + container + com.liferay.taglib.aui.ContainerTag + JSP + + + cssClass + false + true + java.lang.String + + + true.]]> + fluid + false + true + boolean + + + + id + false + true + java.lang.String + + true + + + <div> tag to wrap form fields and offer additional styling.]]> + field-wrapper + com.liferay.taglib.aui.FieldWrapperTag + JSP + + + cssClass + false + true + java.lang.String + + + HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> + data + false + true + java.lang.Object + + + false.]]> + first + false + true + boolean + + + + helpMessage + false + true + java.lang.String + + + false.]]> + inlineField + false + true + boolean + + + right and left.]]> + inlineLabel + false + true + java.lang.String + + + + label + false + true + java.lang.String + + + false.]]> + last + false + true + boolean + + + + name + false + true + java.lang.String + + + + required + false + true + boolean + + + + <div> tag to group related form elements and offer additional styling.]]> + fieldset + com.liferay.taglib.aui.FieldsetTag + JSP + + + column + false + true + boolean + + + + cssClass + false + true + java.lang.String + + + + helpMessage + false + true + java.lang.String + + + + id + false + true + java.lang.String + + + + label + false + true + java.lang.String + + true + + + + form + com.liferay.taglib.aui.FormTag + JSP + + + action + false + true + java.lang.String + + + + cssClass + false + true + java.lang.String + + + true.]]> + escapeXml + false + true + boolean + + + false.]]> + inlineLabels + false + true + boolean + + + post. Possible values are get and post.]]> + method + false + true + java.lang.String + + + fm.]]> + name + false + true + java.lang.String + + + + onSubmit + false + true + java.lang.String + + + + portletNamespace + false + true + java.lang.String + + + true.]]> + useNamespace + false + true + boolean + + true + + + + icon + com.liferay.taglib.aui.IconTag + JSP + + image attribute.]]> + cssClass + false + true + java.lang.String + + + HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> + data + false + true + java.util.Map + + + + id + false + true + java.lang.String + + + icon-edit CSS class by setting the value edit. If an icon image is referenced for cssClass and image, both icons are shown in the component.]]> + image + false + true + java.lang.String + + + + label + false + true + java.lang.String + + + self. Possible values are blank, self, parent, top, and a unique frame's name.]]> + target + false + true + java.lang.String + + + + url + false + true + java.lang.String + + true + + + + input + com.liferay.taglib.aui.InputTag + JSP + + + autoFocus + false + true + boolean + + + + autoSize + false + true + boolean + + + + bean + false + true + java.lang.Object + + + false.]]> + changesContext + false + true + boolean + + + type is radio or checkbox.]]> + checked + false + true + boolean + + + 0.]]> + classPK + false + true + long + + + + cssClass + false + true + java.lang.String + + + HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> + data + false + true + java.lang.Object + + + dateTogglerCheckboxLabel + false + true + java.lang.String + + + + defaultLanguageId + false + true + java.lang.String + + + false.]]> + disabled + false + true + boolean + + + field + false + true + java.lang.String + + + field of the component.]]> + fieldParam + false + true + java.lang.String + + + + first + false + true + boolean + + + + formName + false + true + java.lang.String + + + + helpMessage + false + true + java.lang.String + + + input-group-addon.]]> + helpTextCssClass + false + true + java.lang.String + + + + id + false + true + java.lang.String + + + false.]]> + ignoreRequestValue + false + true + boolean + + + false.]]> + inlineField + false + true + boolean + + + right and left.]]> + inlineLabel + false + true + java.lang.String + + + name attribute's value.]]> + label + false + true + java.lang.String + + + languageId + false + true + java.lang.String + + + + last + false + true + boolean + + + false.]]> + localized + false + true + boolean + + + type is number or range. Note that the max value is inclusive if the input's type is range.]]> + max + false + true + java.lang.Object + + + + model + false + true + java.lang.Class + + + type is number or range. Note that the min value is inclusive if the input's type is range.]]> + min + false + true + java.lang.Object + + + multiple + false + true + boolean + + + + name + true + true + java.lang.String + + + + onChange + false + true + java.lang.String + + + + onClick + false + true + java.lang.String + + + + placeholder + false + true + java.lang.String + + + + prefix + false + true + java.lang.String + + + + required + false + true + boolean + + + textarea.]]> + resizable + false + true + boolean + + + + showRequiredLabel + false + true + boolean + + + + suffix + false + true + java.lang.String + + + + title + false + true + java.lang.String + + + text, hidden, assetCategories, assetTags, textarea, timeZone, password, checkbox, radio, submit, button, color, email, number, range, resource, url, and an empty value. If an empty value or no value is set, the input's type is obtained automatically from the input component's bean.]]> + type + false + true + java.lang.String + + + true.]]> + useNamespace + false + true + boolean + + + + value + false + true + java.lang.Object + + + div that wraps the input component.]]> + wrapperCssClass + false + true + java.lang.String + + true + + + + layout + com.liferay.taglib.aui.LayoutTag + JSP + + + cssClass + false + true + java.lang.String + + true + + + + model-context + com.liferay.taglib.aui.ModelContextTag + JSP + + + bean + false + true + java.lang.Object + + + + defaultLanguageId + false + true + java.lang.String + + + + model + false + true + java.lang.Class + + + + <nav:item> components for an <aui:nav-bar> component.]]> + nav + com.liferay.taglib.aui.NavTag + JSP + + + ariaLabel + false + true + java.lang.String + + + <p> tag could be used for something other than a paragraph.]]> + ariaRole + false + true + java.lang.String + + + collapsible + false + true + boolean + + + + cssClass + false + true + java.lang.String + + + icon + false + true + java.lang.String + + + + id + false + true + java.lang.String + + + true.]]> + useNamespace + false + true + boolean + + true + + + + nav-bar + com.liferay.taglib.aui.NavBarTag + JSP + + + cssClass + false + true + java.lang.String + + + + id + false + true + java.lang.String + + true + + + <aui:nav-bar> component.]]> + nav-bar-search + com.liferay.taglib.aui.NavBarSearchTag + JSP + + + cssClass + false + true + java.lang.String + + + + id + false + true + java.lang.String + + + file + false + true + java.lang.String + + + + searchContainer + false + true + com.liferay.portal.kernel.dao.search.SearchContainer + + true + + + <aui:nav> component.]]> + nav-item + com.liferay.taglib.aui.NavItemTag + JSP + + href attribute.]]> + anchorCssClass + false + true + java.lang.String + + + HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> + anchorData + false + true + java.lang.Object + + + href attribute.]]> + anchorId + false + true + java.lang.String + + + + ariaLabel + false + true + java.lang.String + + + <p> tag could be used for something other than a paragraph.]]> + ariaRole + false + true + java.lang.String + + + + cssClass + false + true + java.lang.String + + + HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> + data + false + true + java.lang.Object + + + false.]]> + dropdown + false + true + boolean + + + + href + false + true + java.lang.Object + + + + iconCssClass + false + true + java.lang.String + + + + id + false + true + java.lang.String + + + + label + false + true + java.lang.String + + + localizeLabel + false + true + boolean + + + false.]]> + selected + false + true + boolean + + + state + false + true + java.lang.String + + + + title + false + true + java.lang.String + + + toggle + false + true + boolean + + + href location when a user clicks the navigation item. The default value is false.]]> + useDialog + false + true + boolean + + + drop-down-menu class. The default value is true.]]> + wrapDropDownMenu + false + true + boolean + + true + + + <aui:select> component.]]> + option + com.liferay.taglib.aui.OptionTag + JSP + + + cssClass + false + true + java.lang.String + + + HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> + data + false + true + java.util.Map + + + false.]]> + disabled + false + true + boolean + + + + label + false + true + java.lang.Object + + + false.]]> + selected + false + true + boolean + + + text-align:right;.]]> + style + false + true + java.lang.String + + + useModelValue + false + true + boolean + + + label attribute.]]> + value + false + true + java.lang.Object + + true + + + panel + com.liferay.taglib.aui.PanelTag + JSP + + collapsed + false + true + boolean + + + collapsible + false + true + boolean + + + id + false + true + java.lang.String + + + label + false + true + java.lang.String + + + + <aui:col> components.]]> + row + com.liferay.taglib.aui.RowTag + JSP + + + cssClass + false + true + java.lang.String + + + row-fluid CSS class to the row. The default value is true. If set to false, the row CSS class is assigned.]]> + fluid + false + true + boolean + + + + id + false + true + java.lang.String + + true + + + + script + com.liferay.taglib.aui.ScriptTag + JSP + + + position + false + true + java.lang.String + + + + use + false + true + java.lang.String + + + + <aui:option> components.]]> + select + com.liferay.taglib.aui.SelectTag + JSP + + + bean + false + true + java.lang.Object + + + false.]]> + changesContext + false + true + boolean + + + + cssClass + false + true + java.lang.String + + + HashMap<"class-name", "foo"> would render as the attribute data-class-name = "foo";.]]> + data + false + true + java.util.Map + + + false.]]> + disabled + false + true + boolean + + + false.]]> + first + false + true + boolean + + + + helpMessage + false + true + java.lang.String + + + + id + false + true + java.lang.String + + + ignoreRequestValue + false + true + boolean + + + false.]]> + inlineField + false + true + boolean + + + right and left.]]> + inlineLabel + false + true + java.lang.String + + + + label + false + true + java.lang.String + + + false.]]> + last + false + true + boolean + + + ListTypeImpl.java.]]> + listType + false + true + java.lang.String + + + listTypeFieldName + false + true + java.lang.String + + + true, the select field expands to allow for multiple selections. The default value is false.]]> + multiple + false + true + boolean + + + label attribute and takes the place of the label.]]> + name + true + true + java.lang.String + + + + onChange + false + true + java.lang.String + + + + onClick + false + true + java.lang.String + + + + prefix + false + true + java.lang.String + + + false.]]> + required + false + true + boolean + + + false.]]> + showEmptyOption + false + true + boolean + + + required attribute is set to true. The default value is false.]]> + showRequiredLabel + false + true + boolean + + + + suffix + false + true + java.lang.String + + + + title + false + true + java.lang.String + + + true.]]> + useNamespace + false + true + boolean + + true + + + + spacer + com.liferay.taglib.aui.SpacerTag + JSP + + + + translation-manager + com.liferay.taglib.aui.TranslationManagerTag + JSP + + + availableLocales + false + true + java.util.Locale[] + + + + defaultLanguageId + false + true + java.lang.String + + + editingLanguageId + false + true + java.lang.String + + + + id + false + true + java.lang.String + + + true. If this is set to false, the translation manager will not work entirely.]]> + initialize + false + true + boolean + + + false.]]> + readOnly + false + true + boolean + + + + + validator + com.liferay.taglib.aui.ValidatorTagImpl + JSP + + true.]]> + customValidatorRequired + false + true + boolean + + + + errorMessage + false + true + java.lang.String + + + acceptFiles, alpha, alphanum, date, digits, email, equalTo, iri, max, maxLength, min, minLength, number, required, and url.]]> + name + true + true + java.lang.String + + + + + workflow-status + com.liferay.taglib.aui.WorkflowStatusTag + JSP + + + bean + false + true + java.lang.Object + + + + helpMessage + false + true + java.lang.String + + + + id + false + true + java.lang.String + + + + model + false + true + java.lang.Class + + + true.]]> + showIcon + false + true + boolean + + + true.]]> + showLabel + false + true + boolean + + + 0 (Approved), 1 (Pending), 2 (Draft), 3 (Expired), 4 (Denied), 5 (Inactive), 6 (Incomplete), 7 (Scheduled), and 8 (In-Trash). Any other value defaults to status (Any).]]> + status + false + true + java.lang.Integer + + + + statusMessage + false + true + java.lang.String + + + + version + false + true + java.lang.String + + +
\ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-portlet-ext.tld b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-portlet-ext.tld new file mode 100644 index 00000000..7c046647 --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-portlet-ext.tld @@ -0,0 +1,538 @@ + + + + + 1.0 + 1.1 + liferay-portlet + http://liferay.com/tld/portlet + + + + + actionURL + com.liferay.taglib.portlet.ActionURLTag + com.liferay.taglib.portlet.ActionURLTei + JSP + + allowEmptyParam + false + true + + + anchor + false + true + + + copyCurrentRenderParameters + false + true + + + doAsGroupId + false + true + + + doAsUserId + false + true + + + encrypt + false + true + + + escapeXml + false + true + + + name + false + true + + + plid + false + true + + + portletConfiguration + false + true + + + portletMode + false + true + + + portletName + false + true + + + refererGroupId + false + true + + + refererPlid + false + true + + + secure + false + true + + + var + false + true + + + varImpl + false + true + + + windowState + false + true + + + + icon-back + com.liferay.taglib.portletext.IconBackTag + JSP + + + icon-close + com.liferay.taglib.portletext.IconCloseTag + JSP + + + icon-configuration + com.liferay.taglib.portletext.IconConfigurationTag + JSP + + + icon-edit + com.liferay.taglib.portletext.IconEditTag + JSP + + + icon-edit-defaults + com.liferay.taglib.portletext.IconEditDefaultsTag + JSP + + + icon-edit-guest + com.liferay.taglib.portletext.IconEditGuestTag + JSP + + + icon-export-import + com.liferay.taglib.portletext.IconExportImportTag + JSP + + + icon-help + com.liferay.taglib.portletext.IconHelpTag + JSP + + + icon-maximize + com.liferay.taglib.portletext.IconMaximizeTag + JSP + + + icon-minimize + com.liferay.taglib.portletext.IconMinimizeTag + JSP + + + icon-options + com.liferay.taglib.portletext.IconOptionsTag + JSP + + + icon-portlet + com.liferay.taglib.portletext.IconPortletTag + JSP + + ariaRole + false + true + + + id + false + true + + + label + false + true + + + portlet + false + true + + + url + false + true + + + + icon-portlet-css + com.liferay.taglib.portletext.IconPortletCssTag + JSP + + + icon-print + com.liferay.taglib.portletext.IconPrintTag + JSP + + + icon-refresh + com.liferay.taglib.portletext.IconRefreshTag + JSP + + + param + com.liferay.taglib.util.ParamTag + empty + + name + true + true + + + value + true + true + + + + preview + com.liferay.taglib.portletext.PreviewTag + JSP + + portletName + true + true + + + queryString + false + true + + + showBorders + false + true + + + width + false + true + + + + + + + renderURL + com.liferay.taglib.portlet.RenderURLTag + com.liferay.taglib.portlet.RenderURLTei + JSP + + allowEmptyParam + false + true + + + anchor + false + true + + + copyCurrentRenderParameters + false + true + + + doAsGroupId + false + true + + + doAsUserId + false + true + + + encrypt + false + true + + + escapeXml + false + true + + + plid + false + true + + + portletConfiguration + false + true + + + portletMode + false + true + + + portletName + false + true + + + refererGroupId + false + true + + + refererPlid + false + true + + + secure + false + true + + + var + false + true + + + varImpl + false + true + + + windowState + false + true + + + + renderURLParams + com.liferay.taglib.portlet.RenderURLParamsTag + JSP + + varImpl + true + true + + + + + + + resourceURL + com.liferay.taglib.portlet.ResourceURLTag + com.liferay.taglib.portlet.ResourceURLTei + JSP + + anchor + false + true + + + copyCurrentRenderParameters + false + true + + + doAsGroupId + false + true + + + doAsUserId + false + true + + + encrypt + false + true + + + escapeXml + false + true + + + id + false + true + + + plid + false + true + + + portletConfiguration + false + true + + + portletMode + false + true + + + portletName + false + true + + + refererGroupId + false + true + + + refererPlid + false + true + + + secure + false + true + + + var + false + true + + + varImpl + false + true + + + windowState + false + true + + + + runtime + com.liferay.taglib.portletext.RuntimeTag + JSP + + defaultPreferences + false + true + + + portletName + true + true + + + queryString + false + true + + + \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-portlet.tld b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-portlet.tld new file mode 100644 index 00000000..a7cd2fdf --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-portlet.tld @@ -0,0 +1,158 @@ + + + + + 1.0 + 1.1 + portlet + http://java.sun.com/portlet + + actionURL + com.liferay.taglib.portlet.ActionURLTag + com.liferay.taglib.portlet.ActionURLTei + JSP + + copyCurrentRenderParameters + false + true + + + escapeXml + false + true + + + name + false + true + + + portletMode + false + true + + + secure + false + true + + + var + false + true + + + windowState + false + true + + + + defineObjects + com.liferay.taglib.portlet.DefineObjectsTag + com.liferay.taglib.portlet.DefineObjectsTei + empty + + + namespace + com.liferay.taglib.portlet.NamespaceTag + empty + + + param + com.liferay.taglib.util.ParamTag + empty + + name + true + true + + + value + true + true + + + + property + com.liferay.taglib.util.PropertyTag + empty + + name + true + true + + + value + true + true + + + + renderURL + com.liferay.taglib.portlet.RenderURLTag + com.liferay.taglib.portlet.RenderURLTei + JSP + + copyCurrentRenderParameters + false + true + + + escapeXml + false + true + + + portletMode + false + true + + + secure + false + true + + + var + false + true + + + windowState + false + true + + + + resourceURL + com.liferay.taglib.portlet.ResourceURLTag + com.liferay.taglib.portlet.ResourceURLTei + JSP + + cacheability + false + true + + + escapeXml + false + true + + + id + false + true + + + secure + false + true + + + var + false + true + + + \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-security.tld b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-security.tld new file mode 100644 index 00000000..f8e6f6dd --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-security.tld @@ -0,0 +1,106 @@ + + + + + 1.0 + 1.1 + liferay-security + http://liferay.com/tld/security + + doAsURL + com.liferay.taglib.security.DoAsURLTag + com.liferay.taglib.security.DoAsURLTei + JSP + + doAsUserId + false + true + + + var + false + true + + + + encrypt + com.liferay.taglib.security.EncryptTag + JSP + + className + false + true + + + protocol + true + true + + + style + false + true + + + target + false + true + + + unencryptedParams + false + true + + + url + true + true + + + + permissionsURL + com.liferay.taglib.security.PermissionsURLTag + com.liferay.taglib.security.PermissionsURLTei + JSP + + modelResource + true + true + + + modelResourceDescription + true + true + + + redirect + false + true + + + resourceGroupId + false + true + + + resourcePrimKey + true + true + + + roleTypes + false + true + + + var + false + true + + + windowState + false + true + + + \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-theme.tld b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-theme.tld new file mode 100644 index 00000000..90ac81db --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-theme.tld @@ -0,0 +1,65 @@ + + + + + 1.0 + 1.1 + theme + http://liferay.com/tld/theme + + defineObjects + com.liferay.taglib.theme.DefineObjectsTag + com.liferay.taglib.theme.DefineObjectsTei + empty + + + include + com.liferay.taglib.theme.IncludeTag + JSP + + page + true + true + + + + layout-icon + com.liferay.taglib.theme.LayoutIconTag + JSP + + layout + true + true + + + + meta-tags + com.liferay.taglib.theme.MetaTagsTag + JSP + + + param + com.liferay.taglib.util.ParamTag + JSP + + name + true + true + + + value + true + true + + + + wrap-portlet + com.liferay.taglib.theme.WrapPortletTag + JSP + + page + true + true + + + \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-ui.tld b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-ui.tld new file mode 100644 index 00000000..daa2c534 --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-ui.tld @@ -0,0 +1,4696 @@ + + + + Provides the Liferay UI component tags, prefixed with liferay-ui:]]>. + 1.0 + liferay-ui + http://liferay.com/tld/ui + + app-view-display-style + com.liferay.taglib.ui.AppViewDisplayStyleTag + empty + + displayStyle + true + true + + + displayStyles + true + true + + + requestParams + true + true + + + + Creates a component for displaying entry items such as images, documents, folders, etc. in a concise but informative manner. Items are displayed in a similar fashion to entries in the file system of most operating systems. + app-view-entry + com.liferay.taglib.ui.AppViewEntryTag + empty + + The path to an action JSP page. + actionJsp + false + true + + + The Java class name for any categories added to the entry. + assetCategoryClassName + false + true + + + The Java class primary key for any categories added to the entry. This is a Java long]]>. + assetCategoryClassPK + false + true + + + The Java class name for any tags added to the entry. + assetTagClassName + false + true + + + The Java class primary key for any tags added to the entry. This is a Java long]]>. + assetTagClassPK + false + true + + + The name of the entry's author. + author + false + true + + + The date the entry was created. + createDate + false + true + + + A CSS class for styling this component. + cssClass + false + true + + + Miscellaneous data to be stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object>]]>. + data + false + true + java.util.Map + + + A description of the entry. + description + false + true + + + A date to display the entry. + displayDate + false + true + + + A display style for the component. Options are list]]>, icon]]>, and descriptive]]>. + displayStyle + true + true + + + A date for the entry to expire and be automatically deleted. + expirationDate + false + true + + + Whether the entry is a folder. The default is false]]>. + folder + false + true + boolean + + + The group ID of the entry. This is a Java long]]>. + groupId + false + true + + + The version number of the most recently published copy of the entry. + latestApprovedVersion + false + true + + + The author of the most recently published version of the entry. + latestApprovedVersionAuthor + false + true + + + Whether the entry is locked. The default value is false]]>. + locked + false + true + boolean + + + The date of the most recent modification to the entry. + modifiedDate + false + true + + + The date the entry was reviewed. + reviewDate + false + true + + + A checkbox input ID to be used for the entry row checker. + rowCheckerId + false + true + + + A name for the entry row checker. + rowCheckerName + false + true + + + Whether to show a shortcut icon link to the entry. The default value is false]]>. + shortcut + false + true + boolean + + + Whether the entry is selectable. An actual checkbox is used when the display style is icon]]> or descriptive]]>. The default value is false]]>. + showCheckbox + true + true + boolean + + + Whether to show the link title. The default value is true]]>. + showLinkTitle + false + true + boolean + + + The current status of the entry, as represented by an integer. Options are -1: STATUS_ANY]]>, 0: STATUS_APPROVED]]>, 1: ACTION_PUBLISH]]>, 2: STATUS_DRAFT]]>, and 4: STATUS_DENIED]]>. The default value is -1]]>. + status + false + true + int + + + A CSS style to be applied to the div containing the thumbnail for the entry. + thumbnailDivStyle + false + true + + + The source URL for an entry thumbnail image. + thumbnailSrc + true + true + + + A CSS style to be applied to the thumbnail for the entry. + thumbnailStyle + false + true + + + A title for the entry. + title + true + true + + + The current version of the entry. + version + false + true + + + A URL to view the full entry. + url + false + true + + + + Creates a navigation list item component for navigating app view entries. + app-view-navigation-entry + com.liferay.taglib.ui.AppViewNavigationEntryTag + empty + + The path for an action JSP page. + actionJsp + false + true + + + A CSS class for styling this component. + cssClass + false + true + + + Data to be applied to the component link and stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object>]]>. + dataView + false + true + java.util.Map + + + A title for the component. + entryTitle + true + true + + + A CSS class for setting the icon of the component. + iconImage + false + true + + + iconSrc + false + true + + + Whether the entry is selected. + selected + false + true + boolean + + + A URL to view the entry. + viewURL + true + true + + + + Creates a toolbar for viewing items in app view. + app-view-toolbar + com.liferay.taglib.ui.AppViewToolbarTag + JSP + + Whether to include the option to choose a display style for component items. If the value is true]]>, a list of display style options is rendered. The default value is false]]>. + includeDisplayStyle + false + true + boolean + + + Whether to include an option to select all component items. The default value is false]]>. + includeSelectAll + false + true + boolean + + + The file path for a search JSP page. + searchJsp + false + true + + + + Creates a component for displaying search results of entries in app view. + app-view-search-entry + com.liferay.taglib.ui.AppViewSearchEntryTag + empty + + The file path for an action JSP page. + actionJsp + false + true + + + containerIcon + false + true + + + The name of the container that the entry is in, such as the name of a folder. + containerName + false + true + + + containerSrc + false + true + + + The type of container the entry is in, such as Folder]]>. + containerType + false + true + + + A CSS class for styling this component. + cssClass + false + true + + + A description of the entry. + description + true + true + + + A list of objects containing information such as content, user ID, and titles of the entry file attachments. + fileEntryTuples + false + true + + + Whether the entry is locked. The default value is false]]>. + locked + false + true + boolean + + + A list of objects containing information such as content, author, and status of entry messages. An example would be a comment made by one user on another user's blog post. + mbMessages + false + true + + + Query terms of the search. + queryTerms + true + true + + + A checkbox input ID to be used for the entry row checker. This is a Java long]]>. + rowCheckerId + false + true + + + A name to be used for the entry row checker. + rowCheckerName + false + true + + + Whether the entry is selectable via a checkbox. The default value is true]]>. + showCheckbox + false + true + boolean + + + The current status of the entry as represented by an integer. Options are -1: STATUS_ANY]]>, 0: STATUS_APPROVED]]>, 1: ACTION_PUBLISH]]>, 2: STATUS_DRAFT]]>, and 4: STATUS_DENIED]]>. + status + false + true + + + The URL for an entry thumbnail image. + thumbnailSrc + false + true + + + A title for the entry. + title + true + true + + + A URL used to view the full entry. + url + true + true + + + The current and past versions of the entry. + versions + false + true + + + + asset-categories-error + com.liferay.taglib.ui.AssetCategoriesErrorTag + JSP + + + asset-categories-navigation + com.liferay.taglib.ui.AssetCategoriesNavigationTag + JSP + + hidePortletWhenEmpty + false + true + + + vocabularyIds + false + true + + + + asset-categories-selector + com.liferay.taglib.ui.AssetCategoriesSelectorTag + JSP + + className + false + true + + + classPK + false + true + + + contentCallback + false + true + + + curCategoryIds + false + true + + + groupIds + false + true + + + hiddenInput + false + true + + + ignoreRequestValue + false + true + + + + asset-categories-summary + com.liferay.taglib.ui.AssetCategoriesSummaryTag + JSP + + className + true + true + + + classPK + true + true + + + message + false + true + + + portletURL + false + true + + + + asset-links + com.liferay.taglib.ui.AssetLinksTag + JSP + + assetEntryId + false + true + + + className + false + true + + + classPK + false + true + + + + Creates a liferay-ui:error]]> component to display tag-related error messages. + asset-tags-error + com.liferay.taglib.ui.AssetTagsErrorTag + JSP + + + asset-tags-navigation + com.liferay.taglib.ui.AssetTagsNavigationTag + JSP + + classNameId + false + true + + + displayStyle + false + true + + + hidePortletWhenEmpty + false + true + + + maxAssetTags + false + true + + + showAssetCount + false + true + + + showZeroAssetCount + false + true + + + + Creates a Liferay.AssetTagsSelector]]> component to create and select tags to add to an asset, such as a blog entry, bookmark, or wiki page. + asset-tags-selector + com.liferay.taglib.ui.AssetTagsSelectorTag + JSP + + Whether to automatically focus the tag input field. The default value is false]]>. + autoFocus + false + true + boolean + + + The Java class of the asset. + className + false + true + + + The Java class primary key of an asset to associate with the tags. This is a Java long]]>. + classPK + false + true + + + A function to get tag suggestions based on the asset's content. + contentCallback + false + true + + + The current selected tags. + curTags + false + true + + + The group IDs of the asset tags. + groupIds + false + true + + + The name of the hidden input for passing in the asset's current tags. + hiddenInput + false + true + + + An ID for the component instance. + id + false + true + + + ignoreRequestValue + false + true + + + + Creates a component to display all the tags associated with an asset, such as a blog entry, wiki page, or message boards message. + asset-tags-summary + com.liferay.taglib.ui.AssetTagsSummaryTag + JSP + + An array of the asset tag names. + assetTagNames + false + true + + + The Java class of the asset. + className + true + true + + + The Java class primary key of an asset. This is a Java long]]>. + classPK + true + true + + + A message to display before the tag labels. A standard example is tags]]>, which renders as Tags:]]>. + message + false + true + + + The URL of a portlet to display the tags. + portletURL + false + true + + + + breadcrumb + com.liferay.taglib.ui.BreadcrumbTag + JSP + + displayStyle + false + true + + + portletURL + false + true + + + selLayout + false + true + + + selLayoutParam + false + true + + + showCurrentGroup + false + true + + + showCurrentPortlet + false + true + + + showGuestGroup + false + true + + + showLayout + false + true + + + showParentGroups + false + true + + + showPortletBreadcrumb + false + true + + + + Creates a calendar with configurable events. + calendar + com.liferay.taglib.ui.CalendarTag + JSP + + A given set of integers, corresponding to a day of the chosen month, and to mark with a dot. + data + false + true + java.util.Set + + + A day of the month to highlight in the calendar. + day + false + true + int + + + A format for the header. + headerFormat + false + true + java.text.Format + + + A pattern for the calendar header. A possible value is MMM/dd/yyyy]]>. + headerPattern + false + true + + + A month of the year to display at the top of the calendar. + month + true + true + int + + + Whether to display up to six calendar weeks relative to the set day. If the set day of the month is in the latter part of the month, the current month's weeks will be displayed and up to two weeks of the next month will be displayed. The default value is false]]>. + showAllPotentialWeeks + false + true + boolean + + + A year to display at the top of the calendar. + year + true + true + int + + + + Creates an image CAPTCHA with a corresponding verification input. + captcha + com.liferay.taglib.ui.CaptchaTag + JSP + + The source URL for the image CAPTCHA. + url + true + true + + + + categorization-filter + com.liferay.taglib.ui.CategorizationFilterTag + JSP + + assetType + false + true + + + portletURL + false + true + + + + custom-attribute + com.liferay.taglib.ui.CustomAttributeTag + JSP + + className + true + true + + + classPK + true + true + + + editable + false + true + + + label + false + true + + + name + true + true + + + + custom-attribute-list + com.liferay.taglib.ui.CustomAttributeListTag + JSP + + className + true + true + + + classPK + true + true + + + editable + false + true + + + ignoreAttributeNames + false + true + + + label + false + true + + + + custom-attributes-available + com.liferay.taglib.ui.CustomAttributesAvailableTag + JSP + + className + true + true + + + classPK + false + true + + + companyId + false + true + + + ignoreAttributeNames + false + true + + + editable + false + true + + + + ddm-template-selector + com.liferay.taglib.ui.DDMTemplateSelectorTag + JSP + + classNameId + true + true + + + displayStyle + true + true + + + displayStyleGroupId + true + true + + + displayStyles + false + true + + + icon + false + true + + + label + false + true + + + refreshURL + false + true + + + showEmptyOption + false + true + + + + diff + com.liferay.taglib.ui.DiffTag + JSP + + diffResults + true + true + + + sourceName + true + true + + + targetName + true + true + + + + diff-html + com.liferay.taglib.ui.DiffHtmlTag + JSP + + diffHtmlResults + true + true + + + + discussion + com.liferay.taglib.ui.DiscussionTag + JSP + + assetEntryVisible + false + true + + + className + true + true + + + classPK + true + true + + + formAction + true + true + + + formName + false + true + + + hideControls + false + true + + + permissionClassName + false + true + + + permissionClassPK + false + true + + + ratingsEnabled + false + true + + + redirect + false + true + + + Deprecated as of 6.2.0, with no direct replacement + subject + false + true + + + userId + true + true + + + + Creates an error message to display to the user. + error + com.liferay.taglib.ui.ErrorTag + com.liferay.taglib.ui.ErrorTei + JSP + + A class for the exception. + exception + false + true + + + The name of a field on which to focus the error message. + focusField + false + true + + + A key to place in the SessionErrors]]> object to trigger the error message. + key + false + true + + + Explicit message text or a language key name from which to derive text for the message. + message + false + true + + + rowBreak + false + true + + + Whether to translate the message into the user's language. The default value is true]]>. + translateMessage + false + true + boolean + + + + error-marker + com.liferay.taglib.ui.ErrorMarkerTag + JSP + + key + false + true + + + value + false + true + + + + Creates a flag icon that lets users report inappropriate content. + flags + com.liferay.taglib.ui.FlagsTag + JSP + + The flagged asset's Java class name. + className + true + true + + + The flagged asset's entry ID. + classPK + true + true + + + The flagged asset's title. + contentTitle + true + true + + + Whether to show message text as a label next to the flag icon or as a tooltip. The default value is true]]>. + label + false + true + boolean + + + Text to display next to the flag icon. The default text is Flag]]>. + message + false + true + + + The user ID of the user who flagged the asset. + reportedUserId + true + true + + + + flash + com.liferay.taglib.ui.FlashTag + JSP + + align + false + true + + + allowFullScreen + false + true + + + allowScriptAccess + false + true + + + base + false + true + + + bgcolor + false + true + + + devicefont + false + true + + + flashvars + false + true + + + height + false + true + + + id + false + true + + + loop + false + true + + + menu + false + true + + + movie + true + true + + + play + false + true + + + quality + false + true + + + salign + false + true + + + scale + false + true + + + swliveconnect + false + true + + + version + false + true + + + width + false + true + + + wmode + false + true + + + + Creates a navigable form for multiple section forms. It's default navigation is a side navigation box with links to each section. But the navigation can be configured as a progressive step navigation positioned above the form or as vertically stacked accordion style sections that expand when clicked. + form-navigator + com.liferay.taglib.ui.FormNavigatorTag + JSP + + A URL for the form's cancel button. + backURL + false + true + + + The name of each category in the form. + categoryNames + true + true + + + The name of each section within a category. + categorySections + true + true + + + A type of navigation to be used. Options are steps]]> and panel]]>. The default display style is side navigation. + displayStyle + false + true + + + A name for the form. + formName + false + true + + + HTML to append to the navigator. Examples include alternate form buttons, form instructions, or information about the form. + htmlBottom + false + true + + + HTML to prepend to the navigator. + htmlTop + false + true + + + A path to the formSection.jsp]]> file's folder /path/to/jsp/folder/]]>. + jspPath + false + true + + + Whether to show the Submit]]> and Cancel]]> buttons. The default value is true]]>. + showButtons + false + true + boolean + + + + group-search + com.liferay.taglib.ui.GroupSearchTag + JSP + + groupParams + true + true + + + portletURL + true + true + + + rowChecker + false + true + + + + Creates a header that displays its text above a horizontal rule accompanied by a configurable back URL button. + header + com.liferay.taglib.ui.HeaderTag + JSP + + Text to display on mouse over of the back URL. The default value is Back]]>. + backLabel + false + true + + + A URL for navigating back to. + backURL + false + true + + + A CSS class for styling the header component. + cssClass + false + true + + + Whether to escape the header's XML tags. The default value is true]]>. + escapeXml + false + true + boolean + + + Whether to translate the header's title]]> into the localized language. The default value is true]]>. + localizeTitle + false + true + boolean + + + Whether to display the back URL. The default value is true]]>. + showBackURL + false + true + boolean + + + A title to display as the header text. + title + true + true + + + + Creates a fully configurable icon that provides access to current Liferay theme icons. + icon + com.liferay.taglib.ui.IconTag + JSP + + A value for the alt]]> attribute of the embedded img]]> tag. + alt + false + true + + + A role for assistive technologies to interpret for HTML elements that have been used for something other than their intended purpose. For example, the <p>]]> tag could be used for something other than a paragraph. + ariaRole + false + true + + + A CSS class for styling the component. + cssClass + false + true + + + Miscellaneous data to be stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object>]]>. + data + false + true + java.util.Map + + + An icon from a Bootstrap icon CSS Class. Note that any image for the image]]> attribute takes precedence. Icon CSS classes to specify for this attribute can be found at http://marcoceppi.github.io/bootstrap-glyphicons/]]>. + iconCssClass + false + true + + + An ID for the component instance. + id + false + true + + + An image for the icon, from the current theme. The value can be the filename prefix of any image file in the theme's common]]> image folder. This image takes precedence over any icon value set via the iconCssClass]]> attribute. + image + false + true + + + An icon to display on mouse over of the component. The icon image comes from the current theme. The value can be the filename prefix of any image file in the theme's common]]> image folder. + imageHover + false + true + + + Whether to display the message]]> attribute's value as the icon's label. + label + false + true + boolean + + + A language to associate with the icon, to assist search engines and web browsers in finding and rendering the icon appropriately. + lang + false + true + + + A CSS class for styling the icon's URL. + linkCssClass + false + true + + + Whether to translate the icon's message]]> into the user's language. + localizeMessage + false + true + boolean + + + Text to be displayed for the icon on mouse over. + message + false + true + + + An HTTP request method. Possible values are get]]> and post]]>. + method + false + true + + + A function to be called on a user clicking the icon. + onClick + false + true + + + The location of an image file to use in the icon. + src + false + true + + + The location of an image file to use on mouse over of the icon. This value takes precedence over the imageHover]]> attribute. This image takes precedence over icons set with the imageHover]]> attribute. + srcHover + false + true + + + A target window in which to open the URL. The default value is self]]>. Possible values are blank]]>, self]]>, parent]]>, top]]>, and a unique frame's name. + target + false + true + + + Whether to use a tooltip. The default value is true]]>. + toolTip + false + true + boolean + + + A URL to navigate to when the icon is clicked. + url + false + true + + + Whether to open the URL in a dialog window. The default value is false]]>. + useDialog + false + true + boolean + + + + Creates an icon to associate with deactivating an item. + icon-deactivate + com.liferay.taglib.ui.IconDeactivateTag + JSP + + Whether to display a message on the icon's label on mouse over of the icon. The default value is false]]>. + label + false + true + boolean + + + A URL navigated to when the icon is clicked. + url + true + true + + + + Creates a configurable icon to associate with deleting or removing an item. + icon-delete + com.liferay.taglib.ui.IconDeleteTag + JSP + + Text to use in place of the text from the default deletion confirmation message language key are-you-sure-you-want-to-delete-this]]>. If the trash]]> attribute is set to true]]>, no confirmation message is shown. + confirmation + false + true + + + A CSS class for styling the component. + cssClass + false + true + + + An ID for the component instance. + id + false + true + + + An image for the icon, from the current theme. The value can be the filename prefix of any image file in the theme's common]]> image folder. The image takes precedence over any default icon images. + image + false + true + + + Whether to display the message]]> attribute's value as the icon's label. The default value is false]]>. + label + false + true + boolean + + + Text to display on mouse over of the icon. + message + false + true + + + An HTTP request method to invoke. Possible values are get]]> and post]]>. + method + false + true + + + Whether to use the trash icon instead of the remove icon. The default value isfalse]]>. + trash + false + true + boolean + + + A URL navigated to when the icon is clicked. + url + true + true + + + + Creates a help icon that displays a custom message as a tooltip on mouse over of the help icon. + icon-help + com.liferay.taglib.ui.IconHelpTag + JSP + + Text to be displayed on mouse over of the icon. + message + true + true + + + + Creates a list of icons from a list of child components. + icon-list + com.liferay.taglib.ui.IconListTag + JSP + + Whether to render the icon list when there is only one child component. The default value is false]]>. + showWhenSingleIcon + false + true + boolean + + + + Creates an icon menu from a list of child components. + icon-menu + com.liferay.taglib.ui.IconMenuTag + JSP + + A CSS class for styling the component. + cssClass + false + true + + + A position from which to pop up the icon menu dialog in relation to the trigger. The default direction is left]]>. Possible values are up]]>, down]]>, left]]> or right]]>. + direction + false + true + + + Whether to disable the icon menu. + disabled + false + true + boolean + + + Whether to extend the icon menu trigger by wrapping it in a button. The default value is true]]>. + extended + false + true + boolean + + + The location of an image file to use in the icon. + icon + false + true + + + An ID for the component instance. + id + false + true + + + Whether to translate the message to the user's language. The default value is true]]>. + localizeMessage + false + true + boolean + + + The number of items to show in the icon menu before scrolling. The default value is 15. + maxDisplayItems + false + true + int + + + Text to display next to the icon menu trigger. The default value is actions]]>. + message + false + true + + + Whether to add the select]]> CSS class to the icon menu. If set to true]]>, the selected icon is added to the icon menu's trigger when the icon is selected. The default value is false]]>. + select + false + true + boolean + + + Whether to extend the icon menu by default. The default value is false]]>. + showExpanded + false + true + boolean + + + Whether to show an arrow, indicating a popup dialog, next to the icon menu's trigger icon. The default value is true]]>. + showArrow + false + true + boolean + + + Whether to show the icon menu when there is only one icon. The default value is false]]>. + showWhenSingleIcon + false + true + boolean + + + A CSS class for styling the trigger for the icon menu. The default value is btn btn-default]]>. + triggerCssClass + false + true + + + Whether the icon menu drop-down caret points to the direction set by the direction]]> attribute. + useIconCaret + false + true + boolean + + + + input-asset-links + com.liferay.taglib.ui.InputAssetLinksTag + JSP + + assetEntryId + false + true + + + className + false + true + + + classPK + false + true + + + + Creates a configurable input checkbox. + input-checkbox + com.liferay.taglib.ui.InputCheckBoxTag + JSP + + A CSS class for styling the component. + cssClass + false + true + + + Whether the checkbox is selected by default. + defaultValue + false + true + boolean + + + Whether the checkbox is disabled. + disabled + false + true + boolean + + + A name for the checkbox's form. + formName + false + true + + + An ID for the component instance. + id + false + true + + + A function to be called on a user clicking the checkbox. + onClick + false + true + + + A variable name for the component. + param + true + true + + + + Creates a date input field that displays a calendar for date selection. + input-date + com.liferay.taglib.ui.InputDateTag + JSP + + Whether the date field gets focus by default. The default value is false]]>. + autoFocus + false + true + boolean + + + A CSS class for styling the component. + cssClass + false + true + + + A variable name to refer to the day of the component. + dayParam + false + true + + + A day value to display in the input field. + dayValue + false + true + int + + + Whether to disable the namespace for the component. The default value is false]]>. + disableNamespace + false + true + boolean + + + Whether to disable the input field. The default value is false]]>. + disabled + false + true + boolean + + + A day to set as the first day of the week. The default value is Calendar.SUNDAY - 2]]>. + firstDayOfWeek + false + true + int + + + A name for the date input's form. + formName + false + true + + + A variable name to refer to the combined month and year of the component. + monthAndYearParam + false + true + + + A variable name to refer to the month of the component. + monthParam + false + true + + + The numerical value for a month to display in the input field. Integer values for the month start with 0]]>. + monthValue + false + true + int + + + A name for the date input. + name + false + true + + + Whether the component's values can be set to null. + nullable + false + true + + + A variable name to refer to the year of the component. + yearParam + false + true + + + A year value to display in the input field. + yearValue + false + true + int + + + + Creates an input field for editing rich text. + input-editor + com.liferay.taglib.ui.InputEditorTag + JSP + + A map of configuration parameters. The map holds key value pairs of type <String, String>]]>. + configParams + false + true + java.util.Map + + + The ID of a language for the input editor's text. + contentsLanguageId + false + true + + + A CSS class for styling the component. + cssClass + false + true + + + editorImpl + false + true + + + inlineEdit + false + true + + + inlineEditSaveURL + false + true + + + A map of configuration parameters. The map holds key value pairs of <String, String>]]>. + fileBrowserParams + false + true + java.util.Map + + + height + false + true + + + initMethod + false + true + + + A name for the input editor. The default value is editor]]>. + name + false + true + + + A function to be called when the input editor loses focus. + onBlurMethod + false + true + + + A function to be called on a change in the input editor. + onChangeMethod + false + true + + + A function to be called when the input editor gets focus. + onFocusMethod + false + true + + + Whether the field for the input editor is resizable. The default value is true]]>. + resizable + false + true + boolean + + + Whether to skip loading resources necessary for the CKEditor. The default value is false]]>. + skipEditorLoading + false + true + boolean + + + A toolbar for the input editor. The default value is liferay]]>. Possible values are bbcode]]>, creole]]>, editInPlace]]>, email]]>, liferay]]>, liferayArticle]]>, phone]]>, simple]]>, and tablet]]>. + toolbarSet + false + true + + + width + false + true + + + + input-field + com.liferay.taglib.ui.InputFieldTag + JSP + + autoComplete + false + true + + + autoFocus + false + true + + + autoSize + false + true + + + bean + false + true + + + cssClass + false + true + + + dateTogglerCheckboxLabel + false + true + + + defaultLanguageId + false + true + + + defaultValue + false + true + + + disabled + false + true + + + field + true + true + + + fieldParam + false + true + + + formName + false + true + + + format + false + true + + + id + false + true + + + ignoreRequestValue + false + true + + + languageId + false + true + + + model + true + true + + + placeholder + false + true + + + + input-localized + com.liferay.taglib.ui.InputLocalizedTag + JSP + + autoFocus + false + true + + + autoSize + false + true + + + availableLocales + false + true + + + cssClass + false + true + + + defaultLanguageId + false + true + + + disabled + false + true + + + displayWidth + false + true + + + formName + false + true + + + id + false + true + + + ignoreRequestValue + false + true + + + languageId + false + true + + + maxLength + false + true + + + name + true + true + + + type + false + true + + + xml + true + true + + true + + + Creates an input move boxes component comprised of two columns of key value pairs that can be rearranged. + input-move-boxes + com.liferay.taglib.ui.InputMoveBoxesTag + JSP + + A CSS class for styling the component. + cssClass + false + true + + + A name for the left box. + leftBoxName + true + true + + + A list of key value pairs for the left box. + leftList + true + true + java.util.List + + + A function to be called on a change in selection in the left list. + leftOnChange + false + true + + + Whether the left list can be reordered. The default value is false]]>. + leftReorder + false + true + boolean + + + A title to display at the top of the right box. + leftTitle + true + true + + + A name for the right box. + rightBoxName + true + true + + + A list of key value pairs for the right box. + rightList + true + true + java.util.List + + + A function to be called on a change in selection in the right list. + rightOnChange + false + true + + + Whether the right list can be reordered. The default value is false]]>. + rightReorder + false + true + boolean + + + A title to display at the top of the right box. + rightTitle + true + true + + + + input-permissions + com.liferay.taglib.ui.InputPermissionsTag + JSP + + formName + false + true + + + modelName + false + true + + + + input-permissions-params + com.liferay.taglib.ui.InputPermissionsParamsTag + JSP + + modelName + true + true + + + + input-repeat + com.liferay.taglib.ui.InputRepeatTag + JSP + + cssClass + false + true + + + event + false + true + + + + input-resource + com.liferay.taglib.ui.InputResourceTag + JSP + + cssClass + false + true + + + id + false + true + + + title + false + true + + + url + true + true + + + + input-scheduler + com.liferay.taglib.ui.InputSchedulerTag + JSP + + + Creates a configurable search box. + input-search + com.liferay.taglib.ui.InputSearchTag + JSP + + Whether the search field gets focus by default. The default value is false]]>. + autoFocus + false + true + boolean + + + A text value for the search button's label. The default value is Search]]>. + buttonLabel + false + true + + + A CSS class for styling the component. + cssClass + false + true + + + An ID for the component instance. The default value is displayTerms.KEYWORDS]]>. + id + false + true + + + A name for the search box. The default value is displayTerms.KEYWORDS]]>. + name + false + true + + + Placeholder text for the search field. The default value is the value of the buttonLabel]]> attribute. + placeholder + false + true + + + Whether to show the search button. The default value is true]]>. + showButton + false + true + boolean + + + A title for the search box. + title + false + true + + + Whether to use a namespace with the search button. The default value is true]]>. + useNamespace + false + true + boolean + + + + Creates a select input component with yes or no options. + input-select + com.liferay.taglib.ui.InputSelectTag + JSP + + A CSS class for styling the component. + cssClass + false + true + + + Whether to select yes]]> as the input's default value. + defaultValue + false + true + boolean + + + Whether to disable input. + disabled + false + true + boolean + + + A name for the input select's form. + formName + false + true + + + A variable name for the component. + param + true + true + + + + Creates a configurable text area input field. + input-textarea + com.liferay.taglib.ui.InputTextAreaTag + JSP + + A CSS class for styling the component. + cssClass + false + true + + + Text to display in the text area. + defaultValue + false + true + + + Whether to disable input. The default value is false]]>. + disabled + false + true + boolean + + + A variable name for the component. + param + true + true + + + + Creates a time input field that provides a scrollable dropdown list of hours, in intervals designated by the minuteInterval]]> attribute. + input-time + com.liferay.taglib.ui.InputTimeTag + JSP + + The name of the AM/PM parameter for the time input. An acceptable value is ampm]]>. + amPmParam + true + true + + + A time to AM or PM. Acceptable values are 0]]> for AM and 1]]> for PM. The default value is 0]]>. + amPmValue + false + true + int + + + A CSS class for styling the time input. + cssClass + false + true + + + A date parameter for the time input. An acceptable value is date]]>. + dateParam + false + true + + + A date to associate with the time displayed. + dateValue + false + true + java.util.Date + + + Whether the input field is disabled. + disabled + false + true + boolean + + + The name of the hour parameter for the component. An acceptable value is hour]]>. + hourParam + true + true + + + An hour value for the time displayed. The default value is 12]]>. + hourValue + false + true + int + + + A minute interval displayed in the input. The default value is 30]]>. + minuteInterval + false + true + int + + + The name of the minute parameter for the component. An acceptable value is minute]]>. + minuteParam + true + true + + + A minute value for the time displayed. The default value is 00]]>. + minuteValue + false + true + int + + + A name for the time input. + name + false + true + + + + Creates a configurable timezone drop-down menu. + input-time-zone + com.liferay.taglib.ui.InputTimeZoneTag + JSP + + Whether the field gets focus by default. + autoFocus + false + true + boolean + + + A CSS class for styling the component. + cssClass + false + true + + + Whether to consider daylight savings for the times. The default value is true]]>. + daylight + false + true + boolean + + + Whether the field is disabled. + disabled + false + true + boolean + + + A style number corresponding to the time zone. A value of 0]]> displays the time zone's abbreviated name and a value of 1]]> displays its full name, e.g. "Pacific Standard Time." The default value is 0]]>. + displayStyle + false + true + int + + + A name for the component. + name + true + true + + + Whether the times can be null. + nullable + false + true + boolean + + + The ID of a time zone to associate with the component. For example, setting the value to PST]]> associates the component with the Pacific Standard Time zone. + value + false + true + + + + journal-article + com.liferay.taglib.ui.JournalArticleTag + JSP + + articleId + false + true + + + articlePage + false + true + + + articleResourcePrimKey + false + true + + + groupId + false + true + + + languageId + false + true + + + showAvailableLocales + false + true + + + showTitle + false + true + + + templateId + false + true + + + xmlRequest + false + true + + + + journal-content-search + com.liferay.taglib.ui.JournalContentSearchTag + JSP + + showListed + false + true + + + targetPortletId + false + true + + + type + false + true + + + + language + com.liferay.taglib.ui.LanguageTag + JSP + + displayCurrentLocale + false + true + + + displayStyle + false + true + + + formAction + false + true + + + formName + false + true + + + languageId + false + true + + + languageIds + false + true + + + name + false + true + + + + logo-selector + com.liferay.taglib.ui.LogoSelectorTag + JSP + + currentLogoURL + false + true + + + defaultLogoURL + false + true + + + editLogoURL + false + true + + + imageId + false + true + + + logoDisplaySelector + false + true + + + showBackground + false + true + + + + membership-policy-error + com.liferay.taglib.ui.MembershipPolicyErrorTag + JSP + + + Creates a message to display to the user. + message + com.liferay.taglib.ui.MessageTag + JSP + + Arguments for the language key, if the language key is configured to recieve arguments. + arguments + false + true + + + The name of a language key from which to derive the message to be displayed. + key + true + true + + + Whether to translate the language key value into the user's language. The default value is true]]>. + localizeKey + false + true + boolean + + + Whether to translate the arguments into the user's language. The default value is true]]>. + translateArguments + false + true + boolean + + + unicode + false + true + boolean + + + + my-sites + com.liferay.taglib.ui.MySitesTag + JSP + + classNames + false + true + + + cssClass + false + true + + + includeControlPanel + false + true + + + max + false + true + + + + navigation + com.liferay.taglib.ui.NavigationTag + JSP + + bulletStyle + false + true + + + displayStyle + false + true + + + headerType + false + true + + + includedLayouts + false + true + + + nestedChildren + false + true + + + preview + false + true + + + rootLayoutLevel + false + true + + + rootLayoutType + false + true + + + + Creates a page iterator for paginating through lists of items. + page-iterator + com.liferay.taglib.ui.PageIteratorTag + JSP + + Which page of items to display (e.g., first, second, third, etc.). + cur + true + true + int + + + A variable name to refer to the cur]]> value of the component. + curParam + true + true + + + The number of items to display per page. + delta + false + true + int + + + Whether the user can choose the number of items displayed per page. The default value is false]]>. + deltaConfigurable + false + true + boolean + + + A variable name to refer to the delta value of the component. + deltaParam + false + true + + + A name for the form. + formName + false + true + + + An ID for the component instance. + id + false + true + + + JavaScript to be called when the first]]>, previous]]>, next]]>, or last]]> links are clicked if the URL property is not set. + jsCall + false + true + + + A maximum number of pages to iterate through. + maxPages + false + true + int + + + A target for the first]]>, previous]]>, next]]>, and last]]> link buttons. + target + false + true + + + The total number of items in the iterator. + total + true + true + int + + + A type of iterator to display. Options are approximate]]>, article]]>, more]]>, and regular]]>. + type + false + true + + + A base URL for the iterator. Parameters are added to and removed from this URL as the user navigates through pages. + url + false + true + + + + Creates a collapsible panel for housing content. + panel + com.liferay.taglib.ui.PanelTag + JSP + + Whether the panel can be collapsed. The default value is true]]>. + collapsible + false + true + boolean + + + A CSS class for styling the component. + cssClass + false + true + + + A default state for the component. Possible values are open]]> and any string other than open. Any string other than open]]> collapses the panel. The default value is open]]>. + defaultState + false + true + + + Whether the panel is extended. The default value is false]]>. + extended + false + true + boolean + + + Text to display as a help tool tip on mouse over of the panel's help icon. + helpMessage + false + true + + + An icon to display next to the panel's title. The icon can be specified using the name of one of the Bootstrap icon CSS classes found at http://marcoceppi.github.io/bootstrap-glyphicons/]]>. + iconCssClass + false + true + + + An ID for the component instance. + id + false + true + + + The ID of the component that contains the panel. If a liferay-ui:panel-container]]> is used as the container for the panel, its ID is used as the value for the parentID]]>. + parentId + false + true + + + Whether to remember the component's state and persist it to the database. The default value is false]]>. + persistState + false + true + boolean + + + A state for the component. Possible values are open]]> and any string other than open. Any string other than open]]> collapses the panel. + state + false + true + + + A title to display at the top of the panel. + title + true + true + + + + Creates a collapsible container to house liferay-ui:panel]]> components. + panel-container + com.liferay.taglib.ui.PanelContainerTag + JSP + + Whether only one panel can be shown at a time. As one panel is opened, the others close, creating an accordian effect. The default value is false]]>. + accordion + false + true + boolean + + + A CSS class for styling the component. + cssClass + false + true + + + Whether to extend the interface with additional styling. The default value is false]]>. + extended + false + true + boolean + + + An ID for the component instance. + id + false + true + + + Whether to remember the component's state and persist it to the database. The default value is false]]>. + persistState + false + true + boolean + + + + param + com.liferay.taglib.util.ParamTag + JSP + + name + true + true + + + value + true + true + + + + Renders a PNG image with the source given for the image]]> attribute. + png-image + com.liferay.taglib.ui.PngImageTag + JSP + + The height of the image in pixels. A possible value would be 16]]>. px]]> is then appended to the end of the value. + height + true + true + int + + + The location of a PNG image file to use. + image + true + true + + + The height of the image in pixels. A possible value would be 16]]>. px]]> is then appended to the end of the value. + width + true + true + int + + + + progress + com.liferay.taglib.ui.ProgressTag + JSP + + height + false + true + + + id + true + true + + + message + false + true + + + sessionKey + true + true + + + updatePeriod + false + true + + + + ratings + com.liferay.taglib.ui.RatingsTag + JSP + + className + true + true + + + classPK + true + true + + + numberOfStars + false + true + + + ratingsEntry + false + true + + + ratingsStats + false + true + + + type + false + true + + + url + false + true + + + + ratings-score + com.liferay.taglib.ui.RatingsScoreTag + JSP + + score + true + true + + + + restore-entry + com.liferay.taglib.ui.RestoreEntryTag + JSP + + duplicateEntryAction + false + true + + + overrideMessage + false + true + + + renameMessage + false + true + + + restoreEntryAction + false + true + + + + Creates a clickable link and/or icon to an RSS feed document. + rss + com.liferay.taglib.ui.RSSTag + JSP + + A default maximum number of items to display. The default value is 20]]>. + delta + false + true + int + + + A default style to display. + displayStyle + false + true + + + A default format for the RSS feed. Options are atom_1.0]]>, rss_1.0]]>, and rss_2.0]]>. + feedType + false + true + + + A message to display next to the RSS icon. + message + false + true + + + A name for the RSS feed. + name + false + true + + + A URL from which to retrieve feed information. + resourceURL + false + true + + + The URL for an RSS feed file. + url + false + true + + + + Creates a configuration component for users to define RSS settings, such as how many articles to display. + rss-settings + com.liferay.taglib.ui.RSSSettingsTag + JSP + + A default maximum number of items to display. The default value is 20]]>. + delta + false + true + int + + + A default style to display. + displayStyle + false + true + + + Available RSS display styles from which the user can choose. Options are abstract]]>, full-content]]>, and title]]>. + displayStyles + false + true + + + Whether users are able to subscribe. Default value is false]]>. + enabled + false + true + boolean + + + A default format for the RSS feed. Options are atom_1.0]]>, rss_1.0]]>, and rss_2.0]]>. + feedType + false + true + + + A name for the component. + name + false + true + + + Whether the RSS feed has a name. The default value is false]]>. + nameEnabled + false + true + boolean + + + + Creates a search form, with an additional select input to set the scope of the search. + search + com.liferay.taglib.ui.SearchTag + JSP + + + Creates a grid for displaying a list of objects and their properties. + search-container + com.liferay.taglib.ui.SearchContainerTag + com.liferay.taglib.ui.SearchContainerTei + JSP + + A variable for the search container's pagination. Different pagination variables ensure independent pagination when multiple search containers are on a JSP. + curParam + false + true + + + The number of items to show on each search container page. + delta + false + true + int + + + The delta]]> attribute as configurable by users. + deltaConfigurable + false + true + + + deltaParam + false + true + + + displayTerms + false + true + + + A message displayed when the search container is empty. + emptyResultsMessage + false + true + + + headerNames + false + true + + + hover + false + true + + + id + false + true + + + iteratorURL + false + true + + + orderByCol + false + true + + + orderByColParam + false + true + + + orderByComparator + false + true + + + An order type for the columns, either ascending or descending. Values are asc]]> or desc]]>. + orderByType + false + true + + + orderByTypeParam + false + true + + + Inserts a checkbox column in the search container. Value must be a RowChecker]]> object. + rowChecker + false + true + + + searchContainer + false + true + + + searchTerms + false + true + + + The total number of objects in the search container. + total + false + true + int + + + A variable name for the results of the total]]> attribute. The default is total]]>. + totalVar + false + true + + + A variable name for the SearchContainer]]> object. The default is searchContainer]]>. + var + false + true + + + + search-container-column-button + com.liferay.taglib.ui.SearchContainerColumnButtonTag + JSP + + align + false + true + + + colspan + false + true + + + cssClass + false + true + + + href + true + true + + + index + false + true + + + name + false + true + + + valign + false + true + + + + Creates a date column in a search container. + search-container-column-date + com.liferay.taglib.ui.SearchContainerColumnDateTag + JSP + + A horizontal alignment for the column contents. The default is left]]>. + align + false + true + + + The number of columns to span. The default is 1]]>. + colspan + false + true + int + + + A CSS class for styling the column. + cssClass + false + true + + + A URL for the items in the column. + href + false + true + + + index + false + true + + + A name for the column. + name + false + true + + + Whether to set the column as sortable. The default value is false]]>. + orderable + false + true + boolean + + + An object's property by which to sort the column. + orderableProperty + false + true + + + A property to request from the row object. + property + false + true + + + A vertical alignment for the column contents. The default is middle]]>. + valign + false + true + + + A value for the column. + value + false + true + + + + Creates a column in a search container with the contents of a JSP file. + search-container-column-jsp + com.liferay.taglib.ui.SearchContainerColumnJSPTag + JSP + + A horizontal alignment for the column contents. The default is left]]>. + align + false + true + + + The number of columns to span. The default is 1]]>. + colspan + false + true + int + + + A CSS class for styling the column. + cssClass + false + true + + + index + false + true + + + name + false + true + + + The JSP file's location. + path + true + true + + + valign + false + true + + + + Creates a column in a search container for the workflow status. + search-container-column-status + com.liferay.taglib.ui.SearchContainerColumnStatusTag + JSP + + A horizontal alignment for the column contents. The default is left]]>. + align + false + true + + + The number of columns to span. The default is 1]]>. + colspan + false + true + int + + + A CSS class for styling the column. + cssClass + false + true + + + A URL for the column's contents. + href + false + true + + + index + false + true + + + name + false + true + + + Whether to set the column as sortable. The default value is false]]>. + orderable + false + true + boolean + + + An object's property by which to sort the column. + orderableProperty + false + true + + + An object's property to use for the column. + property + false + true + + + A vertical alignment for the column contents. The default is middle]]>. + valign + false + true + + + A workflow status for the item. + status + false + true + + + statusByUserId + false + true + + + statusDate + false + true + + + + Creates a text column in a search container. + search-container-column-text + com.liferay.taglib.ui.SearchContainerColumnTextTag + com.liferay.taglib.ui.SearchContainerColumnTextTei + JSP + + A horizontal alignment for the column contents. + align + false + true + + + A string buffer variable for constructing a URL in a scriptlet. + buffer + false + true + + + The number of columns to span. The default is 1]]>. + colspan + false + true + int + + + A CSS class for styling the column. + cssClass + false + true + + + href + false + true + + + index + false + true + + + name + false + true + + + Whether to set the column as sortable. The default value is false]]>. + orderable + false + true + boolean + + + An object's property by which to sort the column. + orderableProperty + false + true + + + property + false + true + + + target + false + true + + + title + false + true + + + Whether to automatically translate values. The default value is false]]>. + translate + false + true + boolean + + + A vertical alignment for the column contents. The default is middle]]>. + valign + false + true + + + value + false + true + + + + The list of objects to display in the search container. + search-container-results + com.liferay.taglib.ui.SearchContainerResultsTag + com.liferay.taglib.ui.SearchContainerResultsTei + JSP + + A list of objects to display in the search container. + results + false + true + + + A variable to use for the results. + resultsVar + false + true + + + Deprecated as of 6.2.0, replaced by liferay-ui:search-container#total + total + false + true + + + Deprecated as of 6.2.0, replaced by liferay-ui:search-container#totalVar + totalVar + false + true + + + + Creates rows in the search container for each object returned by liferay-ui:search-container-results]]>. + search-container-row + com.liferay.taglib.ui.SearchContainerRowTag + com.liferay.taglib.ui.SearchContainerRowTei + JSP + + bold + false + true + + + The class name of the objects to display in rows. + className + true + true + + + The returned model instances as HTML escaped. + escapedModel + false + true + + + A variable name to use for the rows' index. + indexVar + false + true + + + A property to use as the primary key for the object type in the className]]> attribute. + keyProperty + false + true + + + A variable name to use for each object as the search container iterates through the objects returned by liferay-ui:search-container-results]]>. + modelVar + false + true + + + A model property to use as the row ID. + rowIdProperty + false + true + + + A variable name to use for the rows. + rowVar + false + true + + + servletContext + false + true + + + stringKey + false + true + + + + Creates parameters for rows in the search container. The liferay-ui:search-container-row]]> tag is required. + search-container-row-parameter + com.liferay.taglib.ui.SearchContainerRowParameterTag + JSP + + A name for the row parameter. + name + true + true + + + A value for the row parameter. + value + true + true + + + + search-form + com.liferay.taglib.ui.SearchFormTag + JSP + + page + true + true + + + searchContainer + false + true + + + servletContext + false + true + + + showAddButton + false + true + + + + Creates a search results page iterator with an optional paginator. + search-iterator + com.liferay.taglib.ui.SearchIteratorTag + JSP + + Whether to add a liferay-ui:search-paginator]]> to the search container. The default value is true]]>. + paginate + false + true + boolean + + + All configurable properties of the search container, such as cur]]> and curParam]]>. These properties are set with searchContainer.getCur()]]> and searchContainer.getCurParam()]]> respectively. + searchContainer + false + true + + + A type of iterator to display. Options are approximate]]>, article]]>, more]]>, and regular]]>. + type + false + true + + + + Creates a page iterator to paginate through search results + search-paginator + com.liferay.taglib.ui.SearchPaginatorTag + JSP + + An ID for the component instance. + id + false + true + + + All configurable porperties of the search container, such as cur]]> and curParam]]>. These properties are set with searchContainer.getCur()]]> and searchContainer.getCurParam()]]> respectively. + searchContainer + true + true + + + A type of iterator to display. Options are approximate]]>, article]]>, more]]>, and regular]]>. + type + false + true + + + + search-speed + com.liferay.taglib.ui.SearchSpeedTag + JSP + + hits + true + true + + + searchContainer + true + true + + + + Creates a search instance that can be toggled between basic and advanced search. + search-toggle + com.liferay.taglib.ui.SearchToggleTag + JSP + + Whether the search input field is automatically focused. The default value is false]]>. + autoFocus + false + true + boolean + + + A label for the search button such as Search]]> or Go]]>. + buttonLabel + false + true + + + Terms to be used and displayed through the search instance. Term examples include keywords]]>, advancedSearch]]>, and description]]>. + displayTerms + true + true + + + The component instance's ID. + id + true + true + + + width + false + true + + + + section + com.liferay.taglib.ui.SectionTag + com.liferay.taglib.ui.SectionTei + JSP + + + sites-directory + com.liferay.taglib.ui.SitesDirectoryTag + JSP + + displayStyle + false + true + + + sites + false + true + + + + social-activities + com.liferay.taglib.ui.SocialActivitiesTag + JSP + + activities + false + true + + + className + false + true + + + classPK + false + true + + + displayRSSFeed + false + true + + + feedDelta + false + true + + + feedDisplayStyle + false + true + + + feedEnabled + false + true + + + feedLink + false + true + + + feedLinkMessage + false + true + + + feedTitle + false + true + + + feedType + false + true + + + + social-bookmark + com.liferay.taglib.ui.SocialBookmarkTag + JSP + + contentId + false + true + + + target + false + true + + + title + true + true + + + type + true + true + + + url + true + true + + + + social-bookmarks + com.liferay.taglib.ui.SocialBookmarksTag + JSP + + contentId + false + true + + + displayStyle + false + true + + + target + false + true + + + title + true + true + + + types + false + true + + + url + true + true + + + + staging + com.liferay.taglib.ui.StagingTag + JSP + + cssClass + false + true + + + extended + false + true + + + groupId + false + true + + + icon + false + true + + + layoutSetBranchId + false + true + + + message + false + true + + + onlyActions + false + true + + + privateLayout + false + true + + + selPlid + false + true + + + showManageBranches + false + true + + + + Creates a success message to display to the user. + success + com.liferay.taglib.ui.SuccessTag + empty + + A key to be placed in the SessionMessages]]> object to trigger the success message. + key + true + true + + + Explicit message text or the name of a language key from which to derive the message text. + message + true + true + + + Whether to translate the success message into the user's language. The default value is true]]>. + translateMessage + false + true + boolean + + + + table-iterator + com.liferay.taglib.ui.TableIteratorTag + com.liferay.taglib.ui.TableIteratorTei + JSP + + bodyPage + false + true + + + list + true + true + + + listType + true + true + + + rowBreak + false + true + + + rowLength + true + true + + + rowPadding + false + true + + + rowValign + false + true + + + width + false + true + + + + Creates a tabbed UI of section dividers that each house their own content. + tabs + com.liferay.taglib.ui.TabsTag + JSP + + + A label for the back URL. + backLabel + false + true + + + A URL for navigating back to. + backURL + false + true + + + A name for the tab's form. + formName + false + true + + + The names of the tabs. Each name must be separated by a comma with no spaces. + names + true + true + + + A function to be called on a user clicking any of the tabs. + onClick + false + true + + + A variable for the component. + param + false + true + + + A URL to refer to the portlet that contains the component. + portletURL + false + true + + + Whether the page refreshes when a tab is clicked. + refresh + false + true + boolean + + + Tab values that must follow the same order as the names]]> attribute. Each value must be separated by a comma with no spaces. + tabsValues + false + true + + + A design type for the tabs. Possible values are tabs]]> and pills]]>. + type + false + true + + + A URL to which all the tabs are linked when clicked. You can also set each tab's URL individually using url[number]]]> attribute. + url + false + true + + + url0 + false + true + + + A URL to which the second tab is linked when clicked. + url1 + false + true + + + A URL to which the third tab is linked when clicked + url2 + false + true + + + A URL to which the fourth tab is linked when clicked + url3 + false + true + + + A URL to which the fifth tab is linked when clicked + url4 + false + true + + + A URL to which the sixth tab is linked when clicked + url5 + false + true + + + A URL to which the seventh tab is linked when clicked + url6 + false + true + + + A URL to which the eighth tab is linked when clicked + url7 + false + true + + + A URL to which the ninth tab is linked when clicked + url8 + false + true + + + A URL to which the tenth tab is linked when clicked + url9 + false + true + + + An active tab from the value given in the attribute tabsValues]]>. No matter which tab a user selects, the tab given for this value always remains active. + value + false + true + + + + Creates a component that toggles the visibility of the content of the component matching the given id]]>. Default icons are used as the component's default mechanism for showing and hiding the content. + toggle + com.liferay.taglib.ui.ToggleTag + JSP + + Whether to initially show content by default. The default value is true]]>. + defaultShowContent + false + true + boolean + + + An icon to use as the mechanism for hiding the content. You can specify the location of an image file to use in the icon; otherwise a default icon is used. + hideImage + false + true + + + Text to display as a link for hiding the content. It overrides the hideImage]]> attribute. Note that the showMessage]]> attribute must also be configured in order for the hide message to render. + hideMessage + false + true + + + The ID of a component instance whose content's visibility to toggle. + id + true + true + + + An icon to use as the mechanism for showing the content. You can specify the location of an image file to use in the icon; otherwise a default icon is used. + showImage + false + true + + + A link to use as the mechanism for showing the content. The text value of this attribute is used as the link's text. The message takes precedence over showing an image, via the showImage]]> attribute. If you specify a showMessage]]> attribute, you should also specify the hideMessage]]> attribute; a null]]> is otherwise displayed for the text of the hide link. + showMessage + false + true + + + Text to be prefixed to the Toggle()]]> function that is called to toggle visibility of the content. If this is not configured, a random key is generated and prefixed to the Toggle()]]> function. For example, a value of run]]> would result in a function named runToggle()]]>. + stateVar + false + true + + + + toggle-area + com.liferay.taglib.ui.ToggleAreaTag + JSP + + align + false + true + + + defaultShowContent + false + true + + + hideImage + false + true + + + hideMessage + false + true + + + id + false + true + + + showImage + false + true + + + showMessage + false + true + + + stateVar + false + true + + + + toggle-value + com.liferay.taglib.ui.ToggleValueTag + JSP + + defaultValue + false + true + + + id + true + true + + + + Creates a component for users to permanently delete items such as images, articles, etc. from the recycle bin. + trash-empty + com.liferay.taglib.ui.TrashEmptyTag + empty + + A message to display to confirm that the user wants to remove the item(s) from the recycle bin. + confirmMessage + false + true + + + A message to be used for the empty-trash]]> button and link. + emptyMessage + false + true + + + A message to display to give users information about removing items from the recycle bin. + infoMessage + false + true + + + A URL for the empty-trash]]> button/link. + portletURL + true + true + + + The number of items to be removed from the recycle bin. + totalEntries + true + true + int + + + + Creates a message confirming items were moved to the recycle bin and presenting an option to restore them. + trash-undo + com.liferay.taglib.ui.TrashUndoTag + empty + + The URL of the undo link. + portletURL + true + true + + + A redirect URL. + redirect + false + true + + + + upload-progress + com.liferay.taglib.ui.UploadProgressTag + JSP + + height + false + true + + + id + true + true + + + message + false + true + + + redirect + false + true + + + updatePeriod + false + true + + + + user-display + com.liferay.taglib.ui.UserDisplayTag + com.liferay.taglib.ui.UserDisplayTei + JSP + + displayStyle + false + true + + + url + false + true + + + userId + true + true + + + userName + false + true + + + + user-search + com.liferay.taglib.ui.UserSearchTag + JSP + + portletURL + true + true + + + rowChecker + false + true + + + userParams + true + true + + + + webdav + com.liferay.taglib.ui.WebDAVTag + JSP + + path + true + true + + + + write + com.liferay.taglib.ui.WriteTag + JSP + + bean + true + true + + + property + true + true + + + \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-util.tld b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-util.tld new file mode 100644 index 00000000..72a4caf0 --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/tld/liferay-util.tld @@ -0,0 +1,141 @@ + + + + + 1.2 + 1.1 + liferay-util + http://liferay.com/tld/util + + body-bottom + com.liferay.taglib.util.BodyBottomTag + JSP + + outputKey + false + true + + + + body-top + com.liferay.taglib.util.BodyTopTag + JSP + + outputKey + false + true + + + + buffer + com.liferay.taglib.util.BufferTag + com.liferay.taglib.util.BufferTei + JSP + + var + true + true + + + + get-url + com.liferay.taglib.util.GetUrlTag + com.liferay.taglib.util.GetUrlTei + JSP + + expires + false + true + + + url + true + true + + + var + false + true + + + + html-bottom + com.liferay.taglib.util.HtmlBottomTag + JSP + + outputKey + false + true + + + position + false + true + + + + html-top + com.liferay.taglib.util.HtmlTopTag + JSP + + outputKey + false + true + + + position + false + true + + + + include + com.liferay.taglib.util.IncludeTag + JSP + + page + true + true + + + portletId + false + true + + + servletContext + false + true + + + strict + false + true + + + useCustomPage + false + true + + + + param + com.liferay.taglib.util.ParamTag + JSP + + name + true + true + + + value + true + true + + + + whitespace-remover + com.liferay.taglib.util.WhitespaceRemoverTag + JSP + + \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/web.xml b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/web.xml new file mode 100644 index 00000000..1aa8cdb8 --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/web.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/css/main.css b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/css/main.css new file mode 100644 index 00000000..e69de29b diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/init.jsp b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/init.jsp new file mode 100644 index 00000000..3408049c --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/init.jsp @@ -0,0 +1,15 @@ +<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> + +<%@taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %> +<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> + +<%@taglib uri="http://liferay.com/tld/aui" prefix="aui" %> +<%@taglib uri="http://liferay.com/tld/portlet" prefix="liferay-portlet" %> +<%@taglib uri="http://liferay.com/tld/security" prefix="liferay-security" %> +<%@taglib uri="http://liferay.com/tld/theme" prefix="liferay-theme" %> +<%@taglib uri="http://liferay.com/tld/ui" prefix="liferay-ui" %> +<%@taglib uri="http://liferay.com/tld/util" prefix="liferay-util" %> + + + + \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/view.jsp b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/view.jsp new file mode 100644 index 00000000..1e17a73c --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/view.jsp @@ -0,0 +1,428 @@ +<%@page import="com.liferay.portal.kernel.util.DateFormatFactoryUtil"%> +<%@page import="java.util.Date"%> +<%@page import="com.liferay.portal.util.PortalUtil"%> +<%@page import="it.tref.liferay.portos.bo.model.DocPratica"%> +<%@page import="java.util.List"%> +<%@page import="it.tref.liferay.portos.bo.service.DocPraticaLocalServiceUtil"%> +<%@page import="com.liferay.portal.kernel.util.StringPool"%> +<%@page import="it.nextmind.liferay.portos.advanced.operation.util.AdvancedOperationUtil"%> +<%@page import="it.tref.liferay.portos.bo.util.WorkflowConstants"%> +<%@page import="it.tref.liferay.portos.bo.util.WorkflowUtil"%> +<%@page import="com.liferay.portal.kernel.workflow.WorkflowHandlerUtil"%> +<%@page import="com.liferay.portal.kernel.util.Validator"%> +<%@page import="it.tref.liferay.portos.bo.service.IntPraticaLocalServiceUtil"%> +<%@page import="it.tref.liferay.portos.bo.model.IntPratica"%> +<%@page import="com.liferay.portal.kernel.util.ParamUtil"%> +<%@ include file="/html/init.jsp"%> + +<% + long intPraticaId = ParamUtil.getLong(request, "intPraticaId"); + String numeroProgetto = ParamUtil.getString(request, "numeroProgetto", StringPool.BLANK); + + IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId); +%> + + + + + + + + + + + + + + + Form per trovare una pratica + + + + + + + + + + + + + + + + + + + + + + <% if(Validator.isNotNull(intPratica)){ %> + + + + + + +

+ Pratica: <%= intPraticaId %> + + +

+
+
+ + +

Numero Progetto: <%= intPratica.getNumeroProgetto() %>

+
+ +

Username: <%= intPratica.getUserName() %>

+
+ +

Tipo Pratica: <%= intPratica.getTipoPratica() %>

+
+ +

ID Territorio: <%= intPratica.getTerritorioId() %>

+
+
+ + +

Tipo Procedura: <%= intPratica.getTipoProcedura() %>

+
+ +

Stato Pratica: <%= intPratica.getStatoPratica() %>

+
+ +

Validata: <%= intPratica.getValidata() %>

+
+ +

Esito Controllo: <%= intPratica.getEsitoControllo() %>

+
+
+ + +

Status: <%= intPratica.getStatus() %>

+
+
+ <% + Date dataInizioLavoriOpera = AdvancedOperationUtil.fetchDataInizioLavoriOpera(intPratica); + if(Validator.isNotNull(dataInizioLavoriOpera)){ + %> + + + + + + <% + String functionDataInizio = "javascript:"+renderResponse.getNamespace()+"openConfirmationDialog('"+renderResponse.getNamespace()+"cambiaDataInizioLavori','Sei sicuro di voler modificare la DATA di INIZIO LAVORI?')"; + %> + +
+ + +
+ +
+
+
+
+ <% } %> + + <% if(AdvancedOperationUtil.hasDettPratica(intPraticaId)){ + boolean normLavoriInProprioFlag = AdvancedOperationUtil.getNormLavoriInProprioFlag(intPraticaId); + %> + + + + + + + <% + String functionLavori = "javascript:"+renderResponse.getNamespace()+"openConfirmationDialog('"+renderResponse.getNamespace()+"fixLavoriInEconomia','Sei sicuro di voler cambiare i flag LAVORI IN ECONOMIA di questa pratica?')"; + %> + + + + + <% } %> + + <% if(AdvancedOperationUtil.hasDettPratica(intPraticaId)){ + boolean collaudoStaticoFlag = AdvancedOperationUtil.getCollaudoStaticoFlag(intPraticaId); + %> + + + + + + + <% + String functionCollaudoStatico = "javascript:"+renderResponse.getNamespace()+"openConfirmationDialog('"+renderResponse.getNamespace()+"fixCollaudoStatico','Sei sicuro di voler cambiare i flag COLLAUDO STATICO di questa pratica?')"; + %> + + + + + <% } %> + + <% if(AdvancedOperationUtil.isStatoPraticaIN(intPratica)){ %> + + + + + + <% + String functionStatus = "javascript:"+renderResponse.getNamespace()+"openConfirmationDialog('"+renderResponse.getNamespace()+"fixStatusPratica','Sei sicuro di voler modificare lo status di questa pratica?')"; + %> + + + + + + <% } %> + + <% if(AdvancedOperationUtil.isPraticaAnnullata(intPratica)){ %> + + + + + + <% + String functionRipristinaVidimata = "javascript:"+renderResponse.getNamespace()+"openConfirmationDialog('"+renderResponse.getNamespace()+"ripristinaPraticaVidimata','Sei sicuro di voler ripristinare questa pratica come VIDIMATA?')"; + %> + + + + + + + + + + + <% + String functionRipristinaConforme = "javascript:"+renderResponse.getNamespace()+"openConfirmationDialog('"+renderResponse.getNamespace()+"ripristinaPraticaConforme','Sei sicuro di voler ripristinare questa pratica come AUTORIZZATA/CONFORME?')"; + %> + + + + + + <% } %> + +
+ + <% + List docPraticaList = DocPraticaLocalServiceUtil.findByIntPratica(intPraticaId); + %> +

Documenti Totali: <%= docPraticaList.size() %>

+ <% + List docPraticaOrfaniList = AdvancedOperationUtil.getDocPraticaOrfani(intPraticaId); + if(!docPraticaOrfaniList.isEmpty()){ + %> + + + + + +

Documenti orfani di DettPratica: <%= docPraticaOrfaniList.size() %>

+ + +

DlFileEntryId

+
+ +

docPraticaId

+
+ +

dettPraticaId

+
+ +

FileName

+
+
+ + <% + for(DocPratica docPratica : docPraticaOrfaniList){ + if(Validator.isNotNull(docPratica)){ + %> + + +

<%= docPratica.getDlFileEntryId() %>

+
+ +

<%= docPratica.getDocPraticaId() %>

+
+ +

<%= docPratica.getClassPk() %>

+
+ +

<%= docPratica.getFileName() %>

+
+
+ <% + } + } + %> + <% + String functionEliminaDoc = "javascript:"+renderResponse.getNamespace()+"openConfirmationDialog('"+renderResponse.getNamespace()+"deleteDocPratica','Sei sicuro di voler eliminare tutti i documenti?')"; + %> + + + + + + +
+ <% + } + %> +
+
+ <% } %> +
+ +
+
+
+ +
+ + + + + + A.one('#intPraticaId').on('valuechange', function(e){ + if(e.newVal <= 0 ){ + A.one('#numeroProgetto').attr('disabled', false); + } else { + A.one('#numeroProgetto').attr('disabled', true); + A.one('#numeroProgetto').val(''); + } + }); + A.one('#numeroProgetto').on('valuechange', function(e){ + if(e.newVal == "" ){ + A.one('#intPraticaId').attr('disabled', false); + } else { + A.one('#intPraticaId').attr('disabled', true); + A.one('#intPraticaId').val(''); + } + }); + + Liferay.provide( + window, + "openConfirmationDialog", + function(formName, text){ + + A.one('#confirmationModalDiv').html('

'+text+'

'); + + var modal = new A.Modal( + { + centered: true, + bodyContent: A.one('#confirmationModalDiv'), + destroyOnHide: false, + headerContent: '

Conferma azione

', + modal: true, + render: '#confirmationModal', + visible: false, + close: false + } + ).render(); + + modal.addToolbar( + [ + { + label: 'Annulla e torna indietro', + on: { + click: function() { + A.one('#confirmationModalDiv').hide(); + modal.hide(); + + } + } + }, + { + label: 'Conferma azione', + on: { + click: function() { + modal.hide(); + var form = Liferay.Form.get(formName).form; + submitForm(form); + } + } + } + ] + ); + A.one('#confirmationModalDiv').show(); + modal.show(); + } + ); + + +
+ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/icon.png b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/icon.png new file mode 100644 index 00000000..807b862c Binary files /dev/null and b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/icon.png differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/js/main.js b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/js/main.js new file mode 100644 index 00000000..e69de29b diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/ivy.xml b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/ivy.xml new file mode 100644 index 00000000..4feea605 --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/ivy.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/test/integration/arquillian.xml b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/test/integration/arquillian.xml new file mode 100644 index 00000000..9413609b --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/test/integration/arquillian.xml @@ -0,0 +1,15 @@ + + + + + + 8099 + tomcat + tomcat + + + \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/hms-taglib-hook-service.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/hms-taglib-hook-service.jar index 271b49f0..ed4689b4 100644 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/hms-taglib-hook-service.jar and b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/hms-taglib-hook-service.jar differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-audit-shared.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-audit-shared.jar index 3ac64b43..d1c4871f 100644 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-audit-shared.jar and b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-audit-shared.jar differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-shared.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-shared.jar index 69e60114..88c1eae5 100644 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-shared.jar and b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-shared.jar differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-kaleo-shared.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-kaleo-shared.jar index 273707c5..9681a05c 100644 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-kaleo-shared.jar and b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-kaleo-shared.jar differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-mail-manager-shared.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-mail-manager-shared.jar index 13cc320f..e1587c22 100644 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-mail-manager-shared.jar and b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-mail-manager-shared.jar differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-report-shared.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-report-shared.jar index 12e6b2c0..3e51861b 100644 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-report-shared.jar and b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-report-shared.jar differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-kaleo-portlet/docroot/WEB-INF/lib/portos-kaleo-shared.jar b/liferay-plugins-sdk-6.2/portlets/portos-kaleo-portlet/docroot/WEB-INF/lib/portos-kaleo-shared.jar index 273707c5..9681a05c 100644 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-kaleo-portlet/docroot/WEB-INF/lib/portos-kaleo-shared.jar and b/liferay-plugins-sdk-6.2/portlets/portos-kaleo-portlet/docroot/WEB-INF/lib/portos-kaleo-shared.jar differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-mail-manager-portlet/docroot/WEB-INF/lib/portos-mail-manager-shared.jar b/liferay-plugins-sdk-6.2/portlets/portos-mail-manager-portlet/docroot/WEB-INF/lib/portos-mail-manager-shared.jar index 13cc320f..e1587c22 100644 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-mail-manager-portlet/docroot/WEB-INF/lib/portos-mail-manager-shared.jar and b/liferay-plugins-sdk-6.2/portlets/portos-mail-manager-portlet/docroot/WEB-INF/lib/portos-mail-manager-shared.jar differ diff --git a/liferay-plugins-sdk-6.2/shared/portos-audit-shared/.gitignore b/liferay-plugins-sdk-6.2/shared/portos-audit-shared/.gitignore new file mode 100644 index 00000000..840e7d31 --- /dev/null +++ b/liferay-plugins-sdk-6.2/shared/portos-audit-shared/.gitignore @@ -0,0 +1 @@ +/classes/ diff --git a/liferay-plugins-sdk-6.2/shared/portos-kaleo-shared/.gitignore b/liferay-plugins-sdk-6.2/shared/portos-kaleo-shared/.gitignore new file mode 100644 index 00000000..840e7d31 --- /dev/null +++ b/liferay-plugins-sdk-6.2/shared/portos-kaleo-shared/.gitignore @@ -0,0 +1 @@ +/classes/ diff --git a/liferay-plugins-sdk-6.2/shared/portos-report-shared/.gitignore b/liferay-plugins-sdk-6.2/shared/portos-report-shared/.gitignore new file mode 100644 index 00000000..840e7d31 --- /dev/null +++ b/liferay-plugins-sdk-6.2/shared/portos-report-shared/.gitignore @@ -0,0 +1 @@ +/classes/ diff --git a/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/WEB-INF/.gitignore b/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/WEB-INF/.gitignore new file mode 100644 index 00000000..840e7d31 --- /dev/null +++ b/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/WEB-INF/.gitignore @@ -0,0 +1 @@ +/classes/