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

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

Introduction

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

Prototype

String FORM_NAVIGATOR_ID_ORGANIZATIONS

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

Click Source Link

Usage

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

License:Open Source License

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