com.liferay.portal.servlet.taglib.ui
Class DeprecatedFormNavigatorEntry
java.lang.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>
| Methods inherited from class com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry |
getServletContext, include, setServletContext |
| Methods inherited from class com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry |
isVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry |
isVisible |
DeprecatedFormNavigatorEntry
public DeprecatedFormNavigatorEntry(String key,
String label,
String categoryKey,
String formNavigatorId,
String jspPath)
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>