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

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

Introduction

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

Prototype

String CATEGORY_KEY_LAYOUT_GENERAL

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

Click Source Link

Usage

From source file:com.liferay.layout.admin.web.internal.servlet.taglib.ui.LayoutDetailsFormNavigatorEntry.java

License:Open Source License

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

From source file:com.liferay.layout.admin.web.internal.servlet.taglib.ui.LayoutGeneralFormNavigatorCategory.java

License:Open Source License

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