Interface DependencyEditor


  • @OpenApiAll
    public interface DependencyEditor
    Interface for mechanism, which is used to edit dependency matrix.

    Value editors may be registered inside MatrixFactory Value editors define which matrix cells are editable, and may add new add/remove dependency actions according to provided context

    NOTE: if canCreate returns false, no menu items will be created using createAddActions. The same applies to canEdit and createEditActions methods