Example usage for com.liferay.portal.kernel.portlet.configuration.icon BasePortletConfigurationIcon subclass-usage

List of usage examples for com.liferay.portal.kernel.portlet.configuration.icon BasePortletConfigurationIcon subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.portlet.configuration.icon BasePortletConfigurationIcon subclass-usage.

Usage

From source file blade.document.action.configurationicon.BladeActionConfigurationIcon.java

/**
 * Adds the new context menu option to the Document Detail screen options (top
 * right corner) of the Documents and Media Admin portlet.
 *
 * @author liferay
 */

From source file com.liferay.adaptive.media.web.internal.portlet.configuration.icon.OptimizeImagesPortletConfigurationIcon.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + AdaptiveMediaPortletKeys.ADAPTIVE_MEDIA }, service = PortletConfigurationIcon.class)
public class OptimizeImagesPortletConfigurationIcon extends BasePortletConfigurationIcon {

From source file com.liferay.announcements.web.internal.portlet.configuration.icon.DeleteEntryPortletConfigurationIcon.java

/**
 * @author Roberto Daz
 */
@Component(immediate = true, property = { "javax.portlet.name=" + AnnouncementsPortletKeys.ANNOUNCEMENTS_ADMIN,
        "path=/announcements/view_entry" }, service = PortletConfigurationIcon.class)
public class DeleteEntryPortletConfigurationIcon extends BasePortletConfigurationIcon {

From source file com.liferay.announcements.web.internal.portlet.configuration.icon.EditEntryPortletConfigurationIcon.java

/**
 * @author Roberto Daz
 */
@Component(immediate = true, property = { "javax.portlet.name=" + AnnouncementsPortletKeys.ANNOUNCEMENTS_ADMIN,
        "path=/announcements/view_entry" }, service = PortletConfigurationIcon.class)
public class EditEntryPortletConfigurationIcon extends BasePortletConfigurationIcon {

From source file com.liferay.asset.categories.admin.web.internal.portlet.configuration.icon.AssetCategoryPermissionsPortletConfigurationIcon.java

/**
 * @author Jrgen Kappler
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + AssetCategoriesAdminPortletKeys.ASSET_CATEGORIES_ADMIN,
        "path=/view_categories.jsp" }, service = PortletConfigurationIcon.class)

From source file com.liferay.asset.categories.admin.web.internal.portlet.configuration.icon.DeleteAssetCategoryPortletConfigurationIcon.java

/**
 * @author Jrgen Kappler
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + AssetCategoriesAdminPortletKeys.ASSET_CATEGORIES_ADMIN,
        "path=/view_categories.jsp" }, service = PortletConfigurationIcon.class)

From source file com.liferay.asset.categories.admin.web.internal.portlet.configuration.icon.EditAssetCategoryPortletConfigurationIcon.java

/**
 * @author Jrgen Kappler
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + AssetCategoriesAdminPortletKeys.ASSET_CATEGORIES_ADMIN,
        "path=/view_categories.jsp" }, service = PortletConfigurationIcon.class)

From source file com.liferay.asset.categories.admin.web.internal.portlet.configuration.icon.PermissionsPortletConfigurationIcon.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, property = { "javax.portlet.name="
        + AssetCategoriesAdminPortletKeys.ASSET_CATEGORIES_ADMIN }, service = PortletConfigurationIcon.class)
public class PermissionsPortletConfigurationIcon extends BasePortletConfigurationIcon {

From source file com.liferay.blade.samples.portlet.configuration.icon.BladePortletConfigurationIcon.java

/**
 * @author Liferay
 */
@Component(immediate = true, property = {
        "javax.portlet.name=com_liferay_hello_world_web_portlet_HelloWorldPortlet" }, service = PortletConfigurationIcon.class)
public class BladePortletConfigurationIcon extends BasePortletConfigurationIcon {

From source file com.liferay.blogs.web.internal.portlet.configuration.icon.PermissionsPortletConfigurationIcon.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + BlogsPortletKeys.BLOGS_ADMIN }, service = PortletConfigurationIcon.class)
public class PermissionsPortletConfigurationIcon extends BasePortletConfigurationIcon {