Liferay 7.0-ce-m6

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

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<T>
      extended by com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry<Company>
          extended by com.liferay.portal.servlet.taglib.ui.BaseCompanySettingsFormNavigatorEntry
All Implemented Interfaces:
FormNavigatorEntry<Company>
Direct Known Subclasses:
CompanySettingsAdditionalEmailAddressesFormNavigatorEntry, CompanySettingsAddressesFormNavigatorEntry, CompanySettingsAnalyticsFormNavigatorEntry, CompanySettingsAuthenticationFormNavigatorEntry, CompanySettingsContentSharingFormNavigatorEntry, CompanySettingsDisplaySettingsFormNavigatorEntry, CompanySettingsEmailNotificationsFormNavigatorEntry, CompanySettingsGeneralFormNavigatorEntry, CompanySettingsInteractionsFormNavigatorEntry, CompanySettingsMailHostNamesFormNavigatorEntry, CompanySettingsMapsFormNavigatorEntry, CompanySettingsPhoneNumbersFormNavigatorEntry, CompanySettingsRatingsFormNavigatorEntry, CompanySettingsRecycleBinFormNavigatorEntry, CompanySettingsTermsOfUseFormNavigatorEntry, CompanySettingsUsersFormNavigatorEntry, CompanySettingsWebsitesFormNavigatorEntry

public abstract class BaseCompanySettingsFormNavigatorEntry
extends BaseJSPFormNavigatorEntry<Company>


Constructor Summary
BaseCompanySettingsFormNavigatorEntry()
           
 
Method Summary
 String getFormNavigatorId()
          Returns the form navigator ID where the form navigator entry will be included.
 String getLabel(Locale locale)
          Returns the label that will be displayed in the user interface when the form navigator entry is included in the form navigator.
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry
getJspPath, getServletContext, include, setServletContext
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry
getCategoryKey, getKey, 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
getCategoryKey, getKey, isVisible
 

Constructor Detail

BaseCompanySettingsFormNavigatorEntry

public BaseCompanySettingsFormNavigatorEntry()
Method Detail

getFormNavigatorId

public String getFormNavigatorId()
Description copied from interface: FormNavigatorEntry
Returns the form navigator ID where the form navigator entry will be included. This ID must match the ID attribute of the liferay-ui:form-navigator tag, where this form navigator entry is to be included.

Specified by:
getFormNavigatorId in interface FormNavigatorEntry<Company>
Specified by:
getFormNavigatorId in class BaseFormNavigatorEntry<Company>
Returns:
the form navigator ID where the form navigator entry will be included

getLabel

public String getLabel(Locale locale)
Description copied from interface: FormNavigatorEntry
Returns the label that will be displayed in the user interface when the form navigator entry is included in the form navigator.

Specified by:
getLabel in interface FormNavigatorEntry<Company>
Specified by:
getLabel in class BaseFormNavigatorEntry<Company>
Parameters:
locale - the locale that the label should be retrieved for
Returns:
the label of the form navigator entry

Liferay 7.0-ce-m6