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

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

Introduction

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

Prototype

String CATEGORY_KEY_USER_USER_INFORMATION

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

Click Source Link

Usage

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

License:Open Source License

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

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

License:Open Source License

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