Class ListColumnUtil


  • public class ListColumnUtil
    extends Object
    Utility class for list column extension points.
    Since:
    3.2
    Author:
    Nicklas
    Last modified
    $Date$
    • Field Detail

      • LIST_ITEMS

        public static final Item[] LIST_ITEMS
        An array containing all items that we are registering an extension point for. The extension point id for an item is constructed as: EP_PREFIX + Item.name().toLowerCase().
      • EP_PREFIX

        public static String EP_PREFIX
        ID prefixes for list column extension point. The final ID is the prefix + Item.name().toLowerCase().
      • EP_ALL

        public static String EP_ALL
        ID for the list column extension point that appear on all list pages.
      • EP_OWNABLE

        public static String EP_OWNABLE
        ID for the list column extension point that appear on all pages that list Ownable items.
      • EP_SHAREABLE

        public static String EP_SHAREABLE
        ID for the list column extension point that appear on all pages that list Shareable items.
      • EP_REMOVABLE

        public static String EP_REMOVABLE
        ID for the list column extension point that appear on all pages that list Removable items.
      • EP_ANNOTATABLE

        public static String EP_ANNOTATABLE
        ID for the list column extension point that appear on all pages that list Annotatable items.
    • Constructor Detail

      • ListColumnUtil

        public ListColumnUtil()