Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.servlet.taglib.ui
Class DeprecatedFormNavigatorEntry

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<T>
      extended by com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry<Object>
          extended by 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>


Constructor Summary
DeprecatedFormNavigatorEntry(String key, String label, String categoryKey, String formNavigatorId, String jspPath)
           
 
Method Summary
 String getCategoryKey()
           
 String getFormNavigatorId()
           
protected  String getJspPath()
           
 String getKey()
           
 String getLabel(Locale locale)
           
 
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
 

Constructor Detail

DeprecatedFormNavigatorEntry

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

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>

Liferay 7.0-ce-b8 portal-impl