Example usage for com.liferay.portal.kernel.servlet.taglib.ui FormNavigatorConstants CATEGORY_KEY_ORGANIZATION_IDENTIFICATION

List of usage examples for com.liferay.portal.kernel.servlet.taglib.ui FormNavigatorConstants CATEGORY_KEY_ORGANIZATION_IDENTIFICATION

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.servlet.taglib.ui FormNavigatorConstants CATEGORY_KEY_ORGANIZATION_IDENTIFICATION.

Prototype

String CATEGORY_KEY_ORGANIZATION_IDENTIFICATION

To view the source code for com.liferay.portal.kernel.servlet.taglib.ui FormNavigatorConstants CATEGORY_KEY_ORGANIZATION_IDENTIFICATION.

Click Source Link

Usage

From source file:com.liferay.users.admin.web.internal.servlet.taglib.ui.OrganizationAdditionalEmailAddressesFormNavigatorEntry.java

License:Open Source License

@Override
public String getCategoryKey() {
    return FormNavigatorConstants.CATEGORY_KEY_ORGANIZATION_IDENTIFICATION;
}

From source file:com.liferay.users.admin.web.internal.servlet.taglib.ui.OrganizationIdentificationFormNavigatorCategory.java

License:Open Source License

@Override
public String getKey() {
    return FormNavigatorConstants.CATEGORY_KEY_ORGANIZATION_IDENTIFICATION;
}