public class DeprecatedFormNavigatorEntry
extends com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry<Object>
| Constructor and Description |
|---|
DeprecatedFormNavigatorEntry(String key,
String label,
String categoryKey,
String formNavigatorId,
String jspPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryKey() |
String |
getFormNavigatorId() |
protected String |
getJspPath() |
String |
getKey() |
String |
getLabel(Locale locale) |
getServletContext, include, setServletContextisVisiblepublic DeprecatedFormNavigatorEntry(String key,
String label,
String categoryKey,
String formNavigatorId,
String jspPath)
public String getCategoryKey()
getCategoryKey in interface com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry<Object>getCategoryKey in class com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<Object>public String getFormNavigatorId()
getFormNavigatorId in interface com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry<Object>getFormNavigatorId in class com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<Object>public String getKey()
getKey in interface com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry<Object>getKey in class com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<Object>public String getLabel(Locale locale)
getLabel in interface com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry<Object>getLabel in class com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<Object>protected String getJspPath()
getJspPath in class com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry<Object>