Liferay 7.0-ce-m6

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

java.lang.Object
  extended by com.liferay.portal.servlet.taglib.ui.OrganizationOrganizationInformationFormNavigatorCategory
All Implemented Interfaces:
FormNavigatorCategory

public class OrganizationOrganizationInformationFormNavigatorCategory
extends Object
implements FormNavigatorCategory


Constructor Summary
OrganizationOrganizationInformationFormNavigatorCategory()
           
 
Method Summary
 String getFormNavigatorId()
          Returns the form navigator ID where the form navigator category will be included.
 String getKey()
          Returns the key for the form navigator category.
 String getLabel(Locale locale)
          Defines the label that will be displayed in the user interface when the form navigator category is included in the form navigator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationOrganizationInformationFormNavigatorCategory

public OrganizationOrganizationInformationFormNavigatorCategory()
Method Detail

getFormNavigatorId

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

Specified by:
getFormNavigatorId in interface FormNavigatorCategory
Returns:
the form navigator ID where the form navigator category will be included

getKey

public String getKey()
Description copied from interface: FormNavigatorCategory
Returns the key for the form navigator category. This key needs to be unique in the scope of a form navigator ID.

This key will be referred by the form navigator entries to be added to this form navigator category.

Specified by:
getKey in interface FormNavigatorCategory
Returns:
the key of the form navigator category

getLabel

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

Specified by:
getLabel in interface FormNavigatorCategory
Parameters:
locale - the locale that the label should be retrieved for
Returns:
the label of the form navigator category

Liferay 7.0-ce-m6