Class EditUtil


  • public class EditUtil
    extends Object
    Utility class for handling edit-dialog related extensions. This class handler both the tab-control extension points in the edit-dialog and the on-save extension points when saving the changes.
    Since:
    2.17
    Author:
    Nicklas
    Last modified
    $Date: 2018-08-06 14:46:45 +0200 (må, 06 aug 2018) $
    • Field Detail

      • EDIT_ITEMS

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

        public static String EP_PREFIX_EDIT
        ID prefix for tabcontrol extension points on edit pages.
      • EP_PREFIX_SAVE

        public static String EP_PREFIX_SAVE
        ID prefix for tabcontrol extension points on edit pages.
    • Constructor Detail

      • EditUtil

        public EditUtil()