Class DeprecatedFormNavigatorEntry

Object
com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<T>
com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry<Object>
com.liferay.portal.servlet.taglib.ui.DeprecatedFormNavigatorEntry
All Implemented Interfaces:
com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry<Object>

public class DeprecatedFormNavigatorEntry extends com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry<Object>
Author:
Sergio González
  • Constructor Details

    • DeprecatedFormNavigatorEntry

      public DeprecatedFormNavigatorEntry(String key, String label, String categoryKey, String formNavigatorId, String jspPath)
  • Method Details

    • getCategoryKey

      public String getCategoryKey()
      Specified by:
      getCategoryKey in interface com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry<Object>
      Specified by:
      getCategoryKey in class com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<Object>
    • getFormNavigatorId

      public String getFormNavigatorId()
      Specified by:
      getFormNavigatorId in interface com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry<Object>
      Specified by:
      getFormNavigatorId in class com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<Object>
    • getKey

      public String getKey()
      Specified by:
      getKey in interface com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry<Object>
      Specified by:
      getKey in class com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<Object>
    • getLabel

      public String getLabel(Locale locale)
      Specified by:
      getLabel in interface com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry<Object>
      Specified by:
      getLabel in class com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<Object>
    • getJspPath

      protected String getJspPath()
      Specified by:
      getJspPath in class com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry<Object>