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

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

Introduction

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

Prototype

String FORM_NAVIGATOR_ID_USERS

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

Click Source Link

Usage

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

License:Open Source License

@Override
public String getFormNavigatorId() {
    return FormNavigatorConstants.FORM_NAVIGATOR_ID_USERS;
}