Example usage for com.liferay.portal.kernel.servlet.taglib.ui BaseJSPFormNavigatorEntry subclass-usage

List of usage examples for com.liferay.portal.kernel.servlet.taglib.ui BaseJSPFormNavigatorEntry subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.servlet.taglib.ui BaseJSPFormNavigatorEntry subclass-usage.

Usage

From source file com.liferay.asset.publisher.web.servlet.taglib.ui.BaseConfigurationFormNavigatorEntry.java

/**
 * @author Eudaldo Alonso
 */
public abstract class BaseConfigurationFormNavigatorEntry extends BaseJSPFormNavigatorEntry {

    @Override

From source file com.liferay.docs.formnavextensionportlet.MyAppCompanySettingsFormNavigatorEntry.java

@Component(immediate = true, property = { "service.ranking:Integer=20" }, service = FormNavigatorEntry.class)
public class MyAppCompanySettingsFormNavigatorEntry extends BaseJSPFormNavigatorEntry<Company>
        implements FormNavigatorEntry<Company> {

    @Override
    public String getCategoryKey() {

From source file com.liferay.journal.web.internal.servlet.taglib.ui.BaseJournalFormNavigatorEntry.java

/**
 * @author Eudaldo Alonso
 */
public abstract class BaseJournalFormNavigatorEntry extends BaseJSPFormNavigatorEntry<JournalArticle> {

    @Override

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

/**
 * @author Pei-Jung Lan
 */
public abstract class BaseLayoutFormNavigatorEntry extends BaseJSPFormNavigatorEntry<Layout> {

    @Override

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

/**
 * @author Sergio Gonzlez
 */
public abstract class BaseLayoutSetFormNavigatorEntry extends BaseJSPFormNavigatorEntry<LayoutSet> {

    @Override

From source file com.liferay.mentions.web.internal.servlet.taglib.ui.BaseMentionsFormNavigatorEntry.java

/**
 * @author Sergio Gonzlez
 */
public abstract class BaseMentionsFormNavigatorEntry extends BaseJSPFormNavigatorEntry<Object>
        implements FormNavigatorEntry<Object> {

From source file com.liferay.mobile.device.rules.web.internal.form.navigator.LayoutMobileDeviceRulesFormNavigatorEntry.java

/**
 * @author Pei-Jung Lan
 */
@Component(property = { "form.navigator.entry.order:Integer=80" }, service = FormNavigatorEntry.class)
public class LayoutMobileDeviceRulesFormNavigatorEntry extends BaseJSPFormNavigatorEntry<Layout> {

From source file com.liferay.mobile.device.rules.web.internal.form.navigator.LayoutSetMobileDeviceRulesFormNavigatorEntry.java

/**
 * @author Sergio Gonzlez
 */
@Component(property = { "form.navigator.entry.order:Integer=180" }, service = FormNavigatorEntry.class)
public class LayoutSetMobileDeviceRulesFormNavigatorEntry extends BaseJSPFormNavigatorEntry<LayoutSet> {

From source file com.liferay.site.admin.web.internal.servlet.taglib.ui.BaseSiteFormNavigatorEntry.java

/**
 * @author Sergio Gonzlez
 */
public abstract class BaseSiteFormNavigatorEntry extends BaseJSPFormNavigatorEntry<Group> {

    @Override

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

/**
 * @author Pei-Jung Lan
 */
public abstract class BaseOrganizationFormNavigatorEntry extends BaseJSPFormNavigatorEntry<Organization> {

    @Override