com.liferay.portal.servlet.taglib.ui
Class CompanySettingsDisplaySettingsFormNavigatorEntry
java.lang.Object
com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<T>
com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry<Company>
com.liferay.portal.servlet.taglib.ui.BaseCompanySettingsFormNavigatorEntry
com.liferay.portal.servlet.taglib.ui.CompanySettingsDisplaySettingsFormNavigatorEntry
- All Implemented Interfaces:
- FormNavigatorEntry<Company>
public class CompanySettingsDisplaySettingsFormNavigatorEntry
- extends BaseCompanySettingsFormNavigatorEntry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompanySettingsDisplaySettingsFormNavigatorEntry
public CompanySettingsDisplaySettingsFormNavigatorEntry()
getCategoryKey
public String getCategoryKey()
- Description copied from interface:
FormNavigatorEntry
- Returns the category key where the form navigator entry will be included.
- Specified by:
getCategoryKey in interface FormNavigatorEntry<Company>- Specified by:
getCategoryKey in class BaseFormNavigatorEntry<Company>
- Returns:
- the category key where the form navigator entry will be included
getKey
public String getKey()
- Description copied from interface:
FormNavigatorEntry
- Returns the key for the form navigator entry. This key needs to be unique
in the scope of a category key and form navigator ID.
- Specified by:
getKey in interface FormNavigatorEntry<Company>- Specified by:
getKey in class BaseFormNavigatorEntry<Company>
- Returns:
- the key of the form navigator entry
getJspPath
protected String getJspPath()
- Specified by:
getJspPath in class BaseJSPFormNavigatorEntry<Company>